Shades of Deep Pink #EE087E
Tints of Deep Pink #EE087E
RGB
CMYK
RGB Variations
Color information
#EE087E (or 0xEE087E) is known color: Deep Pink. HEX triplet: EE, 08 and 7E. RGB value is (238,8,126). Sum of RGB (Red+Green+Blue) = 238+8+126=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE087E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE087E is #11F781. Grayscale: #595959. Windows color (decimal): -1177474 or 8259822. OLE color: 8259822.
HSL color Cylindrical-coordinate representation of color #EE087E: hue angle of 329.22º degrees, saturation: 0.93, 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 #EE087E is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 126 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.07 |
| HSL | 329.22º | 0.93% | 0.48% | - |
| HSV(B) | 329.22º | 0.97% | 0.93% | - |
| XYZ | 39.11 | 19.86 | 21.51 | - |
| YUV | 90.22 | 148.2 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 126 | 0 | 0.97 | 0.47 | 0.07 | 329.22 | 0.93 | 0.48 |
| Hex | EE | 8 | 7E | 0 | 61 | 2F | 7 | 149 | 5D | 30 |
| Octal | 356 | 10 | 176 | 0 | 141 | 57 | 7 | 511 | 135 | 60 |
| Binary | 11101110 | 1000 | 1111110 | 0 | 1100001 | 101111 | 111 | 101001001 | 1011101 | 110000 |
Color Harmonies of #EE087E
Complementary color
Monochromatic Colors of #EE087E
Black with #EE087E
Text Example
Text Example
White with #EE087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE087E; }
p { color: rgb(238,8,126); }
H1.HeaderClassName
{
color: #EE087E;
}
.AnyTagClassName
{
color: #EE087E;
}
</style>
background-color css
<style>
a { background-color: #EE087E; }
a { background-color: rgb(238,8,126); }
div.DivClassName
{
background-color: #EE087E;
}
.BgClassName
{
background-color: #EE087E;
}
</style>
border-color css
<style>
span { border-color: #EE087E; }
span { border-color: rgb(238,8,126); }
td.TdClassName
{
border-color: #EE087E;
}
.TagClassName
{
border-color: #EE087E;
}
</style>