Shades of Deep Pink #E91985
Tints of Deep Pink #E91985
RGB
CMYK
RGB Variations
Color information
#E91985 (or 0xE91985) is known color: Deep Pink. HEX triplet: E9, 19 and 85. RGB value is (233,25,133). Sum of RGB (Red+Green+Blue) = 233+25+133=391 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.59% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 233 - color contains mainly: red. Hex color #E91985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91985 is #16E67A. Grayscale: #636363. Windows color (decimal): -1500795 or 8722921. OLE color: 8722921.
HSL color Cylindrical-coordinate representation of color #E91985: hue angle of 328.85º 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 #E91985 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 25 | 133 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.09 |
| HSL | 328.85º | 0.83% | 0.51% | - |
| HSV(B) | 328.85º | 0.89% | 0.91% | - |
| XYZ | 38.19 | 19.71 | 23.98 | - |
| YUV | 99.5 | 146.91 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 25 | 133 | 0 | 0.89 | 0.43 | 0.09 | 328.85 | 0.83 | 0.51 |
| Hex | E9 | 19 | 85 | 0 | 59 | 2B | 9 | 149 | 53 | 33 |
| Octal | 351 | 31 | 205 | 0 | 131 | 53 | 11 | 511 | 123 | 63 |
| Binary | 11101001 | 11001 | 10000101 | 0 | 1011001 | 101011 | 1001 | 101001001 | 1010011 | 110011 |
Color Harmonies of #E91985
Complementary color
Monochromatic Colors of #E91985
Black with #E91985
Text Example
Text Example
White with #E91985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91985; }
p { color: rgb(233,25,133); }
H1.HeaderClassName
{
color: #E91985;
}
.AnyTagClassName
{
color: #E91985;
}
</style>
background-color css
<style>
a { background-color: #E91985; }
a { background-color: rgb(233,25,133); }
div.DivClassName
{
background-color: #E91985;
}
.BgClassName
{
background-color: #E91985;
}
</style>
border-color css
<style>
span { border-color: #E91985; }
span { border-color: rgb(233,25,133); }
td.TdClassName
{
border-color: #E91985;
}
.TagClassName
{
border-color: #E91985;
}
</style>