Shades of Flamingo #E45540
Tints of Flamingo #E45540
RGB
CMYK
RGB Variations
Color information
#E45540 (or 0xE45540) is known color: Flamingo. HEX triplet: E4, 55 and 40. RGB value is (228,85,64). Sum of RGB (Red+Green+Blue) = 228+85+64=377 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.48% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 228 - color contains mainly: red. Hex color #E45540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45540 is #1BAABF. Grayscale: #7D7D7D. Windows color (decimal): -1813184 or 4216292. OLE color: 4216292.
HSL color Cylindrical-coordinate representation of color #E45540: hue angle of 7.68º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E45540 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 64 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.11 |
| HSL | 7.68º | 0.75% | 0.57% | - |
| HSV(B) | 7.68º | 0.72% | 0.89% | - |
| XYZ | 36.17 | 23.36 | 7.45 | - |
| YUV | 125.36 | 93.38 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 64 | 0 | 0.63 | 0.72 | 0.11 | 7.68 | 0.75 | 0.57 |
| Hex | E4 | 55 | 40 | 0 | 3F | 48 | B | 8 | 4B | 39 |
| Octal | 344 | 125 | 100 | 0 | 77 | 110 | 13 | 10 | 113 | 71 |
| Binary | 11100100 | 1010101 | 1000000 | 0 | 111111 | 1001000 | 1011 | 1000 | 1001011 | 111001 |
Color Harmonies of #E45540
Complementary color
Monochromatic Colors of #E45540
Black with #E45540
Text Example
Text Example
White with #E45540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45540; }
p { color: rgb(228,85,64); }
H1.HeaderClassName
{
color: #E45540;
}
.AnyTagClassName
{
color: #E45540;
}
</style>
background-color css
<style>
a { background-color: #E45540; }
a { background-color: rgb(228,85,64); }
div.DivClassName
{
background-color: #E45540;
}
.BgClassName
{
background-color: #E45540;
}
</style>
border-color css
<style>
span { border-color: #E45540; }
span { border-color: rgb(228,85,64); }
td.TdClassName
{
border-color: #E45540;
}
.TagClassName
{
border-color: #E45540;
}
</style>