Shades of Deep Pink #E80281
Tints of Deep Pink #E80281
RGB
CMYK
RGB Variations
Color information
#E80281 (or 0xE80281) is known color: Deep Pink. HEX triplet: E8, 02 and 81. RGB value is (232,2,129). Sum of RGB (Red+Green+Blue) = 232+2+129=363 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.91% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 232 - color contains mainly: red. Hex color #E80281 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80281 is #17FD7E. Grayscale: #545454. Windows color (decimal): -1572223 or 8454888. OLE color: 8454888.
HSL color Cylindrical-coordinate representation of color #E80281: hue angle of 326.87º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80281 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 129 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.09 |
| HSL | 326.87º | 0.98% | 0.46% | - |
| HSV(B) | 326.87º | 0.99% | 0.91% | - |
| XYZ | 37.26 | 18.78 | 22.43 | - |
| YUV | 85.25 | 152.7 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 129 | 0 | 0.99 | 0.44 | 0.09 | 326.87 | 0.98 | 0.46 |
| Hex | E8 | 2 | 81 | 0 | 63 | 2C | 9 | 147 | 62 | 2E |
| Octal | 350 | 2 | 201 | 0 | 143 | 54 | 11 | 507 | 142 | 56 |
| Binary | 11101000 | 10 | 10000001 | 0 | 1100011 | 101100 | 1001 | 101000111 | 1100010 | 101110 |
Color Harmonies of #E80281
Complementary color
Monochromatic Colors of #E80281
Black with #E80281
Text Example
Text Example
White with #E80281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80281; }
p { color: rgb(232,2,129); }
H1.HeaderClassName
{
color: #E80281;
}
.AnyTagClassName
{
color: #E80281;
}
</style>
background-color css
<style>
a { background-color: #E80281; }
a { background-color: rgb(232,2,129); }
div.DivClassName
{
background-color: #E80281;
}
.BgClassName
{
background-color: #E80281;
}
</style>
border-color css
<style>
span { border-color: #E80281; }
span { border-color: rgb(232,2,129); }
td.TdClassName
{
border-color: #E80281;
}
.TagClassName
{
border-color: #E80281;
}
</style>