Shades of Deep Pink #E90F81
Tints of Deep Pink #E90F81
RGB
CMYK
RGB Variations
Color information
#E90F81 (or 0xE90F81) is known color: Deep Pink. HEX triplet: E9, 0F and 81. RGB value is (233,15,129). Sum of RGB (Red+Green+Blue) = 233+15+129=377 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.80% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F81 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90F81 is #16F07E. Grayscale: #5C5C5C. Windows color (decimal): -1503359 or 8458217. OLE color: 8458217.
HSL color Cylindrical-coordinate representation of color #E90F81: hue angle of 328.62º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90F81 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 15 | 129 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.09 |
| HSL | 328.62º | 0.88% | 0.49% | - |
| HSV(B) | 328.62º | 0.94% | 0.91% | - |
| XYZ | 37.74 | 19.25 | 22.5 | - |
| YUV | 93.18 | 148.22 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 129 | 0 | 0.94 | 0.45 | 0.09 | 328.62 | 0.88 | 0.49 |
| Hex | E9 | F | 81 | 0 | 5E | 2D | 9 | 149 | 58 | 31 |
| Octal | 351 | 17 | 201 | 0 | 136 | 55 | 11 | 511 | 130 | 61 |
| Binary | 11101001 | 1111 | 10000001 | 0 | 1011110 | 101101 | 1001 | 101001001 | 1011000 | 110001 |
Color Harmonies of #E90F81
Complementary color
Monochromatic Colors of #E90F81
Black with #E90F81
Text Example
Text Example
White with #E90F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90F81; }
p { color: rgb(233,15,129); }
H1.HeaderClassName
{
color: #E90F81;
}
.AnyTagClassName
{
color: #E90F81;
}
</style>
background-color css
<style>
a { background-color: #E90F81; }
a { background-color: rgb(233,15,129); }
div.DivClassName
{
background-color: #E90F81;
}
.BgClassName
{
background-color: #E90F81;
}
</style>
border-color css
<style>
span { border-color: #E90F81; }
span { border-color: rgb(233,15,129); }
td.TdClassName
{
border-color: #E90F81;
}
.TagClassName
{
border-color: #E90F81;
}
</style>