Shades of Flamingo #E85F4F
Tints of Flamingo #E85F4F
RGB
CMYK
RGB Variations
Color information
#E85F4F (or 0xE85F4F) is known color: Flamingo. HEX triplet: E8, 5F and 4F. RGB value is (232,95,79). Sum of RGB (Red+Green+Blue) = 232+95+79=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85F4F is #17A0B0. Grayscale: #868686. Windows color (decimal): -1548465 or 5201896. OLE color: 5201896.
HSL color Cylindrical-coordinate representation of color #E85F4F: hue angle of 6.27º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E85F4F is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 79 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.09 |
| HSL | 6.27º | 0.77% | 0.61% | - |
| HSV(B) | 6.27º | 0.66% | 0.91% | - |
| XYZ | 38.78 | 25.9 | 10.35 | - |
| YUV | 134.14 | 96.89 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 79 | 0 | 0.59 | 0.66 | 0.09 | 6.27 | 0.77 | 0.61 |
| Hex | E8 | 5F | 4F | 0 | 3B | 42 | 9 | 6 | 4D | 3D |
| Octal | 350 | 137 | 117 | 0 | 73 | 102 | 11 | 6 | 115 | 75 |
| Binary | 11101000 | 1011111 | 1001111 | 0 | 111011 | 1000010 | 1001 | 110 | 1001101 | 111101 |
Color Harmonies of #E85F4F
Complementary color
Monochromatic Colors of #E85F4F
Black with #E85F4F
Text Example
Text Example
White with #E85F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85F4F; }
p { color: rgb(232,95,79); }
H1.HeaderClassName
{
color: #E85F4F;
}
.AnyTagClassName
{
color: #E85F4F;
}
</style>
background-color css
<style>
a { background-color: #E85F4F; }
a { background-color: rgb(232,95,79); }
div.DivClassName
{
background-color: #E85F4F;
}
.BgClassName
{
background-color: #E85F4F;
}
</style>
border-color css
<style>
span { border-color: #E85F4F; }
span { border-color: rgb(232,95,79); }
td.TdClassName
{
border-color: #E85F4F;
}
.TagClassName
{
border-color: #E85F4F;
}
</style>