Shades of Flamingo #E05942
Tints of Flamingo #E05942
RGB
CMYK
RGB Variations
Color information
#E05942 (or 0xE05942) is known color: Flamingo. HEX triplet: E0, 59 and 42. RGB value is (224,89,66). Sum of RGB (Red+Green+Blue) = 224+89+66=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E05942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05942 is #1FA6BD. Grayscale: #7E7E7E. Windows color (decimal): -2074302 or 4348384. OLE color: 4348384.
HSL color Cylindrical-coordinate representation of color #E05942: hue angle of 8.73º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E05942 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 66 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.12 |
| HSL | 8.73º | 0.72% | 0.57% | - |
| HSV(B) | 8.73º | 0.71% | 0.88% | - |
| XYZ | 35.3 | 23.39 | 7.81 | - |
| YUV | 126.74 | 93.73 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 66 | 0 | 0.60 | 0.71 | 0.12 | 8.73 | 0.72 | 0.57 |
| Hex | E0 | 59 | 42 | 0 | 3C | 47 | C | 9 | 48 | 39 |
| Octal | 340 | 131 | 102 | 0 | 74 | 107 | 14 | 11 | 110 | 71 |
| Binary | 11100000 | 1011001 | 1000010 | 0 | 111100 | 1000111 | 1100 | 1001 | 1001000 | 111001 |
Color Harmonies of #E05942
Complementary color
Monochromatic Colors of #E05942
Black with #E05942
Text Example
Text Example
White with #E05942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05942; }
p { color: rgb(224,89,66); }
H1.HeaderClassName
{
color: #E05942;
}
.AnyTagClassName
{
color: #E05942;
}
</style>
background-color css
<style>
a { background-color: #E05942; }
a { background-color: rgb(224,89,66); }
div.DivClassName
{
background-color: #E05942;
}
.BgClassName
{
background-color: #E05942;
}
</style>
border-color css
<style>
span { border-color: #E05942; }
span { border-color: rgb(224,89,66); }
td.TdClassName
{
border-color: #E05942;
}
.TagClassName
{
border-color: #E05942;
}
</style>