Shades of Flamingo #E45742
Tints of Flamingo #E45742
RGB
CMYK
RGB Variations
Color information
#E45742 (or 0xE45742) is known color: Flamingo. HEX triplet: E4, 57 and 42. RGB value is (228,87,66). Sum of RGB (Red+Green+Blue) = 228+87+66=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E45742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45742 is #1BA8BD. Grayscale: #7E7E7E. Windows color (decimal): -1812670 or 4347876. OLE color: 4347876.
HSL color Cylindrical-coordinate representation of color #E45742: hue angle of 7.78º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E45742 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 87 | 66 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.11 |
| HSL | 7.78º | 0.75% | 0.58% | - |
| HSV(B) | 7.78º | 0.71% | 0.89% | - |
| XYZ | 36.39 | 23.7 | 7.81 | - |
| YUV | 126.77 | 93.71 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 87 | 66 | 0 | 0.62 | 0.71 | 0.11 | 7.78 | 0.75 | 0.58 |
| Hex | E4 | 57 | 42 | 0 | 3E | 47 | B | 8 | 4B | 3A |
| Octal | 344 | 127 | 102 | 0 | 76 | 107 | 13 | 10 | 113 | 72 |
| Binary | 11100100 | 1010111 | 1000010 | 0 | 111110 | 1000111 | 1011 | 1000 | 1001011 | 111010 |
Color Harmonies of #E45742
Complementary color
Monochromatic Colors of #E45742
Black with #E45742
Text Example
Text Example
White with #E45742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45742; }
p { color: rgb(228,87,66); }
H1.HeaderClassName
{
color: #E45742;
}
.AnyTagClassName
{
color: #E45742;
}
</style>
background-color css
<style>
a { background-color: #E45742; }
a { background-color: rgb(228,87,66); }
div.DivClassName
{
background-color: #E45742;
}
.BgClassName
{
background-color: #E45742;
}
</style>
border-color css
<style>
span { border-color: #E45742; }
span { border-color: rgb(228,87,66); }
td.TdClassName
{
border-color: #E45742;
}
.TagClassName
{
border-color: #E45742;
}
</style>