Shades of Flamingo #E45545
Tints of Flamingo #E45545
RGB
CMYK
RGB Variations
Color information
#E45545 (or 0xE45545) is known color: Flamingo. HEX triplet: E4, 55 and 45. RGB value is (228,85,69). Sum of RGB (Red+Green+Blue) = 228+85+69=382 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.69% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 228 - color contains mainly: red. Hex color #E45545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45545 is #1BAABA. Grayscale: #7E7E7E. Windows color (decimal): -1813179 or 4543972. OLE color: 4543972.
HSL color Cylindrical-coordinate representation of color #E45545: hue angle of 6.04º 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 #E45545 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 69 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.11 |
| HSL | 6.04º | 0.75% | 0.58% | - |
| HSV(B) | 6.04º | 0.7% | 0.89% | - |
| XYZ | 36.32 | 23.42 | 8.24 | - |
| YUV | 125.93 | 95.88 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 69 | 0 | 0.63 | 0.70 | 0.11 | 6.04 | 0.75 | 0.58 |
| Hex | E4 | 55 | 45 | 0 | 3F | 46 | B | 6 | 4B | 3A |
| Octal | 344 | 125 | 105 | 0 | 77 | 106 | 13 | 6 | 113 | 72 |
| Binary | 11100100 | 1010101 | 1000101 | 0 | 111111 | 1000110 | 1011 | 110 | 1001011 | 111010 |
Color Harmonies of #E45545
Complementary color
Monochromatic Colors of #E45545
Black with #E45545
Text Example
Text Example
White with #E45545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45545; }
p { color: rgb(228,85,69); }
H1.HeaderClassName
{
color: #E45545;
}
.AnyTagClassName
{
color: #E45545;
}
</style>
background-color css
<style>
a { background-color: #E45545; }
a { background-color: rgb(228,85,69); }
div.DivClassName
{
background-color: #E45545;
}
.BgClassName
{
background-color: #E45545;
}
</style>
border-color css
<style>
span { border-color: #E45545; }
span { border-color: rgb(228,85,69); }
td.TdClassName
{
border-color: #E45545;
}
.TagClassName
{
border-color: #E45545;
}
</style>