Shades of Deep Pink #E80C7E
Tints of Deep Pink #E80C7E
RGB
CMYK
RGB Variations
Color information
#E80C7E (or 0xE80C7E) is known color: Deep Pink. HEX triplet: E8, 0C and 7E. RGB value is (232,12,126). Sum of RGB (Red+Green+Blue) = 232+12+126=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C7E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80C7E is #17F381. Grayscale: #5A5A5A. Windows color (decimal): -1569666 or 8260840. OLE color: 8260840.
HSL color Cylindrical-coordinate representation of color #E80C7E: hue angle of 328.91º 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 #E80C7E is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 126 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.09 |
| HSL | 328.91º | 0.9% | 0.48% | - |
| HSV(B) | 328.91º | 0.95% | 0.91% | - |
| XYZ | 37.18 | 18.93 | 21.43 | - |
| YUV | 90.78 | 147.89 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 126 | 0 | 0.95 | 0.46 | 0.09 | 328.91 | 0.9 | 0.48 |
| Hex | E8 | C | 7E | 0 | 5F | 2E | 9 | 149 | 5A | 30 |
| Octal | 350 | 14 | 176 | 0 | 137 | 56 | 11 | 511 | 132 | 60 |
| Binary | 11101000 | 1100 | 1111110 | 0 | 1011111 | 101110 | 1001 | 101001001 | 1011010 | 110000 |
Color Harmonies of #E80C7E
Complementary color
Monochromatic Colors of #E80C7E
Black with #E80C7E
Text Example
Text Example
White with #E80C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C7E; }
p { color: rgb(232,12,126); }
H1.HeaderClassName
{
color: #E80C7E;
}
.AnyTagClassName
{
color: #E80C7E;
}
</style>
background-color css
<style>
a { background-color: #E80C7E; }
a { background-color: rgb(232,12,126); }
div.DivClassName
{
background-color: #E80C7E;
}
.BgClassName
{
background-color: #E80C7E;
}
</style>
border-color css
<style>
span { border-color: #E80C7E; }
span { border-color: rgb(232,12,126); }
td.TdClassName
{
border-color: #E80C7E;
}
.TagClassName
{
border-color: #E80C7E;
}
</style>