Shades of Flamingo #E06444
Tints of Flamingo #E06444
RGB
CMYK
RGB Variations
Color information
#E06444 (or 0xE06444) is known color: Flamingo. HEX triplet: E0, 64 and 44. RGB value is (224,100,68). Sum of RGB (Red+Green+Blue) = 224+100+68=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E06444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06444 is #1F9BBB. Grayscale: #858585. Windows color (decimal): -2071484 or 4482272. OLE color: 4482272.
HSL color Cylindrical-coordinate representation of color #E06444: hue angle of 12.31º 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 #E06444 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 68 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.12 |
| HSL | 12.31º | 0.72% | 0.57% | - |
| HSV(B) | 12.31º | 0.7% | 0.88% | - |
| XYZ | 36.34 | 25.38 | 8.45 | - |
| YUV | 133.43 | 91.08 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 68 | 0 | 0.55 | 0.70 | 0.12 | 12.31 | 0.72 | 0.57 |
| Hex | E0 | 64 | 44 | 0 | 37 | 46 | C | C | 48 | 39 |
| Octal | 340 | 144 | 104 | 0 | 67 | 106 | 14 | 14 | 110 | 71 |
| Binary | 11100000 | 1100100 | 1000100 | 0 | 110111 | 1000110 | 1100 | 1100 | 1001000 | 111001 |
Color Harmonies of #E06444
Complementary color
Monochromatic Colors of #E06444
Black with #E06444
Text Example
Text Example
White with #E06444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06444; }
p { color: rgb(224,100,68); }
H1.HeaderClassName
{
color: #E06444;
}
.AnyTagClassName
{
color: #E06444;
}
</style>
background-color css
<style>
a { background-color: #E06444; }
a { background-color: rgb(224,100,68); }
div.DivClassName
{
background-color: #E06444;
}
.BgClassName
{
background-color: #E06444;
}
</style>
border-color css
<style>
span { border-color: #E06444; }
span { border-color: rgb(224,100,68); }
td.TdClassName
{
border-color: #E06444;
}
.TagClassName
{
border-color: #E06444;
}
</style>