Shades of Flamingo #E45A3E
Tints of Flamingo #E45A3E
RGB
CMYK
RGB Variations
Color information
#E45A3E (or 0xE45A3E) is known color: Flamingo. HEX triplet: E4, 5A and 3E. RGB value is (228,90,62). Sum of RGB (Red+Green+Blue) = 228+90+62=380 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45A3E is #1BA5C1. Grayscale: #808080. Windows color (decimal): -1811906 or 4086500. OLE color: 4086500.
HSL color Cylindrical-coordinate representation of color #E45A3E: hue angle of 10.12º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E45A3E is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 62 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.11 |
| HSL | 10.12º | 0.75% | 0.57% | - |
| HSV(B) | 10.12º | 0.73% | 0.89% | - |
| XYZ | 36.52 | 24.15 | 7.29 | - |
| YUV | 128.07 | 90.72 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 62 | 0 | 0.61 | 0.73 | 0.11 | 10.12 | 0.75 | 0.57 |
| Hex | E4 | 5A | 3E | 0 | 3D | 49 | B | A | 4B | 39 |
| Octal | 344 | 132 | 76 | 0 | 75 | 111 | 13 | 12 | 113 | 71 |
| Binary | 11100100 | 1011010 | 111110 | 0 | 111101 | 1001001 | 1011 | 1010 | 1001011 | 111001 |
Color Harmonies of #E45A3E
Complementary color
Monochromatic Colors of #E45A3E
Black with #E45A3E
Text Example
Text Example
White with #E45A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45A3E; }
p { color: rgb(228,90,62); }
H1.HeaderClassName
{
color: #E45A3E;
}
.AnyTagClassName
{
color: #E45A3E;
}
</style>
background-color css
<style>
a { background-color: #E45A3E; }
a { background-color: rgb(228,90,62); }
div.DivClassName
{
background-color: #E45A3E;
}
.BgClassName
{
background-color: #E45A3E;
}
</style>
border-color css
<style>
span { border-color: #E45A3E; }
span { border-color: rgb(228,90,62); }
td.TdClassName
{
border-color: #E45A3E;
}
.TagClassName
{
border-color: #E45A3E;
}
</style>