Shades of Flamingo #E06043
Tints of Flamingo #E06043
RGB
CMYK
RGB Variations
Color information
#E06043 (or 0xE06043) is known color: Flamingo. HEX triplet: E0, 60 and 43. RGB value is (224,96,67). Sum of RGB (Red+Green+Blue) = 224+96+67=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E06043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06043 is #1F9FBC. Grayscale: #838383. Windows color (decimal): -2072509 or 4415712. OLE color: 4415712.
HSL color Cylindrical-coordinate representation of color #E06043: hue angle of 11.08º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E06043 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 67 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.12 |
| HSL | 11.08º | 0.72% | 0.57% | - |
| HSV(B) | 11.08º | 0.7% | 0.88% | - |
| XYZ | 35.94 | 24.62 | 8.17 | - |
| YUV | 130.97 | 91.91 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 67 | 0 | 0.57 | 0.70 | 0.12 | 11.08 | 0.72 | 0.57 |
| Hex | E0 | 60 | 43 | 0 | 39 | 46 | C | B | 48 | 39 |
| Octal | 340 | 140 | 103 | 0 | 71 | 106 | 14 | 13 | 110 | 71 |
| Binary | 11100000 | 1100000 | 1000011 | 0 | 111001 | 1000110 | 1100 | 1011 | 1001000 | 111001 |
Color Harmonies of #E06043
Complementary color
Monochromatic Colors of #E06043
Black with #E06043
Text Example
Text Example
White with #E06043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06043; }
p { color: rgb(224,96,67); }
H1.HeaderClassName
{
color: #E06043;
}
.AnyTagClassName
{
color: #E06043;
}
</style>
background-color css
<style>
a { background-color: #E06043; }
a { background-color: rgb(224,96,67); }
div.DivClassName
{
background-color: #E06043;
}
.BgClassName
{
background-color: #E06043;
}
</style>
border-color css
<style>
span { border-color: #E06043; }
span { border-color: rgb(224,96,67); }
td.TdClassName
{
border-color: #E06043;
}
.TagClassName
{
border-color: #E06043;
}
</style>