Shades of Flamingo #E85542
Tints of Flamingo #E85542
RGB
CMYK
RGB Variations
Color information
#E85542 (or 0xE85542) is known color: Flamingo. HEX triplet: E8, 55 and 42. RGB value is (232,85,66). Sum of RGB (Red+Green+Blue) = 232+85+66=383 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.57% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 232 - color contains mainly: red. Hex color #E85542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85542 is #17AABD. Grayscale: #7F7F7F. Windows color (decimal): -1551038 or 4347368. OLE color: 4347368.
HSL color Cylindrical-coordinate representation of color #E85542: hue angle of 6.87º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E85542 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 66 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.09 |
| HSL | 6.87º | 0.78% | 0.58% | - |
| HSV(B) | 6.87º | 0.72% | 0.91% | - |
| XYZ | 37.51 | 24.05 | 7.82 | - |
| YUV | 126.79 | 93.7 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 66 | 0 | 0.63 | 0.72 | 0.09 | 6.87 | 0.78 | 0.58 |
| Hex | E8 | 55 | 42 | 0 | 3F | 48 | 9 | 7 | 4E | 3A |
| Octal | 350 | 125 | 102 | 0 | 77 | 110 | 11 | 7 | 116 | 72 |
| Binary | 11101000 | 1010101 | 1000010 | 0 | 111111 | 1001000 | 1001 | 111 | 1001110 | 111010 |
Color Harmonies of #E85542
Complementary color
Monochromatic Colors of #E85542
Black with #E85542
Text Example
Text Example
White with #E85542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85542; }
p { color: rgb(232,85,66); }
H1.HeaderClassName
{
color: #E85542;
}
.AnyTagClassName
{
color: #E85542;
}
</style>
background-color css
<style>
a { background-color: #E85542; }
a { background-color: rgb(232,85,66); }
div.DivClassName
{
background-color: #E85542;
}
.BgClassName
{
background-color: #E85542;
}
</style>
border-color css
<style>
span { border-color: #E85542; }
span { border-color: rgb(232,85,66); }
td.TdClassName
{
border-color: #E85542;
}
.TagClassName
{
border-color: #E85542;
}
</style>