Shades of Deep Pink #E91585
Tints of Deep Pink #E91585
RGB
CMYK
RGB Variations
Color information
#E91585 (or 0xE91585) is known color: Deep Pink. HEX triplet: E9, 15 and 85. RGB value is (233,21,133). Sum of RGB (Red+Green+Blue) = 233+21+133=387 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.21% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 233 - color contains mainly: red. Hex color #E91585 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91585 is #16EA7A. Grayscale: #606060. Windows color (decimal): -1501819 or 8721897. OLE color: 8721897.
HSL color Cylindrical-coordinate representation of color #E91585: hue angle of 328.3º 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 #E91585 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 21 | 133 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.09 |
| HSL | 328.3º | 0.83% | 0.5% | - |
| HSV(B) | 328.3º | 0.91% | 0.91% | - |
| XYZ | 38.11 | 19.55 | 23.96 | - |
| YUV | 97.16 | 148.24 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 21 | 133 | 0 | 0.91 | 0.43 | 0.09 | 328.3 | 0.83 | 0.5 |
| Hex | E9 | 15 | 85 | 0 | 5B | 2B | 9 | 148 | 53 | 32 |
| Octal | 351 | 25 | 205 | 0 | 133 | 53 | 11 | 510 | 123 | 62 |
| Binary | 11101001 | 10101 | 10000101 | 0 | 1011011 | 101011 | 1001 | 101001000 | 1010011 | 110010 |
Color Harmonies of #E91585
Complementary color
Monochromatic Colors of #E91585
Black with #E91585
Text Example
Text Example
White with #E91585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91585; }
p { color: rgb(233,21,133); }
H1.HeaderClassName
{
color: #E91585;
}
.AnyTagClassName
{
color: #E91585;
}
</style>
background-color css
<style>
a { background-color: #E91585; }
a { background-color: rgb(233,21,133); }
div.DivClassName
{
background-color: #E91585;
}
.BgClassName
{
background-color: #E91585;
}
</style>
border-color css
<style>
span { border-color: #E91585; }
span { border-color: rgb(233,21,133); }
td.TdClassName
{
border-color: #E91585;
}
.TagClassName
{
border-color: #E91585;
}
</style>