Shades of Deep Pink #E91993
Tints of Deep Pink #E91993
RGB
CMYK
RGB Variations
Color information
#E91993 (or 0xE91993) is known color: Deep Pink. HEX triplet: E9, 19 and 93. RGB value is (233,25,147). Sum of RGB (Red+Green+Blue) = 233+25+147=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E91993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91993 is #16E66C. Grayscale: #646464. Windows color (decimal): -1500781 or 9640425. OLE color: 9640425.
HSL color Cylindrical-coordinate representation of color #E91993: hue angle of 324.81º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E91993 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 147 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.09 |
| HSL | 324.81º | 0.83% | 0.51% | - |
| HSV(B) | 324.81º | 0.89% | 0.91% | - |
| XYZ | 39.22 | 20.13 | 29.42 | - |
| YUV | 101.1 | 153.91 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 147 | 0 | 0.89 | 0.37 | 0.09 | 324.81 | 0.83 | 0.51 |
| Hex | E9 | 19 | 93 | 0 | 59 | 25 | 9 | 145 | 53 | 33 |
| Octal | 351 | 31 | 223 | 0 | 131 | 45 | 11 | 505 | 123 | 63 |
| Binary | 11101001 | 11001 | 10010011 | 0 | 1011001 | 100101 | 1001 | 101000101 | 1010011 | 110011 |
Color Harmonies of #E91993
Complementary color
Monochromatic Colors of #E91993
Black with #E91993
Text Example
Text Example
White with #E91993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91993; }
p { color: rgb(233,25,147); }
H1.HeaderClassName
{
color: #E91993;
}
.AnyTagClassName
{
color: #E91993;
}
</style>
background-color css
<style>
a { background-color: #E91993; }
a { background-color: rgb(233,25,147); }
div.DivClassName
{
background-color: #E91993;
}
.BgClassName
{
background-color: #E91993;
}
</style>
border-color css
<style>
span { border-color: #E91993; }
span { border-color: rgb(233,25,147); }
td.TdClassName
{
border-color: #E91993;
}
.TagClassName
{
border-color: #E91993;
}
</style>