Shades of Flamingo #E06452
Tints of Flamingo #E06452
RGB
CMYK
RGB Variations
Color information
#E06452 (or 0xE06452) is known color: Flamingo. HEX triplet: E0, 64 and 52. RGB value is (224,100,82). Sum of RGB (Red+Green+Blue) = 224+100+82=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E06452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06452 is #1F9BAD. Grayscale: #878787. Windows color (decimal): -2071470 or 5399776. OLE color: 5399776.
HSL color Cylindrical-coordinate representation of color #E06452: hue angle of 7.61º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E06452 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 82 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.12 |
| HSL | 7.61º | 0.7% | 0.6% | - |
| HSV(B) | 7.61º | 0.63% | 0.88% | - |
| XYZ | 36.82 | 25.57 | 10.98 | - |
| YUV | 135.02 | 98.08 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 82 | 0 | 0.55 | 0.63 | 0.12 | 7.61 | 0.7 | 0.6 |
| Hex | E0 | 64 | 52 | 0 | 37 | 3F | C | 8 | 46 | 3C |
| Octal | 340 | 144 | 122 | 0 | 67 | 77 | 14 | 10 | 106 | 74 |
| Binary | 11100000 | 1100100 | 1010010 | 0 | 110111 | 111111 | 1100 | 1000 | 1000110 | 111100 |
Color Harmonies of #E06452
Complementary color
Monochromatic Colors of #E06452
Black with #E06452
Text Example
Text Example
White with #E06452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06452; }
p { color: rgb(224,100,82); }
H1.HeaderClassName
{
color: #E06452;
}
.AnyTagClassName
{
color: #E06452;
}
</style>
background-color css
<style>
a { background-color: #E06452; }
a { background-color: rgb(224,100,82); }
div.DivClassName
{
background-color: #E06452;
}
.BgClassName
{
background-color: #E06452;
}
</style>
border-color css
<style>
span { border-color: #E06452; }
span { border-color: rgb(224,100,82); }
td.TdClassName
{
border-color: #E06452;
}
.TagClassName
{
border-color: #E06452;
}
</style>