Shades of Dark Pink #EE6087
Tints of Dark Pink #EE6087
RGB
CMYK
RGB Variations
Color information
#EE6087 (or 0xEE6087) is known color: Dark Pink. HEX triplet: EE, 60 and 87. RGB value is (238,96,135). Sum of RGB (Red+Green+Blue) = 238+96+135=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6087 is #119F78. Grayscale: #8E8E8E. Windows color (decimal): -1154937 or 8872174. OLE color: 8872174.
HSL color Cylindrical-coordinate representation of color #EE6087: hue angle of 343.52º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE6087 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 135 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.07 |
| HSL | 343.52º | 0.81% | 0.65% | - |
| HSV(B) | 343.52º | 0.6% | 0.93% | - |
| XYZ | 43.82 | 28.29 | 26.07 | - |
| YUV | 142.9 | 123.54 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 135 | 0 | 0.60 | 0.43 | 0.07 | 343.52 | 0.81 | 0.65 |
| Hex | EE | 60 | 87 | 0 | 3C | 2B | 7 | 158 | 51 | 41 |
| Octal | 356 | 140 | 207 | 0 | 74 | 53 | 7 | 530 | 121 | 101 |
| Binary | 11101110 | 1100000 | 10000111 | 0 | 111100 | 101011 | 111 | 101011000 | 1010001 | 1000001 |
Color Harmonies of #EE6087
Complementary color
Monochromatic Colors of #EE6087
Black with #EE6087
Text Example
Text Example
White with #EE6087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6087; }
p { color: rgb(238,96,135); }
H1.HeaderClassName
{
color: #EE6087;
}
.AnyTagClassName
{
color: #EE6087;
}
</style>
background-color css
<style>
a { background-color: #EE6087; }
a { background-color: rgb(238,96,135); }
div.DivClassName
{
background-color: #EE6087;
}
.BgClassName
{
background-color: #EE6087;
}
</style>
border-color css
<style>
span { border-color: #EE6087; }
span { border-color: rgb(238,96,135); }
td.TdClassName
{
border-color: #EE6087;
}
.TagClassName
{
border-color: #EE6087;
}
</style>