Shades of Deep Pink #EE1E98
Tints of Deep Pink #EE1E98
RGB
CMYK
RGB Variations
Color information
#EE1E98 (or 0xEE1E98) is known color: Deep Pink. HEX triplet: EE, 1E and 98. RGB value is (238,30,152). Sum of RGB (Red+Green+Blue) = 238+30+152=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1E98 is #11E167. Grayscale: #696969. Windows color (decimal): -1171816 or 9969390. OLE color: 9969390.
HSL color Cylindrical-coordinate representation of color #EE1E98: hue angle of 324.81º 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 #EE1E98 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 30 | 152 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.07 |
| HSL | 324.81º | 0.86% | 0.53% | - |
| HSV(B) | 324.81º | 0.87% | 0.93% | - |
| XYZ | 41.39 | 21.37 | 31.65 | - |
| YUV | 106.1 | 153.91 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 152 | 0 | 0.87 | 0.36 | 0.07 | 324.81 | 0.86 | 0.53 |
| Hex | EE | 1E | 98 | 0 | 57 | 24 | 7 | 145 | 56 | 35 |
| Octal | 356 | 36 | 230 | 0 | 127 | 44 | 7 | 505 | 126 | 65 |
| Binary | 11101110 | 11110 | 10011000 | 0 | 1010111 | 100100 | 111 | 101000101 | 1010110 | 110101 |
Color Harmonies of #EE1E98
Complementary color
Monochromatic Colors of #EE1E98
Black with #EE1E98
Text Example
Text Example
White with #EE1E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1E98; }
p { color: rgb(238,30,152); }
H1.HeaderClassName
{
color: #EE1E98;
}
.AnyTagClassName
{
color: #EE1E98;
}
</style>
background-color css
<style>
a { background-color: #EE1E98; }
a { background-color: rgb(238,30,152); }
div.DivClassName
{
background-color: #EE1E98;
}
.BgClassName
{
background-color: #EE1E98;
}
</style>
border-color css
<style>
span { border-color: #EE1E98; }
span { border-color: rgb(238,30,152); }
td.TdClassName
{
border-color: #EE1E98;
}
.TagClassName
{
border-color: #EE1E98;
}
</style>