Shades of Deep Pink #E90E7E
Tints of Deep Pink #E90E7E
RGB
CMYK
RGB Variations
Color information
#E90E7E (or 0xE90E7E) is known color: Deep Pink. HEX triplet: E9, 0E and 7E. RGB value is (233,14,126). Sum of RGB (Red+Green+Blue) = 233+14+126=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E7E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90E7E is #16F181. Grayscale: #5C5C5C. Windows color (decimal): -1503618 or 8261353. OLE color: 8261353.
HSL color Cylindrical-coordinate representation of color #E90E7E: hue angle of 329.32º 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 #E90E7E is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 14 | 126 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.09 |
| HSL | 329.32º | 0.89% | 0.48% | - |
| HSV(B) | 329.32º | 0.94% | 0.91% | - |
| XYZ | 37.53 | 19.14 | 21.46 | - |
| YUV | 92.25 | 147.05 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 126 | 0 | 0.94 | 0.46 | 0.09 | 329.32 | 0.89 | 0.48 |
| Hex | E9 | E | 7E | 0 | 5E | 2E | 9 | 149 | 59 | 30 |
| Octal | 351 | 16 | 176 | 0 | 136 | 56 | 11 | 511 | 131 | 60 |
| Binary | 11101001 | 1110 | 1111110 | 0 | 1011110 | 101110 | 1001 | 101001001 | 1011001 | 110000 |
Color Harmonies of #E90E7E
Complementary color
Monochromatic Colors of #E90E7E
Black with #E90E7E
Text Example
Text Example
White with #E90E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90E7E; }
p { color: rgb(233,14,126); }
H1.HeaderClassName
{
color: #E90E7E;
}
.AnyTagClassName
{
color: #E90E7E;
}
</style>
background-color css
<style>
a { background-color: #E90E7E; }
a { background-color: rgb(233,14,126); }
div.DivClassName
{
background-color: #E90E7E;
}
.BgClassName
{
background-color: #E90E7E;
}
</style>
border-color css
<style>
span { border-color: #E90E7E; }
span { border-color: rgb(233,14,126); }
td.TdClassName
{
border-color: #E90E7E;
}
.TagClassName
{
border-color: #E90E7E;
}
</style>