Shades of Deep Pink #EE0784
Tints of Deep Pink #EE0784
RGB
CMYK
RGB Variations
Color information
#EE0784 (or 0xEE0784) is known color: Deep Pink. HEX triplet: EE, 07 and 84. RGB value is (238,7,132). Sum of RGB (Red+Green+Blue) = 238+7+132=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0784 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0784 is #11F87B. Grayscale: #5A5A5A. Windows color (decimal): -1177724 or 8652782. OLE color: 8652782.
HSL color Cylindrical-coordinate representation of color #EE0784: hue angle of 327.53º 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 #EE0784 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 132 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.07 |
| HSL | 327.53º | 0.94% | 0.48% | - |
| HSV(B) | 327.53º | 0.97% | 0.93% | - |
| XYZ | 39.5 | 20 | 23.61 | - |
| YUV | 90.32 | 151.53 | 233.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 132 | 0 | 0.97 | 0.45 | 0.07 | 327.53 | 0.94 | 0.48 |
| Hex | EE | 7 | 84 | 0 | 61 | 2D | 7 | 148 | 5E | 30 |
| Octal | 356 | 7 | 204 | 0 | 141 | 55 | 7 | 510 | 136 | 60 |
| Binary | 11101110 | 111 | 10000100 | 0 | 1100001 | 101101 | 111 | 101001000 | 1011110 | 110000 |
Color Harmonies of #EE0784
Complementary color
Monochromatic Colors of #EE0784
Black with #EE0784
Text Example
Text Example
White with #EE0784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0784; }
p { color: rgb(238,7,132); }
H1.HeaderClassName
{
color: #EE0784;
}
.AnyTagClassName
{
color: #EE0784;
}
</style>
background-color css
<style>
a { background-color: #EE0784; }
a { background-color: rgb(238,7,132); }
div.DivClassName
{
background-color: #EE0784;
}
.BgClassName
{
background-color: #EE0784;
}
</style>
border-color css
<style>
span { border-color: #EE0784; }
span { border-color: rgb(238,7,132); }
td.TdClassName
{
border-color: #EE0784;
}
.TagClassName
{
border-color: #EE0784;
}
</style>