Shades of Deep Pink #EE087A
Tints of Deep Pink #EE087A
RGB
CMYK
RGB Variations
Color information
#EE087A (or 0xEE087A) is known color: Deep Pink. HEX triplet: EE, 08 and 7A. RGB value is (238,8,122). Sum of RGB (Red+Green+Blue) = 238+8+122=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE087A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE087A is #11F785. Grayscale: #595959. Windows color (decimal): -1177478 or 7997678. OLE color: 7997678.
HSL color Cylindrical-coordinate representation of color #EE087A: hue angle of 330.26º 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 #EE087A is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 122 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.07 |
| HSL | 330.26º | 0.93% | 0.48% | - |
| HSV(B) | 330.26º | 0.97% | 0.93% | - |
| XYZ | 38.86 | 19.76 | 20.18 | - |
| YUV | 89.77 | 146.2 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 122 | 0 | 0.97 | 0.49 | 0.07 | 330.26 | 0.93 | 0.48 |
| Hex | EE | 8 | 7A | 0 | 61 | 31 | 7 | 14A | 5D | 30 |
| Octal | 356 | 10 | 172 | 0 | 141 | 61 | 7 | 512 | 135 | 60 |
| Binary | 11101110 | 1000 | 1111010 | 0 | 1100001 | 110001 | 111 | 101001010 | 1011101 | 110000 |
Color Harmonies of #EE087A
Complementary color
Monochromatic Colors of #EE087A
Black with #EE087A
Text Example
Text Example
White with #EE087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE087A; }
p { color: rgb(238,8,122); }
H1.HeaderClassName
{
color: #EE087A;
}
.AnyTagClassName
{
color: #EE087A;
}
</style>
background-color css
<style>
a { background-color: #EE087A; }
a { background-color: rgb(238,8,122); }
div.DivClassName
{
background-color: #EE087A;
}
.BgClassName
{
background-color: #EE087A;
}
</style>
border-color css
<style>
span { border-color: #EE087A; }
span { border-color: rgb(238,8,122); }
td.TdClassName
{
border-color: #EE087A;
}
.TagClassName
{
border-color: #EE087A;
}
</style>