Shades of Deep Pink #EE1086
Tints of Deep Pink #EE1086
RGB
CMYK
RGB Variations
Color information
#EE1086 (or 0xEE1086) is known color: Deep Pink. HEX triplet: EE, 10 and 86. RGB value is (238,16,134). Sum of RGB (Red+Green+Blue) = 238+16+134=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1086 is #11EF79. Grayscale: #5F5F5F. Windows color (decimal): -1175418 or 8786158. OLE color: 8786158.
HSL color Cylindrical-coordinate representation of color #EE1086: hue angle of 328.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1086 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 134 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.07 |
| HSL | 328.11º | 0.87% | 0.5% | - |
| HSV(B) | 328.11º | 0.93% | 0.93% | - |
| XYZ | 39.75 | 20.27 | 24.37 | - |
| YUV | 95.83 | 149.55 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 134 | 0 | 0.93 | 0.44 | 0.07 | 328.11 | 0.87 | 0.5 |
| Hex | EE | 10 | 86 | 0 | 5D | 2C | 7 | 148 | 57 | 32 |
| Octal | 356 | 20 | 206 | 0 | 135 | 54 | 7 | 510 | 127 | 62 |
| Binary | 11101110 | 10000 | 10000110 | 0 | 1011101 | 101100 | 111 | 101001000 | 1010111 | 110010 |
Color Harmonies of #EE1086
Complementary color
Monochromatic Colors of #EE1086
Black with #EE1086
Text Example
Text Example
White with #EE1086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1086; }
p { color: rgb(238,16,134); }
H1.HeaderClassName
{
color: #EE1086;
}
.AnyTagClassName
{
color: #EE1086;
}
</style>
background-color css
<style>
a { background-color: #EE1086; }
a { background-color: rgb(238,16,134); }
div.DivClassName
{
background-color: #EE1086;
}
.BgClassName
{
background-color: #EE1086;
}
</style>
border-color css
<style>
span { border-color: #EE1086; }
span { border-color: rgb(238,16,134); }
td.TdClassName
{
border-color: #EE1086;
}
.TagClassName
{
border-color: #EE1086;
}
</style>