Shades of Flamingo #E05B42
Tints of Flamingo #E05B42
RGB
CMYK
RGB Variations
Color information
#E05B42 (or 0xE05B42) is known color: Flamingo. HEX triplet: E0, 5B and 42. RGB value is (224,91,66). Sum of RGB (Red+Green+Blue) = 224+91+66=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05B42 is #1FA4BD. Grayscale: #808080. Windows color (decimal): -2073790 or 4348896. OLE color: 4348896.
HSL color Cylindrical-coordinate representation of color #E05B42: hue angle of 9.49º 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 #E05B42 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 66 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.12 |
| HSL | 9.49º | 0.72% | 0.57% | - |
| HSV(B) | 9.49º | 0.71% | 0.88% | - |
| XYZ | 35.46 | 23.72 | 7.86 | - |
| YUV | 127.92 | 93.06 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 66 | 0 | 0.59 | 0.71 | 0.12 | 9.49 | 0.72 | 0.57 |
| Hex | E0 | 5B | 42 | 0 | 3B | 47 | C | 9 | 48 | 39 |
| Octal | 340 | 133 | 102 | 0 | 73 | 107 | 14 | 11 | 110 | 71 |
| Binary | 11100000 | 1011011 | 1000010 | 0 | 111011 | 1000111 | 1100 | 1001 | 1001000 | 111001 |
Color Harmonies of #E05B42
Complementary color
Monochromatic Colors of #E05B42
Black with #E05B42
Text Example
Text Example
White with #E05B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05B42; }
p { color: rgb(224,91,66); }
H1.HeaderClassName
{
color: #E05B42;
}
.AnyTagClassName
{
color: #E05B42;
}
</style>
background-color css
<style>
a { background-color: #E05B42; }
a { background-color: rgb(224,91,66); }
div.DivClassName
{
background-color: #E05B42;
}
.BgClassName
{
background-color: #E05B42;
}
</style>
border-color css
<style>
span { border-color: #E05B42; }
span { border-color: rgb(224,91,66); }
td.TdClassName
{
border-color: #E05B42;
}
.TagClassName
{
border-color: #E05B42;
}
</style>