Shades of Deep Pink #E90E8A
Tints of Deep Pink #E90E8A
RGB
CMYK
RGB Variations
Color information
#E90E8A (or 0xE90E8A) is known color: Deep Pink. HEX triplet: E9, 0E and 8A. RGB value is (233,14,138). Sum of RGB (Red+Green+Blue) = 233+14+138=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90E8A is #16F175. Grayscale: #5D5D5D. Windows color (decimal): -1503606 or 9047785. OLE color: 9047785.
HSL color Cylindrical-coordinate representation of color #E90E8A: hue angle of 326.03º 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 #E90E8A is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 14 | 138 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.09 |
| HSL | 326.03º | 0.89% | 0.48% | - |
| HSV(B) | 326.03º | 0.94% | 0.91% | - |
| XYZ | 38.35 | 19.47 | 25.78 | - |
| YUV | 93.62 | 153.05 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 14 | 138 | 0 | 0.94 | 0.41 | 0.09 | 326.03 | 0.89 | 0.48 |
| Hex | E9 | E | 8A | 0 | 5E | 29 | 9 | 146 | 59 | 30 |
| Octal | 351 | 16 | 212 | 0 | 136 | 51 | 11 | 506 | 131 | 60 |
| Binary | 11101001 | 1110 | 10001010 | 0 | 1011110 | 101001 | 1001 | 101000110 | 1011001 | 110000 |
Color Harmonies of #E90E8A
Complementary color
Monochromatic Colors of #E90E8A
Black with #E90E8A
Text Example
Text Example
White with #E90E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90E8A; }
p { color: rgb(233,14,138); }
H1.HeaderClassName
{
color: #E90E8A;
}
.AnyTagClassName
{
color: #E90E8A;
}
</style>
background-color css
<style>
a { background-color: #E90E8A; }
a { background-color: rgb(233,14,138); }
div.DivClassName
{
background-color: #E90E8A;
}
.BgClassName
{
background-color: #E90E8A;
}
</style>
border-color css
<style>
span { border-color: #E90E8A; }
span { border-color: rgb(233,14,138); }
td.TdClassName
{
border-color: #E90E8A;
}
.TagClassName
{
border-color: #E90E8A;
}
</style>