Shades of Deep Pink #E80C84
Tints of Deep Pink #E80C84
RGB
CMYK
RGB Variations
Color information
#E80C84 (or 0xE80C84) is known color: Deep Pink. HEX triplet: E8, 0C and 84. RGB value is (232,12,132). Sum of RGB (Red+Green+Blue) = 232+12+132=376 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.70% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C84 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80C84 is #17F37B. Grayscale: #5B5B5B. Windows color (decimal): -1569660 or 8654056. OLE color: 8654056.
HSL color Cylindrical-coordinate representation of color #E80C84: hue angle of 327.27º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80C84 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 132 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.09 |
| HSL | 327.27º | 0.9% | 0.48% | - |
| HSV(B) | 327.27º | 0.95% | 0.91% | - |
| XYZ | 37.58 | 19.08 | 23.53 | - |
| YUV | 91.46 | 150.89 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 132 | 0 | 0.95 | 0.43 | 0.09 | 327.27 | 0.9 | 0.48 |
| Hex | E8 | C | 84 | 0 | 5F | 2B | 9 | 147 | 5A | 30 |
| Octal | 350 | 14 | 204 | 0 | 137 | 53 | 11 | 507 | 132 | 60 |
| Binary | 11101000 | 1100 | 10000100 | 0 | 1011111 | 101011 | 1001 | 101000111 | 1011010 | 110000 |
Color Harmonies of #E80C84
Complementary color
Monochromatic Colors of #E80C84
Black with #E80C84
Text Example
Text Example
White with #E80C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C84; }
p { color: rgb(232,12,132); }
H1.HeaderClassName
{
color: #E80C84;
}
.AnyTagClassName
{
color: #E80C84;
}
</style>
background-color css
<style>
a { background-color: #E80C84; }
a { background-color: rgb(232,12,132); }
div.DivClassName
{
background-color: #E80C84;
}
.BgClassName
{
background-color: #E80C84;
}
</style>
border-color css
<style>
span { border-color: #E80C84; }
span { border-color: rgb(232,12,132); }
td.TdClassName
{
border-color: #E80C84;
}
.TagClassName
{
border-color: #E80C84;
}
</style>