Shades of Deep Pink #E91385
Tints of Deep Pink #E91385
RGB
CMYK
RGB Variations
Color information
#E91385 (or 0xE91385) is known color: Deep Pink. HEX triplet: E9, 13 and 85. RGB value is (233,19,133). Sum of RGB (Red+Green+Blue) = 233+19+133=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E91385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91385 is #16EC7A. Grayscale: #5F5F5F. Windows color (decimal): -1502331 or 8721385. OLE color: 8721385.
HSL color Cylindrical-coordinate representation of color #E91385: hue angle of 328.04º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E91385 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 19 | 133 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.09 |
| HSL | 328.04º | 0.85% | 0.49% | - |
| HSV(B) | 328.04º | 0.92% | 0.91% | - |
| XYZ | 38.07 | 19.48 | 23.94 | - |
| YUV | 95.98 | 148.9 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 19 | 133 | 0 | 0.92 | 0.43 | 0.09 | 328.04 | 0.85 | 0.49 |
| Hex | E9 | 13 | 85 | 0 | 5C | 2B | 9 | 148 | 55 | 31 |
| Octal | 351 | 23 | 205 | 0 | 134 | 53 | 11 | 510 | 125 | 61 |
| Binary | 11101001 | 10011 | 10000101 | 0 | 1011100 | 101011 | 1001 | 101001000 | 1010101 | 110001 |
Color Harmonies of #E91385
Complementary color
Monochromatic Colors of #E91385
Black with #E91385
Text Example
Text Example
White with #E91385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91385; }
p { color: rgb(233,19,133); }
H1.HeaderClassName
{
color: #E91385;
}
.AnyTagClassName
{
color: #E91385;
}
</style>
background-color css
<style>
a { background-color: #E91385; }
a { background-color: rgb(233,19,133); }
div.DivClassName
{
background-color: #E91385;
}
.BgClassName
{
background-color: #E91385;
}
</style>
border-color css
<style>
span { border-color: #E91385; }
span { border-color: rgb(233,19,133); }
td.TdClassName
{
border-color: #E91385;
}
.TagClassName
{
border-color: #E91385;
}
</style>