Shades of Deep Pink #E91690
Tints of Deep Pink #E91690
RGB
CMYK
RGB Variations
Color information
#E91690 (or 0xE91690) is known color: Deep Pink. HEX triplet: E9, 16 and 90. RGB value is (233,22,144). Sum of RGB (Red+Green+Blue) = 233+22+144=399 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.40% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 233 - color contains mainly: red. Hex color #E91690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91690 is #16E96F. Grayscale: #626262. Windows color (decimal): -1501552 or 9443049. OLE color: 9443049.
HSL color Cylindrical-coordinate representation of color #E91690: hue angle of 325.31º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91690 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 22 | 144 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.09 |
| HSL | 325.31º | 0.83% | 0.5% | - |
| HSV(B) | 325.31º | 0.91% | 0.91% | - |
| XYZ | 38.93 | 19.91 | 28.18 | - |
| YUV | 99 | 153.4 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 22 | 144 | 0 | 0.91 | 0.38 | 0.09 | 325.31 | 0.83 | 0.5 |
| Hex | E9 | 16 | 90 | 0 | 5B | 26 | 9 | 145 | 53 | 32 |
| Octal | 351 | 26 | 220 | 0 | 133 | 46 | 11 | 505 | 123 | 62 |
| Binary | 11101001 | 10110 | 10010000 | 0 | 1011011 | 100110 | 1001 | 101000101 | 1010011 | 110010 |
Color Harmonies of #E91690
Complementary color
Monochromatic Colors of #E91690
Black with #E91690
Text Example
Text Example
White with #E91690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91690; }
p { color: rgb(233,22,144); }
H1.HeaderClassName
{
color: #E91690;
}
.AnyTagClassName
{
color: #E91690;
}
</style>
background-color css
<style>
a { background-color: #E91690; }
a { background-color: rgb(233,22,144); }
div.DivClassName
{
background-color: #E91690;
}
.BgClassName
{
background-color: #E91690;
}
</style>
border-color css
<style>
span { border-color: #E91690; }
span { border-color: rgb(233,22,144); }
td.TdClassName
{
border-color: #E91690;
}
.TagClassName
{
border-color: #E91690;
}
</style>