Shades of Flamingo #E45548
Tints of Flamingo #E45548
RGB
CMYK
RGB Variations
Color information
#E45548 (or 0xE45548) is known color: Flamingo. HEX triplet: E4, 55 and 48. RGB value is (228,85,72). Sum of RGB (Red+Green+Blue) = 228+85+72=385 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.22% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 228 - color contains mainly: red. Hex color #E45548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45548 is #1BAAB7. Grayscale: #7E7E7E. Windows color (decimal): -1813176 or 4740580. OLE color: 4740580.
HSL color Cylindrical-coordinate representation of color #E45548: hue angle of 5º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E45548 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 72 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.11 |
| HSL | 5º | 0.74% | 0.59% | - |
| HSV(B) | 5º | 0.68% | 0.89% | - |
| XYZ | 36.41 | 23.46 | 8.74 | - |
| YUV | 126.28 | 97.38 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 72 | 0 | 0.63 | 0.68 | 0.11 | 5 | 0.74 | 0.59 |
| Hex | E4 | 55 | 48 | 0 | 3F | 44 | B | 5 | 4A | 3B |
| Octal | 344 | 125 | 110 | 0 | 77 | 104 | 13 | 5 | 112 | 73 |
| Binary | 11100100 | 1010101 | 1001000 | 0 | 111111 | 1000100 | 1011 | 101 | 1001010 | 111011 |
Color Harmonies of #E45548
Complementary color
Monochromatic Colors of #E45548
Black with #E45548
Text Example
Text Example
White with #E45548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45548; }
p { color: rgb(228,85,72); }
H1.HeaderClassName
{
color: #E45548;
}
.AnyTagClassName
{
color: #E45548;
}
</style>
background-color css
<style>
a { background-color: #E45548; }
a { background-color: rgb(228,85,72); }
div.DivClassName
{
background-color: #E45548;
}
.BgClassName
{
background-color: #E45548;
}
</style>
border-color css
<style>
span { border-color: #E45548; }
span { border-color: rgb(228,85,72); }
td.TdClassName
{
border-color: #E45548;
}
.TagClassName
{
border-color: #E45548;
}
</style>