Shades of Deep Pink #E80C85
Tints of Deep Pink #E80C85
RGB
CMYK
RGB Variations
Color information
#E80C85 (or 0xE80C85) is known color: Deep Pink. HEX triplet: E8, 0C and 85. RGB value is (232,12,133). Sum of RGB (Red+Green+Blue) = 232+12+133=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80C85 is #17F37A. Grayscale: #5B5B5B. Windows color (decimal): -1569659 or 8719592. OLE color: 8719592.
HSL color Cylindrical-coordinate representation of color #E80C85: hue angle of 327º 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 #E80C85 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 133 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.09 |
| HSL | 327º | 0.9% | 0.48% | - |
| HSV(B) | 327º | 0.95% | 0.91% | - |
| XYZ | 37.64 | 19.11 | 23.9 | - |
| YUV | 91.57 | 151.39 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 133 | 0 | 0.95 | 0.43 | 0.09 | 327 | 0.9 | 0.48 |
| Hex | E8 | C | 85 | 0 | 5F | 2B | 9 | 147 | 5A | 30 |
| Octal | 350 | 14 | 205 | 0 | 137 | 53 | 11 | 507 | 132 | 60 |
| Binary | 11101000 | 1100 | 10000101 | 0 | 1011111 | 101011 | 1001 | 101000111 | 1011010 | 110000 |
Color Harmonies of #E80C85
Complementary color
Monochromatic Colors of #E80C85
Black with #E80C85
Text Example
Text Example
White with #E80C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C85; }
p { color: rgb(232,12,133); }
H1.HeaderClassName
{
color: #E80C85;
}
.AnyTagClassName
{
color: #E80C85;
}
</style>
background-color css
<style>
a { background-color: #E80C85; }
a { background-color: rgb(232,12,133); }
div.DivClassName
{
background-color: #E80C85;
}
.BgClassName
{
background-color: #E80C85;
}
</style>
border-color css
<style>
span { border-color: #E80C85; }
span { border-color: rgb(232,12,133); }
td.TdClassName
{
border-color: #E80C85;
}
.TagClassName
{
border-color: #E80C85;
}
</style>