Shades of Deep Pink #E90882
Tints of Deep Pink #E90882
RGB
CMYK
RGB Variations
Color information
#E90882 (or 0xE90882) is known color: Deep Pink. HEX triplet: E9, 08 and 82. RGB value is (233,8,130). Sum of RGB (Red+Green+Blue) = 233+8+130=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E90882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90882 is #16F77D. Grayscale: #585858. Windows color (decimal): -1505150 or 8521961. OLE color: 8521961.
HSL color Cylindrical-coordinate representation of color #E90882: hue angle of 327.47º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E90882 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 8 | 130 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.09 |
| HSL | 327.47º | 0.93% | 0.47% | - |
| HSV(B) | 327.47º | 0.97% | 0.91% | - |
| XYZ | 37.72 | 19.11 | 22.82 | - |
| YUV | 89.18 | 151.04 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 130 | 0 | 0.97 | 0.44 | 0.09 | 327.47 | 0.93 | 0.47 |
| Hex | E9 | 8 | 82 | 0 | 61 | 2C | 9 | 147 | 5D | 2F |
| Octal | 351 | 10 | 202 | 0 | 141 | 54 | 11 | 507 | 135 | 57 |
| Binary | 11101001 | 1000 | 10000010 | 0 | 1100001 | 101100 | 1001 | 101000111 | 1011101 | 101111 |
Color Harmonies of #E90882
Complementary color
Monochromatic Colors of #E90882
Black with #E90882
Text Example
Text Example
White with #E90882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90882; }
p { color: rgb(233,8,130); }
H1.HeaderClassName
{
color: #E90882;
}
.AnyTagClassName
{
color: #E90882;
}
</style>
background-color css
<style>
a { background-color: #E90882; }
a { background-color: rgb(233,8,130); }
div.DivClassName
{
background-color: #E90882;
}
.BgClassName
{
background-color: #E90882;
}
</style>
border-color css
<style>
span { border-color: #E90882; }
span { border-color: rgb(233,8,130); }
td.TdClassName
{
border-color: #E90882;
}
.TagClassName
{
border-color: #E90882;
}
</style>