Shades of Deep Pink #E91593
Tints of Deep Pink #E91593
RGB
CMYK
RGB Variations
Color information
#E91593 (or 0xE91593) is known color: Deep Pink. HEX triplet: E9, 15 and 93. RGB value is (233,21,147). Sum of RGB (Red+Green+Blue) = 233+21+147=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E91593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91593 is #16EA6C. Grayscale: #626262. Windows color (decimal): -1501805 or 9639401. OLE color: 9639401.
HSL color Cylindrical-coordinate representation of color #E91593: hue angle of 324.34º 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 #E91593 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 147 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.09 |
| HSL | 324.34º | 0.83% | 0.5% | - |
| HSV(B) | 324.34º | 0.91% | 0.91% | - |
| XYZ | 39.14 | 19.97 | 29.39 | - |
| YUV | 98.75 | 155.24 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 147 | 0 | 0.91 | 0.37 | 0.09 | 324.34 | 0.83 | 0.5 |
| Hex | E9 | 15 | 93 | 0 | 5B | 25 | 9 | 144 | 53 | 32 |
| Octal | 351 | 25 | 223 | 0 | 133 | 45 | 11 | 504 | 123 | 62 |
| Binary | 11101001 | 10101 | 10010011 | 0 | 1011011 | 100101 | 1001 | 101000100 | 1010011 | 110010 |
Color Harmonies of #E91593
Complementary color
Monochromatic Colors of #E91593
Black with #E91593
Text Example
Text Example
White with #E91593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91593; }
p { color: rgb(233,21,147); }
H1.HeaderClassName
{
color: #E91593;
}
.AnyTagClassName
{
color: #E91593;
}
</style>
background-color css
<style>
a { background-color: #E91593; }
a { background-color: rgb(233,21,147); }
div.DivClassName
{
background-color: #E91593;
}
.BgClassName
{
background-color: #E91593;
}
</style>
border-color css
<style>
span { border-color: #E91593; }
span { border-color: rgb(233,21,147); }
td.TdClassName
{
border-color: #E91593;
}
.TagClassName
{
border-color: #E91593;
}
</style>