Shades of Dark Pink #EE5888
Tints of Dark Pink #EE5888
RGB
CMYK
RGB Variations
Color information
#EE5888 (or 0xEE5888) is known color: Dark Pink. HEX triplet: EE, 58 and 88. RGB value is (238,88,136). Sum of RGB (Red+Green+Blue) = 238+88+136=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5888 is #11A777. Grayscale: #8A8A8A. Windows color (decimal): -1156984 or 8935662. OLE color: 8935662.
HSL color Cylindrical-coordinate representation of color #EE5888: hue angle of 340.8º 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 #EE5888 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 136 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.07 |
| HSL | 340.8º | 0.82% | 0.64% | - |
| HSV(B) | 340.8º | 0.63% | 0.93% | - |
| XYZ | 43.19 | 26.93 | 26.21 | - |
| YUV | 138.32 | 126.7 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 136 | 0 | 0.63 | 0.43 | 0.07 | 340.8 | 0.82 | 0.64 |
| Hex | EE | 58 | 88 | 0 | 3F | 2B | 7 | 155 | 52 | 40 |
| Octal | 356 | 130 | 210 | 0 | 77 | 53 | 7 | 525 | 122 | 100 |
| Binary | 11101110 | 1011000 | 10001000 | 0 | 111111 | 101011 | 111 | 101010101 | 1010010 | 1000000 |
Color Harmonies of #EE5888
Complementary color
Monochromatic Colors of #EE5888
Black with #EE5888
Text Example
Text Example
White with #EE5888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5888; }
p { color: rgb(238,88,136); }
H1.HeaderClassName
{
color: #EE5888;
}
.AnyTagClassName
{
color: #EE5888;
}
</style>
background-color css
<style>
a { background-color: #EE5888; }
a { background-color: rgb(238,88,136); }
div.DivClassName
{
background-color: #EE5888;
}
.BgClassName
{
background-color: #EE5888;
}
</style>
border-color css
<style>
span { border-color: #EE5888; }
span { border-color: rgb(238,88,136); }
td.TdClassName
{
border-color: #EE5888;
}
.TagClassName
{
border-color: #EE5888;
}
</style>