Shades of Flamingo #EE6153
Tints of Flamingo #EE6153
RGB
CMYK
RGB Variations
Color information
#EE6153 (or 0xEE6153) is known color: Flamingo. HEX triplet: EE, 61 and 53. RGB value is (238,97,83). Sum of RGB (Red+Green+Blue) = 238+97+83=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6153 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6153 is #119EAC. Grayscale: #898989. Windows color (decimal): -1154733 or 5464558. OLE color: 5464558.
HSL color Cylindrical-coordinate representation of color #EE6153: hue angle of 5.42º 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 #EE6153 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 83 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.07 |
| HSL | 5.42º | 0.82% | 0.63% | - |
| HSV(B) | 5.42º | 0.65% | 0.93% | - |
| XYZ | 41.1 | 27.35 | 11.3 | - |
| YUV | 137.56 | 97.21 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 83 | 0 | 0.59 | 0.65 | 0.07 | 5.42 | 0.82 | 0.63 |
| Hex | EE | 61 | 53 | 0 | 3B | 41 | 7 | 5 | 52 | 3F |
| Octal | 356 | 141 | 123 | 0 | 73 | 101 | 7 | 5 | 122 | 77 |
| Binary | 11101110 | 1100001 | 1010011 | 0 | 111011 | 1000001 | 111 | 101 | 1010010 | 111111 |
Color Harmonies of #EE6153
Complementary color
Monochromatic Colors of #EE6153
Black with #EE6153
Text Example
Text Example
White with #EE6153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6153; }
p { color: rgb(238,97,83); }
H1.HeaderClassName
{
color: #EE6153;
}
.AnyTagClassName
{
color: #EE6153;
}
</style>
background-color css
<style>
a { background-color: #EE6153; }
a { background-color: rgb(238,97,83); }
div.DivClassName
{
background-color: #EE6153;
}
.BgClassName
{
background-color: #EE6153;
}
</style>
border-color css
<style>
span { border-color: #EE6153; }
span { border-color: rgb(238,97,83); }
td.TdClassName
{
border-color: #EE6153;
}
.TagClassName
{
border-color: #EE6153;
}
</style>