Shades of Deep Pink #E91580
Tints of Deep Pink #E91580
RGB
CMYK
RGB Variations
Color information
#E91580 (or 0xE91580) is known color: Deep Pink. HEX triplet: E9, 15 and 80. RGB value is (233,21,128). Sum of RGB (Red+Green+Blue) = 233+21+128=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E91580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91580 is #16EA7F. Grayscale: #606060. Windows color (decimal): -1501824 or 8394217. OLE color: 8394217.
HSL color Cylindrical-coordinate representation of color #E91580: hue angle of 329.72º 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 #E91580 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 128 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.09 |
| HSL | 329.72º | 0.83% | 0.5% | - |
| HSV(B) | 329.72º | 0.91% | 0.91% | - |
| XYZ | 37.77 | 19.42 | 22.18 | - |
| YUV | 96.59 | 145.74 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 128 | 0 | 0.91 | 0.45 | 0.09 | 329.72 | 0.83 | 0.5 |
| Hex | E9 | 15 | 80 | 0 | 5B | 2D | 9 | 14A | 53 | 32 |
| Octal | 351 | 25 | 200 | 0 | 133 | 55 | 11 | 512 | 123 | 62 |
| Binary | 11101001 | 10101 | 10000000 | 0 | 1011011 | 101101 | 1001 | 101001010 | 1010011 | 110010 |
Color Harmonies of #E91580
Complementary color
Monochromatic Colors of #E91580
Black with #E91580
Text Example
Text Example
White with #E91580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91580; }
p { color: rgb(233,21,128); }
H1.HeaderClassName
{
color: #E91580;
}
.AnyTagClassName
{
color: #E91580;
}
</style>
background-color css
<style>
a { background-color: #E91580; }
a { background-color: rgb(233,21,128); }
div.DivClassName
{
background-color: #E91580;
}
.BgClassName
{
background-color: #E91580;
}
</style>
border-color css
<style>
span { border-color: #E91580; }
span { border-color: rgb(233,21,128); }
td.TdClassName
{
border-color: #E91580;
}
.TagClassName
{
border-color: #E91580;
}
</style>