Shades of Deep Pink #EE1E94
Tints of Deep Pink #EE1E94
RGB
CMYK
RGB Variations
Color information
#EE1E94 (or 0xEE1E94) is known color: Deep Pink. HEX triplet: EE, 1E and 94. RGB value is (238,30,148). Sum of RGB (Red+Green+Blue) = 238+30+148=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1E94 is #11E16B. Grayscale: #696969. Windows color (decimal): -1171820 or 9707246. OLE color: 9707246.
HSL color Cylindrical-coordinate representation of color #EE1E94: hue angle of 325.96º 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 #EE1E94 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 30 | 148 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.07 |
| HSL | 325.96º | 0.86% | 0.53% | - |
| HSV(B) | 325.96º | 0.87% | 0.93% | - |
| XYZ | 41.07 | 21.24 | 29.95 | - |
| YUV | 105.64 | 151.91 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 148 | 0 | 0.87 | 0.38 | 0.07 | 325.96 | 0.86 | 0.53 |
| Hex | EE | 1E | 94 | 0 | 57 | 26 | 7 | 146 | 56 | 35 |
| Octal | 356 | 36 | 224 | 0 | 127 | 46 | 7 | 506 | 126 | 65 |
| Binary | 11101110 | 11110 | 10010100 | 0 | 1010111 | 100110 | 111 | 101000110 | 1010110 | 110101 |
Color Harmonies of #EE1E94
Complementary color
Monochromatic Colors of #EE1E94
Black with #EE1E94
Text Example
Text Example
White with #EE1E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1E94; }
p { color: rgb(238,30,148); }
H1.HeaderClassName
{
color: #EE1E94;
}
.AnyTagClassName
{
color: #EE1E94;
}
</style>
background-color css
<style>
a { background-color: #EE1E94; }
a { background-color: rgb(238,30,148); }
div.DivClassName
{
background-color: #EE1E94;
}
.BgClassName
{
background-color: #EE1E94;
}
</style>
border-color css
<style>
span { border-color: #EE1E94; }
span { border-color: rgb(238,30,148); }
td.TdClassName
{
border-color: #EE1E94;
}
.TagClassName
{
border-color: #EE1E94;
}
</style>