Shades of Flamingo #E85C4B
Tints of Flamingo #E85C4B
RGB
CMYK
RGB Variations
Color information
#E85C4B (or 0xE85C4B) is known color: Flamingo. HEX triplet: E8, 5C and 4B. RGB value is (232,92,75). Sum of RGB (Red+Green+Blue) = 232+92+75=399 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.15% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85C4B is #17A3B4. Grayscale: #848484. Windows color (decimal): -1549237 or 4938984. OLE color: 4938984.
HSL color Cylindrical-coordinate representation of color #E85C4B: hue angle of 6.5º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E85C4B is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 75 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.09 |
| HSL | 6.5º | 0.77% | 0.6% | - |
| HSV(B) | 6.5º | 0.68% | 0.91% | - |
| XYZ | 38.38 | 25.32 | 9.52 | - |
| YUV | 131.92 | 95.88 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 75 | 0 | 0.60 | 0.68 | 0.09 | 6.5 | 0.77 | 0.6 |
| Hex | E8 | 5C | 4B | 0 | 3C | 44 | 9 | 6 | 4D | 3C |
| Octal | 350 | 134 | 113 | 0 | 74 | 104 | 11 | 6 | 115 | 74 |
| Binary | 11101000 | 1011100 | 1001011 | 0 | 111100 | 1000100 | 1001 | 110 | 1001101 | 111100 |
Color Harmonies of #E85C4B
Complementary color
Monochromatic Colors of #E85C4B
Black with #E85C4B
Text Example
Text Example
White with #E85C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C4B; }
p { color: rgb(232,92,75); }
H1.HeaderClassName
{
color: #E85C4B;
}
.AnyTagClassName
{
color: #E85C4B;
}
</style>
background-color css
<style>
a { background-color: #E85C4B; }
a { background-color: rgb(232,92,75); }
div.DivClassName
{
background-color: #E85C4B;
}
.BgClassName
{
background-color: #E85C4B;
}
</style>
border-color css
<style>
span { border-color: #E85C4B; }
span { border-color: rgb(232,92,75); }
td.TdClassName
{
border-color: #E85C4B;
}
.TagClassName
{
border-color: #E85C4B;
}
</style>