Shades of Deep Pink #E90D7E
Tints of Deep Pink #E90D7E
RGB
CMYK
RGB Variations
Color information
#E90D7E (or 0xE90D7E) is known color: Deep Pink. HEX triplet: E9, 0D and 7E. RGB value is (233,13,126). Sum of RGB (Red+Green+Blue) = 233+13+126=372 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.63% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D7E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90D7E is #16F281. Grayscale: #5B5B5B. Windows color (decimal): -1503874 or 8261097. OLE color: 8261097.
HSL color Cylindrical-coordinate representation of color #E90D7E: hue angle of 329.18º 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 #E90D7E is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 13 | 126 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.09 |
| HSL | 329.18º | 0.89% | 0.48% | - |
| HSV(B) | 329.18º | 0.94% | 0.91% | - |
| XYZ | 37.51 | 19.12 | 21.45 | - |
| YUV | 91.66 | 147.39 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 126 | 0 | 0.94 | 0.46 | 0.09 | 329.18 | 0.89 | 0.48 |
| Hex | E9 | D | 7E | 0 | 5E | 2E | 9 | 149 | 59 | 30 |
| Octal | 351 | 15 | 176 | 0 | 136 | 56 | 11 | 511 | 131 | 60 |
| Binary | 11101001 | 1101 | 1111110 | 0 | 1011110 | 101110 | 1001 | 101001001 | 1011001 | 110000 |
Color Harmonies of #E90D7E
Complementary color
Monochromatic Colors of #E90D7E
Black with #E90D7E
Text Example
Text Example
White with #E90D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90D7E; }
p { color: rgb(233,13,126); }
H1.HeaderClassName
{
color: #E90D7E;
}
.AnyTagClassName
{
color: #E90D7E;
}
</style>
background-color css
<style>
a { background-color: #E90D7E; }
a { background-color: rgb(233,13,126); }
div.DivClassName
{
background-color: #E90D7E;
}
.BgClassName
{
background-color: #E90D7E;
}
</style>
border-color css
<style>
span { border-color: #E90D7E; }
span { border-color: rgb(233,13,126); }
td.TdClassName
{
border-color: #E90D7E;
}
.TagClassName
{
border-color: #E90D7E;
}
</style>