Shades of Deep Pink #E80581
Tints of Deep Pink #E80581
RGB
CMYK
RGB Variations
Color information
#E80581 (or 0xE80581) is known color: Deep Pink. HEX triplet: E8, 05 and 81. RGB value is (232,5,129). Sum of RGB (Red+Green+Blue) = 232+5+129=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E80581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80581 is #17FA7E. Grayscale: #565656. Windows color (decimal): -1571455 or 8455656. OLE color: 8455656.
HSL color Cylindrical-coordinate representation of color #E80581: hue angle of 327.22º 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 #E80581 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 129 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.09 |
| HSL | 327.22º | 0.96% | 0.46% | - |
| HSV(B) | 327.22º | 0.98% | 0.91% | - |
| XYZ | 37.3 | 18.85 | 22.44 | - |
| YUV | 87.01 | 151.71 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 129 | 0 | 0.98 | 0.44 | 0.09 | 327.22 | 0.96 | 0.46 |
| Hex | E8 | 5 | 81 | 0 | 62 | 2C | 9 | 147 | 60 | 2E |
| Octal | 350 | 5 | 201 | 0 | 142 | 54 | 11 | 507 | 140 | 56 |
| Binary | 11101000 | 101 | 10000001 | 0 | 1100010 | 101100 | 1001 | 101000111 | 1100000 | 101110 |
Color Harmonies of #E80581
Complementary color
Monochromatic Colors of #E80581
Black with #E80581
Text Example
Text Example
White with #E80581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80581; }
p { color: rgb(232,5,129); }
H1.HeaderClassName
{
color: #E80581;
}
.AnyTagClassName
{
color: #E80581;
}
</style>
background-color css
<style>
a { background-color: #E80581; }
a { background-color: rgb(232,5,129); }
div.DivClassName
{
background-color: #E80581;
}
.BgClassName
{
background-color: #E80581;
}
</style>
border-color css
<style>
span { border-color: #E80581; }
span { border-color: rgb(232,5,129); }
td.TdClassName
{
border-color: #E80581;
}
.TagClassName
{
border-color: #E80581;
}
</style>