Shades of Flamingo #E45843
Tints of Flamingo #E45843
RGB
CMYK
RGB Variations
Color information
#E45843 (or 0xE45843) is known color: Flamingo. HEX triplet: E4, 58 and 43. RGB value is (228,88,67). Sum of RGB (Red+Green+Blue) = 228+88+67=383 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.53% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 228 - color contains mainly: red. Hex color #E45843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45843 is #1BA7BC. Grayscale: #7F7F7F. Windows color (decimal): -1812413 or 4413668. OLE color: 4413668.
HSL color Cylindrical-coordinate representation of color #E45843: hue angle of 7.83º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E45843 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 88 | 67 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.11 |
| HSL | 7.83º | 0.75% | 0.58% | - |
| HSV(B) | 7.83º | 0.71% | 0.89% | - |
| XYZ | 36.5 | 23.88 | 8 | - |
| YUV | 127.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 88 | 67 | 0 | 0.61 | 0.71 | 0.11 | 7.83 | 0.75 | 0.58 |
| Hex | E4 | 58 | 43 | 0 | 3D | 47 | B | 8 | 4B | 3A |
| Octal | 344 | 130 | 103 | 0 | 75 | 107 | 13 | 10 | 113 | 72 |
| Binary | 11100100 | 1011000 | 1000011 | 0 | 111101 | 1000111 | 1011 | 1000 | 1001011 | 111010 |
Color Harmonies of #E45843
Complementary color
Monochromatic Colors of #E45843
Black with #E45843
Text Example
Text Example
White with #E45843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45843; }
p { color: rgb(228,88,67); }
H1.HeaderClassName
{
color: #E45843;
}
.AnyTagClassName
{
color: #E45843;
}
</style>
background-color css
<style>
a { background-color: #E45843; }
a { background-color: rgb(228,88,67); }
div.DivClassName
{
background-color: #E45843;
}
.BgClassName
{
background-color: #E45843;
}
</style>
border-color css
<style>
span { border-color: #E45843; }
span { border-color: rgb(228,88,67); }
td.TdClassName
{
border-color: #E45843;
}
.TagClassName
{
border-color: #E45843;
}
</style>