Shades of Flamingo #E06A52
Tints of Flamingo #E06A52
RGB
CMYK
RGB Variations
Color information
#E06A52 (or 0xE06A52) is known color: Flamingo. HEX triplet: E0, 6A and 52. RGB value is (224,106,82). Sum of RGB (Red+Green+Blue) = 224+106+82=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06A52 is #1F95AD. Grayscale: #8A8A8A. Windows color (decimal): -2069934 or 5401312. OLE color: 5401312.
HSL color Cylindrical-coordinate representation of color #E06A52: hue angle of 10.14º 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 #E06A52 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 82 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.12 |
| HSL | 10.14º | 0.7% | 0.6% | - |
| HSV(B) | 10.14º | 0.63% | 0.88% | - |
| XYZ | 37.42 | 26.76 | 11.18 | - |
| YUV | 138.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 82 | 0 | 0.53 | 0.63 | 0.12 | 10.14 | 0.7 | 0.6 |
| Hex | E0 | 6A | 52 | 0 | 35 | 3F | C | A | 46 | 3C |
| Octal | 340 | 152 | 122 | 0 | 65 | 77 | 14 | 12 | 106 | 74 |
| Binary | 11100000 | 1101010 | 1010010 | 0 | 110101 | 111111 | 1100 | 1010 | 1000110 | 111100 |
Color Harmonies of #E06A52
Complementary color
Monochromatic Colors of #E06A52
Black with #E06A52
Text Example
Text Example
White with #E06A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06A52; }
p { color: rgb(224,106,82); }
H1.HeaderClassName
{
color: #E06A52;
}
.AnyTagClassName
{
color: #E06A52;
}
</style>
background-color css
<style>
a { background-color: #E06A52; }
a { background-color: rgb(224,106,82); }
div.DivClassName
{
background-color: #E06A52;
}
.BgClassName
{
background-color: #E06A52;
}
</style>
border-color css
<style>
span { border-color: #E06A52; }
span { border-color: rgb(224,106,82); }
td.TdClassName
{
border-color: #E06A52;
}
.TagClassName
{
border-color: #E06A52;
}
</style>