Shades of Flamingo #E06456
Tints of Flamingo #E06456
RGB
CMYK
RGB Variations
Color information
#E06456 (or 0xE06456) is known color: Flamingo. HEX triplet: E0, 64 and 56. RGB value is (224,100,86). Sum of RGB (Red+Green+Blue) = 224+100+86=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E06456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06456 is #1F9BA9. Grayscale: #878787. Windows color (decimal): -2071466 or 5661920. OLE color: 5661920.
HSL color Cylindrical-coordinate representation of color #E06456: hue angle of 6.09º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E06456 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 86 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.12 |
| HSL | 6.09º | 0.69% | 0.61% | - |
| HSV(B) | 6.09º | 0.62% | 0.88% | - |
| XYZ | 36.98 | 25.63 | 11.8 | - |
| YUV | 135.48 | 100.08 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 86 | 0 | 0.55 | 0.62 | 0.12 | 6.09 | 0.69 | 0.61 |
| Hex | E0 | 64 | 56 | 0 | 37 | 3E | C | 6 | 45 | 3D |
| Octal | 340 | 144 | 126 | 0 | 67 | 76 | 14 | 6 | 105 | 75 |
| Binary | 11100000 | 1100100 | 1010110 | 0 | 110111 | 111110 | 1100 | 110 | 1000101 | 111101 |
Color Harmonies of #E06456
Complementary color
Monochromatic Colors of #E06456
Black with #E06456
Text Example
Text Example
White with #E06456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06456; }
p { color: rgb(224,100,86); }
H1.HeaderClassName
{
color: #E06456;
}
.AnyTagClassName
{
color: #E06456;
}
</style>
background-color css
<style>
a { background-color: #E06456; }
a { background-color: rgb(224,100,86); }
div.DivClassName
{
background-color: #E06456;
}
.BgClassName
{
background-color: #E06456;
}
</style>
border-color css
<style>
span { border-color: #E06456; }
span { border-color: rgb(224,100,86); }
td.TdClassName
{
border-color: #E06456;
}
.TagClassName
{
border-color: #E06456;
}
</style>