Shades of Deep Pink #EE1790
Tints of Deep Pink #EE1790
RGB
CMYK
RGB Variations
Color information
#EE1790 (or 0xEE1790) is known color: Deep Pink. HEX triplet: EE, 17 and 90. RGB value is (238,23,144). Sum of RGB (Red+Green+Blue) = 238+23+144=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1790 is #11E86F. Grayscale: #646464. Windows color (decimal): -1173616 or 9443310. OLE color: 9443310.
HSL color Cylindrical-coordinate representation of color #EE1790: hue angle of 326.23º 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 #EE1790 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 144 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.07 |
| HSL | 326.23º | 0.86% | 0.51% | - |
| HSV(B) | 326.23º | 0.9% | 0.93% | - |
| XYZ | 40.6 | 20.8 | 28.26 | - |
| YUV | 101.08 | 152.23 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 144 | 0 | 0.90 | 0.39 | 0.07 | 326.23 | 0.86 | 0.51 |
| Hex | EE | 17 | 90 | 0 | 5A | 27 | 7 | 146 | 56 | 33 |
| Octal | 356 | 27 | 220 | 0 | 132 | 47 | 7 | 506 | 126 | 63 |
| Binary | 11101110 | 10111 | 10010000 | 0 | 1011010 | 100111 | 111 | 101000110 | 1010110 | 110011 |
Color Harmonies of #EE1790
Complementary color
Monochromatic Colors of #EE1790
Black with #EE1790
Text Example
Text Example
White with #EE1790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1790; }
p { color: rgb(238,23,144); }
H1.HeaderClassName
{
color: #EE1790;
}
.AnyTagClassName
{
color: #EE1790;
}
</style>
background-color css
<style>
a { background-color: #EE1790; }
a { background-color: rgb(238,23,144); }
div.DivClassName
{
background-color: #EE1790;
}
.BgClassName
{
background-color: #EE1790;
}
</style>
border-color css
<style>
span { border-color: #EE1790; }
span { border-color: rgb(238,23,144); }
td.TdClassName
{
border-color: #EE1790;
}
.TagClassName
{
border-color: #EE1790;
}
</style>