Shades of Deep Pink #EE1E97
Tints of Deep Pink #EE1E97
RGB
CMYK
RGB Variations
Color information
#EE1E97 (or 0xEE1E97) is known color: Deep Pink. HEX triplet: EE, 1E and 97. RGB value is (238,30,151). Sum of RGB (Red+Green+Blue) = 238+30+151=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1E97 is #11E168. Grayscale: #696969. Windows color (decimal): -1171817 or 9903854. OLE color: 9903854.
HSL color Cylindrical-coordinate representation of color #EE1E97: hue angle of 325.1º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1E97 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 30 | 151 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.07 |
| HSL | 325.1º | 0.86% | 0.53% | - |
| HSV(B) | 325.1º | 0.87% | 0.93% | - |
| XYZ | 41.31 | 21.34 | 31.22 | - |
| YUV | 105.99 | 153.41 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 151 | 0 | 0.87 | 0.37 | 0.07 | 325.1 | 0.86 | 0.53 |
| Hex | EE | 1E | 97 | 0 | 57 | 25 | 7 | 145 | 56 | 35 |
| Octal | 356 | 36 | 227 | 0 | 127 | 45 | 7 | 505 | 126 | 65 |
| Binary | 11101110 | 11110 | 10010111 | 0 | 1010111 | 100101 | 111 | 101000101 | 1010110 | 110101 |
Color Harmonies of #EE1E97
Complementary color
Monochromatic Colors of #EE1E97
Black with #EE1E97
Text Example
Text Example
White with #EE1E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1E97; }
p { color: rgb(238,30,151); }
H1.HeaderClassName
{
color: #EE1E97;
}
.AnyTagClassName
{
color: #EE1E97;
}
</style>
background-color css
<style>
a { background-color: #EE1E97; }
a { background-color: rgb(238,30,151); }
div.DivClassName
{
background-color: #EE1E97;
}
.BgClassName
{
background-color: #EE1E97;
}
</style>
border-color css
<style>
span { border-color: #EE1E97; }
span { border-color: rgb(238,30,151); }
td.TdClassName
{
border-color: #EE1E97;
}
.TagClassName
{
border-color: #EE1E97;
}
</style>