Shades of Deep Pink #E90582
Tints of Deep Pink #E90582
RGB
CMYK
RGB Variations
Color information
#E90582 (or 0xE90582) is known color: Deep Pink. HEX triplet: E9, 05 and 82. RGB value is (233,5,130). Sum of RGB (Red+Green+Blue) = 233+5+130=368 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.32% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 233 - color contains mainly: red. Hex color #E90582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90582 is #16FA7D. Grayscale: #575757. Windows color (decimal): -1505918 or 8521193. OLE color: 8521193.
HSL color Cylindrical-coordinate representation of color #E90582: hue angle of 327.11º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E90582 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 130 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.09 |
| HSL | 327.11º | 0.96% | 0.47% | - |
| HSV(B) | 327.11º | 0.98% | 0.91% | - |
| XYZ | 37.69 | 19.04 | 22.81 | - |
| YUV | 87.42 | 152.04 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 130 | 0 | 0.98 | 0.44 | 0.09 | 327.11 | 0.96 | 0.47 |
| Hex | E9 | 5 | 82 | 0 | 62 | 2C | 9 | 147 | 60 | 2F |
| Octal | 351 | 5 | 202 | 0 | 142 | 54 | 11 | 507 | 140 | 57 |
| Binary | 11101001 | 101 | 10000010 | 0 | 1100010 | 101100 | 1001 | 101000111 | 1100000 | 101111 |
Color Harmonies of #E90582
Complementary color
Monochromatic Colors of #E90582
Black with #E90582
Text Example
Text Example
White with #E90582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90582; }
p { color: rgb(233,5,130); }
H1.HeaderClassName
{
color: #E90582;
}
.AnyTagClassName
{
color: #E90582;
}
</style>
background-color css
<style>
a { background-color: #E90582; }
a { background-color: rgb(233,5,130); }
div.DivClassName
{
background-color: #E90582;
}
.BgClassName
{
background-color: #E90582;
}
</style>
border-color css
<style>
span { border-color: #E90582; }
span { border-color: rgb(233,5,130); }
td.TdClassName
{
border-color: #E90582;
}
.TagClassName
{
border-color: #E90582;
}
</style>