Shades of Flamingo #E45D40
Tints of Flamingo #E45D40
RGB
CMYK
RGB Variations
Color information
#E45D40 (or 0xE45D40) is known color: Flamingo. HEX triplet: E4, 5D and 40. RGB value is (228,93,64). Sum of RGB (Red+Green+Blue) = 228+93+64=385 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.22% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 228 - color contains mainly: red. Hex color #E45D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45D40 is #1BA2BF. Grayscale: #828282. Windows color (decimal): -1811136 or 4218340. OLE color: 4218340.
HSL color Cylindrical-coordinate representation of color #E45D40: hue angle of 10.61º 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 #E45D40 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 64 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.11 |
| HSL | 10.61º | 0.75% | 0.57% | - |
| HSV(B) | 10.61º | 0.72% | 0.89% | - |
| XYZ | 36.83 | 24.69 | 7.68 | - |
| YUV | 130.06 | 90.73 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 64 | 0 | 0.59 | 0.72 | 0.11 | 10.61 | 0.75 | 0.57 |
| Hex | E4 | 5D | 40 | 0 | 3B | 48 | B | B | 4B | 39 |
| Octal | 344 | 135 | 100 | 0 | 73 | 110 | 13 | 13 | 113 | 71 |
| Binary | 11100100 | 1011101 | 1000000 | 0 | 111011 | 1001000 | 1011 | 1011 | 1001011 | 111001 |
Color Harmonies of #E45D40
Complementary color
Monochromatic Colors of #E45D40
Black with #E45D40
Text Example
Text Example
White with #E45D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45D40; }
p { color: rgb(228,93,64); }
H1.HeaderClassName
{
color: #E45D40;
}
.AnyTagClassName
{
color: #E45D40;
}
</style>
background-color css
<style>
a { background-color: #E45D40; }
a { background-color: rgb(228,93,64); }
div.DivClassName
{
background-color: #E45D40;
}
.BgClassName
{
background-color: #E45D40;
}
</style>
border-color css
<style>
span { border-color: #E45D40; }
span { border-color: rgb(228,93,64); }
td.TdClassName
{
border-color: #E45D40;
}
.TagClassName
{
border-color: #E45D40;
}
</style>