Shades of Deep Pink #E91390
Tints of Deep Pink #E91390
RGB
CMYK
RGB Variations
Color information
#E91390 (or 0xE91390) is known color: Deep Pink. HEX triplet: E9, 13 and 90. RGB value is (233,19,144). Sum of RGB (Red+Green+Blue) = 233+19+144=396 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.84% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 233 - color contains mainly: red. Hex color #E91390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91390 is #16EC6F. Grayscale: #606060. Windows color (decimal): -1502320 or 9442281. OLE color: 9442281.
HSL color Cylindrical-coordinate representation of color #E91390: hue angle of 324.95º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E91390 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 144 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.09 |
| HSL | 324.95º | 0.85% | 0.49% | - |
| HSV(B) | 324.95º | 0.92% | 0.91% | - |
| XYZ | 38.87 | 19.8 | 28.16 | - |
| YUV | 97.24 | 154.4 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 144 | 0 | 0.92 | 0.38 | 0.09 | 324.95 | 0.85 | 0.49 |
| Hex | E9 | 13 | 90 | 0 | 5C | 26 | 9 | 145 | 55 | 31 |
| Octal | 351 | 23 | 220 | 0 | 134 | 46 | 11 | 505 | 125 | 61 |
| Binary | 11101001 | 10011 | 10010000 | 0 | 1011100 | 100110 | 1001 | 101000101 | 1010101 | 110001 |
Color Harmonies of #E91390
Complementary color
Monochromatic Colors of #E91390
Black with #E91390
Text Example
Text Example
White with #E91390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91390; }
p { color: rgb(233,19,144); }
H1.HeaderClassName
{
color: #E91390;
}
.AnyTagClassName
{
color: #E91390;
}
</style>
background-color css
<style>
a { background-color: #E91390; }
a { background-color: rgb(233,19,144); }
div.DivClassName
{
background-color: #E91390;
}
.BgClassName
{
background-color: #E91390;
}
</style>
border-color css
<style>
span { border-color: #E91390; }
span { border-color: rgb(233,19,144); }
td.TdClassName
{
border-color: #E91390;
}
.TagClassName
{
border-color: #E91390;
}
</style>