Shades of Flamingo #EE6558
Tints of Flamingo #EE6558
RGB
CMYK
RGB Variations
Color information
#EE6558 (or 0xEE6558) is known color: Flamingo. HEX triplet: EE, 65 and 58. RGB value is (238,101,88). Sum of RGB (Red+Green+Blue) = 238+101+88=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6558 is #119AA7. Grayscale: #8C8C8C. Windows color (decimal): -1153704 or 5793262. OLE color: 5793262.
HSL color Cylindrical-coordinate representation of color #EE6558: hue angle of 5.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE6558 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 88 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.07 |
| HSL | 5.2º | 0.82% | 0.64% | - |
| HSV(B) | 5.2º | 0.63% | 0.93% | - |
| XYZ | 41.68 | 28.19 | 12.48 | - |
| YUV | 140.48 | 98.39 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 88 | 0 | 0.58 | 0.63 | 0.07 | 5.2 | 0.82 | 0.64 |
| Hex | EE | 65 | 58 | 0 | 3A | 3F | 7 | 5 | 52 | 40 |
| Octal | 356 | 145 | 130 | 0 | 72 | 77 | 7 | 5 | 122 | 100 |
| Binary | 11101110 | 1100101 | 1011000 | 0 | 111010 | 111111 | 111 | 101 | 1010010 | 1000000 |
Color Harmonies of #EE6558
Complementary color
Monochromatic Colors of #EE6558
Black with #EE6558
Text Example
Text Example
White with #EE6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6558; }
p { color: rgb(238,101,88); }
H1.HeaderClassName
{
color: #EE6558;
}
.AnyTagClassName
{
color: #EE6558;
}
</style>
background-color css
<style>
a { background-color: #EE6558; }
a { background-color: rgb(238,101,88); }
div.DivClassName
{
background-color: #EE6558;
}
.BgClassName
{
background-color: #EE6558;
}
</style>
border-color css
<style>
span { border-color: #EE6558; }
span { border-color: rgb(238,101,88); }
td.TdClassName
{
border-color: #EE6558;
}
.TagClassName
{
border-color: #EE6558;
}
</style>