Shades of Deep Pink #EE1797
Tints of Deep Pink #EE1797
RGB
CMYK
RGB Variations
Color information
#EE1797 (or 0xEE1797) is known color: Deep Pink. HEX triplet: EE, 17 and 97. RGB value is (238,23,151). Sum of RGB (Red+Green+Blue) = 238+23+151=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1797 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1797 is #11E868. Grayscale: #656565. Windows color (decimal): -1173609 or 9902062. OLE color: 9902062.
HSL color Cylindrical-coordinate representation of color #EE1797: hue angle of 324.28º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1797 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 151 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.07 |
| HSL | 324.28º | 0.86% | 0.51% | - |
| HSV(B) | 324.28º | 0.9% | 0.93% | - |
| XYZ | 41.15 | 21.02 | 31.17 | - |
| YUV | 101.88 | 155.73 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 151 | 0 | 0.90 | 0.37 | 0.07 | 324.28 | 0.86 | 0.51 |
| Hex | EE | 17 | 97 | 0 | 5A | 25 | 7 | 144 | 56 | 33 |
| Octal | 356 | 27 | 227 | 0 | 132 | 45 | 7 | 504 | 126 | 63 |
| Binary | 11101110 | 10111 | 10010111 | 0 | 1011010 | 100101 | 111 | 101000100 | 1010110 | 110011 |
Color Harmonies of #EE1797
Complementary color
Monochromatic Colors of #EE1797
Black with #EE1797
Text Example
Text Example
White with #EE1797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1797; }
p { color: rgb(238,23,151); }
H1.HeaderClassName
{
color: #EE1797;
}
.AnyTagClassName
{
color: #EE1797;
}
</style>
background-color css
<style>
a { background-color: #EE1797; }
a { background-color: rgb(238,23,151); }
div.DivClassName
{
background-color: #EE1797;
}
.BgClassName
{
background-color: #EE1797;
}
</style>
border-color css
<style>
span { border-color: #EE1797; }
span { border-color: rgb(238,23,151); }
td.TdClassName
{
border-color: #EE1797;
}
.TagClassName
{
border-color: #EE1797;
}
</style>