Shades of Deep Pink #EE0387
Tints of Deep Pink #EE0387
RGB
CMYK
RGB Variations
Color information
#EE0387 (or 0xEE0387) is known color: Deep Pink. HEX triplet: EE, 03 and 87. RGB value is (238,3,135). Sum of RGB (Red+Green+Blue) = 238+3+135=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0387 is #11FC78. Grayscale: #585858. Windows color (decimal): -1178745 or 8848366. OLE color: 8848366.
HSL color Cylindrical-coordinate representation of color #EE0387: hue angle of 326.3º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE0387 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 135 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.07 |
| HSL | 326.3º | 0.98% | 0.47% | - |
| HSV(B) | 326.3º | 0.99% | 0.93% | - |
| XYZ | 39.67 | 19.99 | 24.69 | - |
| YUV | 88.31 | 154.36 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 135 | 0 | 0.99 | 0.43 | 0.07 | 326.3 | 0.98 | 0.47 |
| Hex | EE | 3 | 87 | 0 | 63 | 2B | 7 | 146 | 62 | 2F |
| Octal | 356 | 3 | 207 | 0 | 143 | 53 | 7 | 506 | 142 | 57 |
| Binary | 11101110 | 11 | 10000111 | 0 | 1100011 | 101011 | 111 | 101000110 | 1100010 | 101111 |
Color Harmonies of #EE0387
Complementary color
Monochromatic Colors of #EE0387
Black with #EE0387
Text Example
Text Example
White with #EE0387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0387; }
p { color: rgb(238,3,135); }
H1.HeaderClassName
{
color: #EE0387;
}
.AnyTagClassName
{
color: #EE0387;
}
</style>
background-color css
<style>
a { background-color: #EE0387; }
a { background-color: rgb(238,3,135); }
div.DivClassName
{
background-color: #EE0387;
}
.BgClassName
{
background-color: #EE0387;
}
</style>
border-color css
<style>
span { border-color: #EE0387; }
span { border-color: rgb(238,3,135); }
td.TdClassName
{
border-color: #EE0387;
}
.TagClassName
{
border-color: #EE0387;
}
</style>