Shades of Deep Pink #E90583
Tints of Deep Pink #E90583
RGB
CMYK
RGB Variations
Color information
#E90583 (or 0xE90583) is known color: Deep Pink. HEX triplet: E9, 05 and 83. RGB value is (233,5,131). Sum of RGB (Red+Green+Blue) = 233+5+131=369 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.14% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 233 - color contains mainly: red. Hex color #E90583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90583 is #16FA7C. Grayscale: #575757. Windows color (decimal): -1505917 or 8586729. OLE color: 8586729.
HSL color Cylindrical-coordinate representation of color #E90583: hue angle of 326.84º 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 #E90583 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 131 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.09 |
| HSL | 326.84º | 0.96% | 0.47% | - |
| HSV(B) | 326.84º | 0.98% | 0.91% | - |
| XYZ | 37.76 | 19.07 | 23.16 | - |
| YUV | 87.54 | 152.54 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 131 | 0 | 0.98 | 0.44 | 0.09 | 326.84 | 0.96 | 0.47 |
| Hex | E9 | 5 | 83 | 0 | 62 | 2C | 9 | 147 | 60 | 2F |
| Octal | 351 | 5 | 203 | 0 | 142 | 54 | 11 | 507 | 140 | 57 |
| Binary | 11101001 | 101 | 10000011 | 0 | 1100010 | 101100 | 1001 | 101000111 | 1100000 | 101111 |
Color Harmonies of #E90583
Complementary color
Monochromatic Colors of #E90583
Black with #E90583
Text Example
Text Example
White with #E90583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90583; }
p { color: rgb(233,5,131); }
H1.HeaderClassName
{
color: #E90583;
}
.AnyTagClassName
{
color: #E90583;
}
</style>
background-color css
<style>
a { background-color: #E90583; }
a { background-color: rgb(233,5,131); }
div.DivClassName
{
background-color: #E90583;
}
.BgClassName
{
background-color: #E90583;
}
</style>
border-color css
<style>
span { border-color: #E90583; }
span { border-color: rgb(233,5,131); }
td.TdClassName
{
border-color: #E90583;
}
.TagClassName
{
border-color: #E90583;
}
</style>