Shades of Deep Pink #E80583
Tints of Deep Pink #E80583
RGB
CMYK
RGB Variations
Color information
#E80583 (or 0xE80583) is known color: Deep Pink. HEX triplet: E8, 05 and 83. RGB value is (232,5,131). Sum of RGB (Red+Green+Blue) = 232+5+131=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E80583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80583 is #17FA7C. Grayscale: #565656. Windows color (decimal): -1571453 or 8586728. OLE color: 8586728.
HSL color Cylindrical-coordinate representation of color #E80583: hue angle of 326.7º degrees, saturation: 0.96, 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 #E80583 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 131 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.09 |
| HSL | 326.7º | 0.96% | 0.46% | - |
| HSV(B) | 326.7º | 0.98% | 0.91% | - |
| XYZ | 37.43 | 18.9 | 23.15 | - |
| YUV | 87.24 | 152.71 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 131 | 0 | 0.98 | 0.44 | 0.09 | 326.7 | 0.96 | 0.46 |
| Hex | E8 | 5 | 83 | 0 | 62 | 2C | 9 | 147 | 60 | 2E |
| Octal | 350 | 5 | 203 | 0 | 142 | 54 | 11 | 507 | 140 | 56 |
| Binary | 11101000 | 101 | 10000011 | 0 | 1100010 | 101100 | 1001 | 101000111 | 1100000 | 101110 |
Color Harmonies of #E80583
Complementary color
Monochromatic Colors of #E80583
Black with #E80583
Text Example
Text Example
White with #E80583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80583; }
p { color: rgb(232,5,131); }
H1.HeaderClassName
{
color: #E80583;
}
.AnyTagClassName
{
color: #E80583;
}
</style>
background-color css
<style>
a { background-color: #E80583; }
a { background-color: rgb(232,5,131); }
div.DivClassName
{
background-color: #E80583;
}
.BgClassName
{
background-color: #E80583;
}
</style>
border-color css
<style>
span { border-color: #E80583; }
span { border-color: rgb(232,5,131); }
td.TdClassName
{
border-color: #E80583;
}
.TagClassName
{
border-color: #E80583;
}
</style>