Shades of Flamingo #E06554
Tints of Flamingo #E06554
RGB
CMYK
RGB Variations
Color information
#E06554 (or 0xE06554) is known color: Flamingo. HEX triplet: E0, 65 and 54. RGB value is (224,101,84). Sum of RGB (Red+Green+Blue) = 224+101+84=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E06554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06554 is #1F9AAB. Grayscale: #888888. Windows color (decimal): -2071212 or 5531104. OLE color: 5531104.
HSL color Cylindrical-coordinate representation of color #E06554: hue angle of 7.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E06554 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 84 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.12 |
| HSL | 7.29º | 0.69% | 0.6% | - |
| HSV(B) | 7.29º | 0.63% | 0.88% | - |
| XYZ | 36.99 | 25.79 | 11.42 | - |
| YUV | 135.84 | 98.75 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 84 | 0 | 0.55 | 0.62 | 0.12 | 7.29 | 0.69 | 0.6 |
| Hex | E0 | 65 | 54 | 0 | 37 | 3E | C | 7 | 45 | 3C |
| Octal | 340 | 145 | 124 | 0 | 67 | 76 | 14 | 7 | 105 | 74 |
| Binary | 11100000 | 1100101 | 1010100 | 0 | 110111 | 111110 | 1100 | 111 | 1000101 | 111100 |
Color Harmonies of #E06554
Complementary color
Monochromatic Colors of #E06554
Black with #E06554
Text Example
Text Example
White with #E06554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06554; }
p { color: rgb(224,101,84); }
H1.HeaderClassName
{
color: #E06554;
}
.AnyTagClassName
{
color: #E06554;
}
</style>
background-color css
<style>
a { background-color: #E06554; }
a { background-color: rgb(224,101,84); }
div.DivClassName
{
background-color: #E06554;
}
.BgClassName
{
background-color: #E06554;
}
</style>
border-color css
<style>
span { border-color: #E06554; }
span { border-color: rgb(224,101,84); }
td.TdClassName
{
border-color: #E06554;
}
.TagClassName
{
border-color: #E06554;
}
</style>