Shades of Flamingo #E85248
Tints of Flamingo #E85248
RGB
CMYK
RGB Variations
Color information
#E85248 (or 0xE85248) is known color: Flamingo. HEX triplet: E8, 52 and 48. RGB value is (232,82,72). Sum of RGB (Red+Green+Blue) = 232+82+72=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E85248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85248 is #17ADB7. Grayscale: #7D7D7D. Windows color (decimal): -1551800 or 4739816. OLE color: 4739816.
HSL color Cylindrical-coordinate representation of color #E85248: hue angle of 3.75º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E85248 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 72 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.09 |
| HSL | 3.75º | 0.78% | 0.6% | - |
| HSV(B) | 3.75º | 0.69% | 0.91% | - |
| XYZ | 37.47 | 23.66 | 8.72 | - |
| YUV | 125.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 72 | 0 | 0.65 | 0.69 | 0.09 | 3.75 | 0.78 | 0.6 |
| Hex | E8 | 52 | 48 | 0 | 41 | 45 | 9 | 4 | 4E | 3C |
| Octal | 350 | 122 | 110 | 0 | 101 | 105 | 11 | 4 | 116 | 74 |
| Binary | 11101000 | 1010010 | 1001000 | 0 | 1000001 | 1000101 | 1001 | 100 | 1001110 | 111100 |
Color Harmonies of #E85248
Complementary color
Monochromatic Colors of #E85248
Black with #E85248
Text Example
Text Example
White with #E85248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85248; }
p { color: rgb(232,82,72); }
H1.HeaderClassName
{
color: #E85248;
}
.AnyTagClassName
{
color: #E85248;
}
</style>
background-color css
<style>
a { background-color: #E85248; }
a { background-color: rgb(232,82,72); }
div.DivClassName
{
background-color: #E85248;
}
.BgClassName
{
background-color: #E85248;
}
</style>
border-color css
<style>
span { border-color: #E85248; }
span { border-color: rgb(232,82,72); }
td.TdClassName
{
border-color: #E85248;
}
.TagClassName
{
border-color: #E85248;
}
</style>