Shades of Flamingo #E85551
Tints of Flamingo #E85551
RGB
CMYK
RGB Variations
Color information
#E85551 (or 0xE85551) is known color: Flamingo. HEX triplet: E8, 55 and 51. RGB value is (232,85,81). Sum of RGB (Red+Green+Blue) = 232+85+81=398 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.29% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 232 - color contains mainly: red. Hex color #E85551 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85551 is #17AAAE. Grayscale: #808080. Windows color (decimal): -1551023 or 5330408. OLE color: 5330408.
HSL color Cylindrical-coordinate representation of color #E85551: hue angle of 1.59º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85551 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 81 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.09 |
| HSL | 1.59º | 0.77% | 0.61% | - |
| HSV(B) | 1.59º | 0.65% | 0.91% | - |
| XYZ | 38.01 | 24.25 | 10.46 | - |
| YUV | 128.5 | 101.2 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 81 | 0 | 0.63 | 0.65 | 0.09 | 1.59 | 0.77 | 0.61 |
| Hex | E8 | 55 | 51 | 0 | 3F | 41 | 9 | 2 | 4D | 3D |
| Octal | 350 | 125 | 121 | 0 | 77 | 101 | 11 | 2 | 115 | 75 |
| Binary | 11101000 | 1010101 | 1010001 | 0 | 111111 | 1000001 | 1001 | 10 | 1001101 | 111101 |
Color Harmonies of #E85551
Complementary color
Monochromatic Colors of #E85551
Black with #E85551
Text Example
Text Example
White with #E85551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85551; }
p { color: rgb(232,85,81); }
H1.HeaderClassName
{
color: #E85551;
}
.AnyTagClassName
{
color: #E85551;
}
</style>
background-color css
<style>
a { background-color: #E85551; }
a { background-color: rgb(232,85,81); }
div.DivClassName
{
background-color: #E85551;
}
.BgClassName
{
background-color: #E85551;
}
</style>
border-color css
<style>
span { border-color: #E85551; }
span { border-color: rgb(232,85,81); }
td.TdClassName
{
border-color: #E85551;
}
.TagClassName
{
border-color: #E85551;
}
</style>