Shades of Deep Pink #EE0780
Tints of Deep Pink #EE0780
RGB
CMYK
RGB Variations
Color information
#EE0780 (or 0xEE0780) is known color: Deep Pink. HEX triplet: EE, 07 and 80. RGB value is (238,7,128). Sum of RGB (Red+Green+Blue) = 238+7+128=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0780 is #11F87F. Grayscale: #595959. Windows color (decimal): -1177728 or 8390638. OLE color: 8390638.
HSL color Cylindrical-coordinate representation of color #EE0780: hue angle of 328.57º 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 #EE0780 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 128 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.07 |
| HSL | 328.57º | 0.94% | 0.48% | - |
| HSV(B) | 328.57º | 0.97% | 0.93% | - |
| XYZ | 39.23 | 19.89 | 22.19 | - |
| YUV | 89.86 | 149.53 | 233.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 128 | 0 | 0.97 | 0.46 | 0.07 | 328.57 | 0.94 | 0.48 |
| Hex | EE | 7 | 80 | 0 | 61 | 2E | 7 | 149 | 5E | 30 |
| Octal | 356 | 7 | 200 | 0 | 141 | 56 | 7 | 511 | 136 | 60 |
| Binary | 11101110 | 111 | 10000000 | 0 | 1100001 | 101110 | 111 | 101001001 | 1011110 | 110000 |
Color Harmonies of #EE0780
Complementary color
Monochromatic Colors of #EE0780
Black with #EE0780
Text Example
Text Example
White with #EE0780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0780; }
p { color: rgb(238,7,128); }
H1.HeaderClassName
{
color: #EE0780;
}
.AnyTagClassName
{
color: #EE0780;
}
</style>
background-color css
<style>
a { background-color: #EE0780; }
a { background-color: rgb(238,7,128); }
div.DivClassName
{
background-color: #EE0780;
}
.BgClassName
{
background-color: #EE0780;
}
</style>
border-color css
<style>
span { border-color: #EE0780; }
span { border-color: rgb(238,7,128); }
td.TdClassName
{
border-color: #EE0780;
}
.TagClassName
{
border-color: #EE0780;
}
</style>