Shades of Deep Pink #EE1791
Tints of Deep Pink #EE1791
RGB
CMYK
RGB Variations
Color information
#EE1791 (or 0xEE1791) is known color: Deep Pink. HEX triplet: EE, 17 and 91. RGB value is (238,23,145). Sum of RGB (Red+Green+Blue) = 238+23+145=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1791 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1791 is #11E86E. Grayscale: #646464. Windows color (decimal): -1173615 or 9508846. OLE color: 9508846.
HSL color Cylindrical-coordinate representation of color #EE1791: hue angle of 325.95º 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 #EE1791 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 145 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.07 |
| HSL | 325.95º | 0.86% | 0.51% | - |
| HSV(B) | 325.95º | 0.9% | 0.93% | - |
| XYZ | 40.68 | 20.83 | 28.67 | - |
| YUV | 101.19 | 152.73 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 145 | 0 | 0.90 | 0.39 | 0.07 | 325.95 | 0.86 | 0.51 |
| Hex | EE | 17 | 91 | 0 | 5A | 27 | 7 | 146 | 56 | 33 |
| Octal | 356 | 27 | 221 | 0 | 132 | 47 | 7 | 506 | 126 | 63 |
| Binary | 11101110 | 10111 | 10010001 | 0 | 1011010 | 100111 | 111 | 101000110 | 1010110 | 110011 |
Color Harmonies of #EE1791
Complementary color
Monochromatic Colors of #EE1791
Black with #EE1791
Text Example
Text Example
White with #EE1791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1791; }
p { color: rgb(238,23,145); }
H1.HeaderClassName
{
color: #EE1791;
}
.AnyTagClassName
{
color: #EE1791;
}
</style>
background-color css
<style>
a { background-color: #EE1791; }
a { background-color: rgb(238,23,145); }
div.DivClassName
{
background-color: #EE1791;
}
.BgClassName
{
background-color: #EE1791;
}
</style>
border-color css
<style>
span { border-color: #EE1791; }
span { border-color: rgb(238,23,145); }
td.TdClassName
{
border-color: #EE1791;
}
.TagClassName
{
border-color: #EE1791;
}
</style>