Shades of Flamingo #E45A44
Tints of Flamingo #E45A44
RGB
CMYK
RGB Variations
Color information
#E45A44 (or 0xE45A44) is known color: Flamingo. HEX triplet: E4, 5A and 44. RGB value is (228,90,68). Sum of RGB (Red+Green+Blue) = 228+90+68=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45A44 is #1BA5BB. Grayscale: #808080. Windows color (decimal): -1811900 or 4479716. OLE color: 4479716.
HSL color Cylindrical-coordinate representation of color #E45A44: hue angle of 8.25º 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 #E45A44 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 68 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.11 |
| HSL | 8.25º | 0.75% | 0.58% | - |
| HSV(B) | 8.25º | 0.7% | 0.89% | - |
| XYZ | 36.69 | 24.22 | 8.21 | - |
| YUV | 128.75 | 93.72 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 68 | 0 | 0.61 | 0.70 | 0.11 | 8.25 | 0.75 | 0.58 |
| Hex | E4 | 5A | 44 | 0 | 3D | 46 | B | 8 | 4B | 3A |
| Octal | 344 | 132 | 104 | 0 | 75 | 106 | 13 | 10 | 113 | 72 |
| Binary | 11100100 | 1011010 | 1000100 | 0 | 111101 | 1000110 | 1011 | 1000 | 1001011 | 111010 |
Color Harmonies of #E45A44
Complementary color
Monochromatic Colors of #E45A44
Black with #E45A44
Text Example
Text Example
White with #E45A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45A44; }
p { color: rgb(228,90,68); }
H1.HeaderClassName
{
color: #E45A44;
}
.AnyTagClassName
{
color: #E45A44;
}
</style>
background-color css
<style>
a { background-color: #E45A44; }
a { background-color: rgb(228,90,68); }
div.DivClassName
{
background-color: #E45A44;
}
.BgClassName
{
background-color: #E45A44;
}
</style>
border-color css
<style>
span { border-color: #E45A44; }
span { border-color: rgb(228,90,68); }
td.TdClassName
{
border-color: #E45A44;
}
.TagClassName
{
border-color: #E45A44;
}
</style>