Shades of Flamingo #E45E45
Tints of Flamingo #E45E45
RGB
CMYK
RGB Variations
Color information
#E45E45 (or 0xE45E45) is known color: Flamingo. HEX triplet: E4, 5E and 45. RGB value is (228,94,69). Sum of RGB (Red+Green+Blue) = 228+94+69=391 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.31% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 228 - color contains mainly: red. Hex color #E45E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45E45 is #1BA1BA. Grayscale: #838383. Windows color (decimal): -1810875 or 4546276. OLE color: 4546276.
HSL color Cylindrical-coordinate representation of color #E45E45: hue angle of 9.43º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E45E45 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 94 | 69 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.11 |
| HSL | 9.43º | 0.75% | 0.58% | - |
| HSV(B) | 9.43º | 0.7% | 0.89% | - |
| XYZ | 37.07 | 24.93 | 8.49 | - |
| YUV | 131.22 | 92.89 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 94 | 69 | 0 | 0.59 | 0.70 | 0.11 | 9.43 | 0.75 | 0.58 |
| Hex | E4 | 5E | 45 | 0 | 3B | 46 | B | 9 | 4B | 3A |
| Octal | 344 | 136 | 105 | 0 | 73 | 106 | 13 | 11 | 113 | 72 |
| Binary | 11100100 | 1011110 | 1000101 | 0 | 111011 | 1000110 | 1011 | 1001 | 1001011 | 111010 |
Color Harmonies of #E45E45
Complementary color
Monochromatic Colors of #E45E45
Black with #E45E45
Text Example
Text Example
White with #E45E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45E45; }
p { color: rgb(228,94,69); }
H1.HeaderClassName
{
color: #E45E45;
}
.AnyTagClassName
{
color: #E45E45;
}
</style>
background-color css
<style>
a { background-color: #E45E45; }
a { background-color: rgb(228,94,69); }
div.DivClassName
{
background-color: #E45E45;
}
.BgClassName
{
background-color: #E45E45;
}
</style>
border-color css
<style>
span { border-color: #E45E45; }
span { border-color: rgb(228,94,69); }
td.TdClassName
{
border-color: #E45E45;
}
.TagClassName
{
border-color: #E45E45;
}
</style>