Shades of Deep Pink #E90E85
Tints of Deep Pink #E90E85
RGB
CMYK
RGB Variations
Color information
#E90E85 (or 0xE90E85) is known color: Deep Pink. HEX triplet: E9, 0E and 85. RGB value is (233,14,133). Sum of RGB (Red+Green+Blue) = 233+14+133=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90E85 is #16F17A. Grayscale: #5C5C5C. Windows color (decimal): -1503611 or 8720105. OLE color: 8720105.
HSL color Cylindrical-coordinate representation of color #E90E85: hue angle of 327.4º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90E85 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 14 | 133 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.09 |
| HSL | 327.4º | 0.89% | 0.48% | - |
| HSV(B) | 327.4º | 0.94% | 0.91% | - |
| XYZ | 37.99 | 19.33 | 23.92 | - |
| YUV | 93.05 | 150.55 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 133 | 0 | 0.94 | 0.43 | 0.09 | 327.4 | 0.89 | 0.48 |
| Hex | E9 | E | 85 | 0 | 5E | 2B | 9 | 147 | 59 | 30 |
| Octal | 351 | 16 | 205 | 0 | 136 | 53 | 11 | 507 | 131 | 60 |
| Binary | 11101001 | 1110 | 10000101 | 0 | 1011110 | 101011 | 1001 | 101000111 | 1011001 | 110000 |
Color Harmonies of #E90E85
Complementary color
Monochromatic Colors of #E90E85
Black with #E90E85
Text Example
Text Example
White with #E90E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90E85; }
p { color: rgb(233,14,133); }
H1.HeaderClassName
{
color: #E90E85;
}
.AnyTagClassName
{
color: #E90E85;
}
</style>
background-color css
<style>
a { background-color: #E90E85; }
a { background-color: rgb(233,14,133); }
div.DivClassName
{
background-color: #E90E85;
}
.BgClassName
{
background-color: #E90E85;
}
</style>
border-color css
<style>
span { border-color: #E90E85; }
span { border-color: rgb(233,14,133); }
td.TdClassName
{
border-color: #E90E85;
}
.TagClassName
{
border-color: #E90E85;
}
</style>