Shades of Deep Pink #EE1D97
Tints of Deep Pink #EE1D97
RGB
CMYK
RGB Variations
Color information
#EE1D97 (or 0xEE1D97) is known color: Deep Pink. HEX triplet: EE, 1D and 97. RGB value is (238,29,151). Sum of RGB (Red+Green+Blue) = 238+29+151=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1D97 is #11E268. Grayscale: #696969. Windows color (decimal): -1172073 or 9903598. OLE color: 9903598.
HSL color Cylindrical-coordinate representation of color #EE1D97: hue angle of 324.98º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1D97 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 29 | 151 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.07 |
| HSL | 324.98º | 0.86% | 0.52% | - |
| HSV(B) | 324.98º | 0.88% | 0.93% | - |
| XYZ | 41.29 | 21.29 | 31.21 | - |
| YUV | 105.4 | 153.74 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 29 | 151 | 0 | 0.88 | 0.37 | 0.07 | 324.98 | 0.86 | 0.52 |
| Hex | EE | 1D | 97 | 0 | 58 | 25 | 7 | 145 | 56 | 34 |
| Octal | 356 | 35 | 227 | 0 | 130 | 45 | 7 | 505 | 126 | 64 |
| Binary | 11101110 | 11101 | 10010111 | 0 | 1011000 | 100101 | 111 | 101000101 | 1010110 | 110100 |
Color Harmonies of #EE1D97
Complementary color
Monochromatic Colors of #EE1D97
Black with #EE1D97
Text Example
Text Example
White with #EE1D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1D97; }
p { color: rgb(238,29,151); }
H1.HeaderClassName
{
color: #EE1D97;
}
.AnyTagClassName
{
color: #EE1D97;
}
</style>
background-color css
<style>
a { background-color: #EE1D97; }
a { background-color: rgb(238,29,151); }
div.DivClassName
{
background-color: #EE1D97;
}
.BgClassName
{
background-color: #EE1D97;
}
</style>
border-color css
<style>
span { border-color: #EE1D97; }
span { border-color: rgb(238,29,151); }
td.TdClassName
{
border-color: #EE1D97;
}
.TagClassName
{
border-color: #EE1D97;
}
</style>