Shades of Deep Pink #E90481
Tints of Deep Pink #E90481
RGB
CMYK
RGB Variations
Color information
#E90481 (or 0xE90481) is known color: Deep Pink. HEX triplet: E9, 04 and 81. RGB value is (233,4,129). Sum of RGB (Red+Green+Blue) = 233+4+129=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E90481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90481 is #16FB7E. Grayscale: #565656. Windows color (decimal): -1506175 or 8455401. OLE color: 8455401.
HSL color Cylindrical-coordinate representation of color #E90481: hue angle of 327.25º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90481 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 129 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.09 |
| HSL | 327.25º | 0.97% | 0.46% | - |
| HSV(B) | 327.25º | 0.98% | 0.91% | - |
| XYZ | 37.61 | 19 | 22.45 | - |
| YUV | 86.72 | 151.87 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 129 | 0 | 0.98 | 0.45 | 0.09 | 327.25 | 0.97 | 0.46 |
| Hex | E9 | 4 | 81 | 0 | 62 | 2D | 9 | 147 | 61 | 2E |
| Octal | 351 | 4 | 201 | 0 | 142 | 55 | 11 | 507 | 141 | 56 |
| Binary | 11101001 | 100 | 10000001 | 0 | 1100010 | 101101 | 1001 | 101000111 | 1100001 | 101110 |
Color Harmonies of #E90481
Complementary color
Monochromatic Colors of #E90481
Black with #E90481
Text Example
Text Example
White with #E90481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90481; }
p { color: rgb(233,4,129); }
H1.HeaderClassName
{
color: #E90481;
}
.AnyTagClassName
{
color: #E90481;
}
</style>
background-color css
<style>
a { background-color: #E90481; }
a { background-color: rgb(233,4,129); }
div.DivClassName
{
background-color: #E90481;
}
.BgClassName
{
background-color: #E90481;
}
</style>
border-color css
<style>
span { border-color: #E90481; }
span { border-color: rgb(233,4,129); }
td.TdClassName
{
border-color: #E90481;
}
.TagClassName
{
border-color: #E90481;
}
</style>