Shades of Flamingo #E85C4E
Tints of Flamingo #E85C4E
RGB
CMYK
RGB Variations
Color information
#E85C4E (or 0xE85C4E) is known color: Flamingo. HEX triplet: E8, 5C and 4E. RGB value is (232,92,78). Sum of RGB (Red+Green+Blue) = 232+92+78=402 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.71% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85C4E is #17A3B1. Grayscale: #848484. Windows color (decimal): -1549234 or 5135592. OLE color: 5135592.
HSL color Cylindrical-coordinate representation of color #E85C4E: hue angle of 5.45º 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 #E85C4E is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 78 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.09 |
| HSL | 5.45º | 0.77% | 0.61% | - |
| HSV(B) | 5.45º | 0.66% | 0.91% | - |
| XYZ | 38.48 | 25.36 | 10.07 | - |
| YUV | 132.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 78 | 0 | 0.60 | 0.66 | 0.09 | 5.45 | 0.77 | 0.61 |
| Hex | E8 | 5C | 4E | 0 | 3C | 42 | 9 | 5 | 4D | 3D |
| Octal | 350 | 134 | 116 | 0 | 74 | 102 | 11 | 5 | 115 | 75 |
| Binary | 11101000 | 1011100 | 1001110 | 0 | 111100 | 1000010 | 1001 | 101 | 1001101 | 111101 |
Color Harmonies of #E85C4E
Complementary color
Monochromatic Colors of #E85C4E
Black with #E85C4E
Text Example
Text Example
White with #E85C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C4E; }
p { color: rgb(232,92,78); }
H1.HeaderClassName
{
color: #E85C4E;
}
.AnyTagClassName
{
color: #E85C4E;
}
</style>
background-color css
<style>
a { background-color: #E85C4E; }
a { background-color: rgb(232,92,78); }
div.DivClassName
{
background-color: #E85C4E;
}
.BgClassName
{
background-color: #E85C4E;
}
</style>
border-color css
<style>
span { border-color: #E85C4E; }
span { border-color: rgb(232,92,78); }
td.TdClassName
{
border-color: #E85C4E;
}
.TagClassName
{
border-color: #E85C4E;
}
</style>