Shades of Deep Pink #E80C8A
Tints of Deep Pink #E80C8A
RGB
CMYK
RGB Variations
Color information
#E80C8A (or 0xE80C8A) is known color: Deep Pink. HEX triplet: E8, 0C and 8A. RGB value is (232,12,138). Sum of RGB (Red+Green+Blue) = 232+12+138=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80C8A is #17F375. Grayscale: #5B5B5B. Windows color (decimal): -1569654 or 9047272. OLE color: 9047272.
HSL color Cylindrical-coordinate representation of color #E80C8A: hue angle of 325.64º 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 #E80C8A is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 138 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.09 |
| HSL | 325.64º | 0.9% | 0.48% | - |
| HSV(B) | 325.64º | 0.95% | 0.91% | - |
| XYZ | 38 | 19.25 | 25.76 | - |
| YUV | 92.14 | 153.89 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 138 | 0 | 0.95 | 0.41 | 0.09 | 325.64 | 0.9 | 0.48 |
| Hex | E8 | C | 8A | 0 | 5F | 29 | 9 | 146 | 5A | 30 |
| Octal | 350 | 14 | 212 | 0 | 137 | 51 | 11 | 506 | 132 | 60 |
| Binary | 11101000 | 1100 | 10001010 | 0 | 1011111 | 101001 | 1001 | 101000110 | 1011010 | 110000 |
Color Harmonies of #E80C8A
Complementary color
Monochromatic Colors of #E80C8A
Black with #E80C8A
Text Example
Text Example
White with #E80C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C8A; }
p { color: rgb(232,12,138); }
H1.HeaderClassName
{
color: #E80C8A;
}
.AnyTagClassName
{
color: #E80C8A;
}
</style>
background-color css
<style>
a { background-color: #E80C8A; }
a { background-color: rgb(232,12,138); }
div.DivClassName
{
background-color: #E80C8A;
}
.BgClassName
{
background-color: #E80C8A;
}
</style>
border-color css
<style>
span { border-color: #E80C8A; }
span { border-color: rgb(232,12,138); }
td.TdClassName
{
border-color: #E80C8A;
}
.TagClassName
{
border-color: #E80C8A;
}
</style>