Shades of Flamingo #E06654
Tints of Flamingo #E06654
RGB
CMYK
RGB Variations
Color information
#E06654 (or 0xE06654) is known color: Flamingo. HEX triplet: E0, 66 and 54. RGB value is (224,102,84). Sum of RGB (Red+Green+Blue) = 224+102+84=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E06654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06654 is #1F99AB. Grayscale: #888888. Windows color (decimal): -2070956 or 5531360. OLE color: 5531360.
HSL color Cylindrical-coordinate representation of color #E06654: hue angle of 7.71º 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 #E06654 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 84 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.12 |
| HSL | 7.71º | 0.69% | 0.6% | - |
| HSV(B) | 7.71º | 0.63% | 0.88% | - |
| XYZ | 37.09 | 25.99 | 11.45 | - |
| YUV | 136.43 | 98.42 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 84 | 0 | 0.54 | 0.62 | 0.12 | 7.71 | 0.69 | 0.6 |
| Hex | E0 | 66 | 54 | 0 | 36 | 3E | C | 8 | 45 | 3C |
| Octal | 340 | 146 | 124 | 0 | 66 | 76 | 14 | 10 | 105 | 74 |
| Binary | 11100000 | 1100110 | 1010100 | 0 | 110110 | 111110 | 1100 | 1000 | 1000101 | 111100 |
Color Harmonies of #E06654
Complementary color
Monochromatic Colors of #E06654
Black with #E06654
Text Example
Text Example
White with #E06654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06654; }
p { color: rgb(224,102,84); }
H1.HeaderClassName
{
color: #E06654;
}
.AnyTagClassName
{
color: #E06654;
}
</style>
background-color css
<style>
a { background-color: #E06654; }
a { background-color: rgb(224,102,84); }
div.DivClassName
{
background-color: #E06654;
}
.BgClassName
{
background-color: #E06654;
}
</style>
border-color css
<style>
span { border-color: #E06654; }
span { border-color: rgb(224,102,84); }
td.TdClassName
{
border-color: #E06654;
}
.TagClassName
{
border-color: #E06654;
}
</style>