Shades of Flamingo #E85552
Tints of Flamingo #E85552
RGB
CMYK
RGB Variations
Color information
#E85552 (or 0xE85552) is known color: Flamingo. HEX triplet: E8, 55 and 52. RGB value is (232,85,82). Sum of RGB (Red+Green+Blue) = 232+85+82=399 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.15% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 232 - color contains mainly: red. Hex color #E85552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85552 is #17AAAD. Grayscale: #808080. Windows color (decimal): -1551022 or 5395944. OLE color: 5395944.
HSL color Cylindrical-coordinate representation of color #E85552: hue angle of 1.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85552 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 82 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.09 |
| HSL | 1.2º | 0.77% | 0.62% | - |
| HSV(B) | 1.2º | 0.65% | 0.91% | - |
| XYZ | 38.05 | 24.26 | 10.66 | - |
| YUV | 128.61 | 101.7 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 82 | 0 | 0.63 | 0.65 | 0.09 | 1.2 | 0.77 | 0.62 |
| Hex | E8 | 55 | 52 | 0 | 3F | 41 | 9 | 1 | 4D | 3E |
| Octal | 350 | 125 | 122 | 0 | 77 | 101 | 11 | 1 | 115 | 76 |
| Binary | 11101000 | 1010101 | 1010010 | 0 | 111111 | 1000001 | 1001 | 1 | 1001101 | 111110 |
Color Harmonies of #E85552
Complementary color
Monochromatic Colors of #E85552
Black with #E85552
Text Example
Text Example
White with #E85552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85552; }
p { color: rgb(232,85,82); }
H1.HeaderClassName
{
color: #E85552;
}
.AnyTagClassName
{
color: #E85552;
}
</style>
background-color css
<style>
a { background-color: #E85552; }
a { background-color: rgb(232,85,82); }
div.DivClassName
{
background-color: #E85552;
}
.BgClassName
{
background-color: #E85552;
}
</style>
border-color css
<style>
span { border-color: #E85552; }
span { border-color: rgb(232,85,82); }
td.TdClassName
{
border-color: #E85552;
}
.TagClassName
{
border-color: #E85552;
}
</style>