Shades of Flamingo #EE6554
Tints of Flamingo #EE6554
RGB
CMYK
RGB Variations
Color information
#EE6554 (or 0xEE6554) is known color: Flamingo. HEX triplet: EE, 65 and 54. RGB value is (238,101,84). Sum of RGB (Red+Green+Blue) = 238+101+84=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6554 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6554 is #119AAB. Grayscale: #8C8C8C. Windows color (decimal): -1153708 or 5531118. OLE color: 5531118.
HSL color Cylindrical-coordinate representation of color #EE6554: hue angle of 6.62º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE6554 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 84 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.07 |
| HSL | 6.62º | 0.82% | 0.63% | - |
| HSV(B) | 6.62º | 0.65% | 0.93% | - |
| XYZ | 41.51 | 28.12 | 11.63 | - |
| YUV | 140.03 | 96.39 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 84 | 0 | 0.58 | 0.65 | 0.07 | 6.62 | 0.82 | 0.63 |
| Hex | EE | 65 | 54 | 0 | 3A | 41 | 7 | 7 | 52 | 3F |
| Octal | 356 | 145 | 124 | 0 | 72 | 101 | 7 | 7 | 122 | 77 |
| Binary | 11101110 | 1100101 | 1010100 | 0 | 111010 | 1000001 | 111 | 111 | 1010010 | 111111 |
Color Harmonies of #EE6554
Complementary color
Monochromatic Colors of #EE6554
Black with #EE6554
Text Example
Text Example
White with #EE6554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6554; }
p { color: rgb(238,101,84); }
H1.HeaderClassName
{
color: #EE6554;
}
.AnyTagClassName
{
color: #EE6554;
}
</style>
background-color css
<style>
a { background-color: #EE6554; }
a { background-color: rgb(238,101,84); }
div.DivClassName
{
background-color: #EE6554;
}
.BgClassName
{
background-color: #EE6554;
}
</style>
border-color css
<style>
span { border-color: #EE6554; }
span { border-color: rgb(238,101,84); }
td.TdClassName
{
border-color: #EE6554;
}
.TagClassName
{
border-color: #EE6554;
}
</style>