Shades of Dark Pink #EE5288
Tints of Dark Pink #EE5288
RGB
CMYK
RGB Variations
Color information
#EE5288 (or 0xEE5288) is known color: Dark Pink. HEX triplet: EE, 52 and 88. RGB value is (238,82,136). Sum of RGB (Red+Green+Blue) = 238+82+136=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5288 is #11AD77. Grayscale: #868686. Windows color (decimal): -1158520 or 8934126. OLE color: 8934126.
HSL color Cylindrical-coordinate representation of color #EE5288: hue angle of 339.23º 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 #EE5288 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 136 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.07 |
| HSL | 339.23º | 0.82% | 0.63% | - |
| HSV(B) | 339.23º | 0.66% | 0.93% | - |
| XYZ | 42.72 | 25.99 | 26.06 | - |
| YUV | 134.8 | 128.68 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 136 | 0 | 0.66 | 0.43 | 0.07 | 339.23 | 0.82 | 0.63 |
| Hex | EE | 52 | 88 | 0 | 42 | 2B | 7 | 153 | 52 | 3F |
| Octal | 356 | 122 | 210 | 0 | 102 | 53 | 7 | 523 | 122 | 77 |
| Binary | 11101110 | 1010010 | 10001000 | 0 | 1000010 | 101011 | 111 | 101010011 | 1010010 | 111111 |
Color Harmonies of #EE5288
Complementary color
Monochromatic Colors of #EE5288
Black with #EE5288
Text Example
Text Example
White with #EE5288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5288; }
p { color: rgb(238,82,136); }
H1.HeaderClassName
{
color: #EE5288;
}
.AnyTagClassName
{
color: #EE5288;
}
</style>
background-color css
<style>
a { background-color: #EE5288; }
a { background-color: rgb(238,82,136); }
div.DivClassName
{
background-color: #EE5288;
}
.BgClassName
{
background-color: #EE5288;
}
</style>
border-color css
<style>
span { border-color: #EE5288; }
span { border-color: rgb(238,82,136); }
td.TdClassName
{
border-color: #EE5288;
}
.TagClassName
{
border-color: #EE5288;
}
</style>