Shades of Deep Pink #EE0786
Tints of Deep Pink #EE0786
RGB
CMYK
RGB Variations
Color information
#EE0786 (or 0xEE0786) is known color: Deep Pink. HEX triplet: EE, 07 and 86. RGB value is (238,7,134). Sum of RGB (Red+Green+Blue) = 238+7+134=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0786 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0786 is #11F879. Grayscale: #5A5A5A. Windows color (decimal): -1177722 or 8783854. OLE color: 8783854.
HSL color Cylindrical-coordinate representation of color #EE0786: hue angle of 327.01º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE0786 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 134 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.07 |
| HSL | 327.01º | 0.94% | 0.48% | - |
| HSV(B) | 327.01º | 0.97% | 0.93% | - |
| XYZ | 39.64 | 20.05 | 24.34 | - |
| YUV | 90.55 | 152.53 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 134 | 0 | 0.97 | 0.44 | 0.07 | 327.01 | 0.94 | 0.48 |
| Hex | EE | 7 | 86 | 0 | 61 | 2C | 7 | 147 | 5E | 30 |
| Octal | 356 | 7 | 206 | 0 | 141 | 54 | 7 | 507 | 136 | 60 |
| Binary | 11101110 | 111 | 10000110 | 0 | 1100001 | 101100 | 111 | 101000111 | 1011110 | 110000 |
Color Harmonies of #EE0786
Complementary color
Monochromatic Colors of #EE0786
Black with #EE0786
Text Example
Text Example
White with #EE0786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0786; }
p { color: rgb(238,7,134); }
H1.HeaderClassName
{
color: #EE0786;
}
.AnyTagClassName
{
color: #EE0786;
}
</style>
background-color css
<style>
a { background-color: #EE0786; }
a { background-color: rgb(238,7,134); }
div.DivClassName
{
background-color: #EE0786;
}
.BgClassName
{
background-color: #EE0786;
}
</style>
border-color css
<style>
span { border-color: #EE0786; }
span { border-color: rgb(238,7,134); }
td.TdClassName
{
border-color: #EE0786;
}
.TagClassName
{
border-color: #EE0786;
}
</style>