Shades of Flamingo #EE6552
Tints of Flamingo #EE6552
RGB
CMYK
RGB Variations
Color information
#EE6552 (or 0xEE6552) is known color: Flamingo. HEX triplet: EE, 65 and 52. RGB value is (238,101,82). Sum of RGB (Red+Green+Blue) = 238+101+82=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6552 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6552 is #119AAD. Grayscale: #8C8C8C. Windows color (decimal): -1153710 or 5400046. OLE color: 5400046.
HSL color Cylindrical-coordinate representation of color #EE6552: hue angle of 7.31º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE6552 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 82 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.07 |
| HSL | 7.31º | 0.82% | 0.63% | - |
| HSV(B) | 7.31º | 0.66% | 0.93% | - |
| XYZ | 41.44 | 28.09 | 11.22 | - |
| YUV | 139.8 | 95.39 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 82 | 0 | 0.58 | 0.66 | 0.07 | 7.31 | 0.82 | 0.63 |
| Hex | EE | 65 | 52 | 0 | 3A | 42 | 7 | 7 | 52 | 3F |
| Octal | 356 | 145 | 122 | 0 | 72 | 102 | 7 | 7 | 122 | 77 |
| Binary | 11101110 | 1100101 | 1010010 | 0 | 111010 | 1000010 | 111 | 111 | 1010010 | 111111 |
Color Harmonies of #EE6552
Complementary color
Monochromatic Colors of #EE6552
Black with #EE6552
Text Example
Text Example
White with #EE6552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6552; }
p { color: rgb(238,101,82); }
H1.HeaderClassName
{
color: #EE6552;
}
.AnyTagClassName
{
color: #EE6552;
}
</style>
background-color css
<style>
a { background-color: #EE6552; }
a { background-color: rgb(238,101,82); }
div.DivClassName
{
background-color: #EE6552;
}
.BgClassName
{
background-color: #EE6552;
}
</style>
border-color css
<style>
span { border-color: #EE6552; }
span { border-color: rgb(238,101,82); }
td.TdClassName
{
border-color: #EE6552;
}
.TagClassName
{
border-color: #EE6552;
}
</style>