Shades of Flamingo #EE6058
Tints of Flamingo #EE6058
RGB
CMYK
RGB Variations
Color information
#EE6058 (or 0xEE6058) is known color: Flamingo. HEX triplet: EE, 60 and 58. RGB value is (238,96,88). Sum of RGB (Red+Green+Blue) = 238+96+88=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6058 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6058 is #119FA7. Grayscale: #898989. Windows color (decimal): -1154984 or 5791982. OLE color: 5791982.
HSL color Cylindrical-coordinate representation of color #EE6058: hue angle of 3.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 #EE6058 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 88 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.07 |
| HSL | 3.2º | 0.82% | 0.64% | - |
| HSV(B) | 3.2º | 0.63% | 0.93% | - |
| XYZ | 41.2 | 27.25 | 12.32 | - |
| YUV | 137.55 | 100.04 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 88 | 0 | 0.60 | 0.63 | 0.07 | 3.2 | 0.82 | 0.64 |
| Hex | EE | 60 | 58 | 0 | 3C | 3F | 7 | 3 | 52 | 40 |
| Octal | 356 | 140 | 130 | 0 | 74 | 77 | 7 | 3 | 122 | 100 |
| Binary | 11101110 | 1100000 | 1011000 | 0 | 111100 | 111111 | 111 | 11 | 1010010 | 1000000 |
Color Harmonies of #EE6058
Complementary color
Monochromatic Colors of #EE6058
Black with #EE6058
Text Example
Text Example
White with #EE6058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6058; }
p { color: rgb(238,96,88); }
H1.HeaderClassName
{
color: #EE6058;
}
.AnyTagClassName
{
color: #EE6058;
}
</style>
background-color css
<style>
a { background-color: #EE6058; }
a { background-color: rgb(238,96,88); }
div.DivClassName
{
background-color: #EE6058;
}
.BgClassName
{
background-color: #EE6058;
}
</style>
border-color css
<style>
span { border-color: #EE6058; }
span { border-color: rgb(238,96,88); }
td.TdClassName
{
border-color: #EE6058;
}
.TagClassName
{
border-color: #EE6058;
}
</style>