Shades of Hot Magenta #E70CCE
Tints of Hot Magenta #E70CCE
RGB
CMYK
RGB Variations
Color information
#E70CCE (or 0xE70CCE) is known color: Hot Magenta. HEX triplet: E7, 0C and CE. RGB value is (231,12,206). Sum of RGB (Red+Green+Blue) = 231+12+206=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E70CCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70CCE is #18F331. Grayscale: #636363. Windows color (decimal): -1635122 or 13503719. OLE color: 13503719.
HSL color Cylindrical-coordinate representation of color #E70CCE: hue angle of 306.85º 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 #E70CCE is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 206 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.09 |
| HSL | 306.85º | 0.9% | 0.48% | - |
| HSV(B) | 306.85º | 0.95% | 0.91% | - |
| XYZ | 44.23 | 21.71 | 60.25 | - |
| YUV | 99.6 | 188.05 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 206 | 0 | 0.95 | 0.11 | 0.09 | 306.85 | 0.9 | 0.48 |
| Hex | E7 | C | CE | 0 | 5F | B | 9 | 133 | 5A | 30 |
| Octal | 347 | 14 | 316 | 0 | 137 | 13 | 11 | 463 | 132 | 60 |
| Binary | 11100111 | 1100 | 11001110 | 0 | 1011111 | 1011 | 1001 | 100110011 | 1011010 | 110000 |
Color Harmonies of #E70CCE
Complementary color
Monochromatic Colors of #E70CCE
Black with #E70CCE
Text Example
Text Example
White with #E70CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70CCE; }
p { color: rgb(231,12,206); }
H1.HeaderClassName
{
color: #E70CCE;
}
.AnyTagClassName
{
color: #E70CCE;
}
</style>
background-color css
<style>
a { background-color: #E70CCE; }
a { background-color: rgb(231,12,206); }
div.DivClassName
{
background-color: #E70CCE;
}
.BgClassName
{
background-color: #E70CCE;
}
</style>
border-color css
<style>
span { border-color: #E70CCE; }
span { border-color: rgb(231,12,206); }
td.TdClassName
{
border-color: #E70CCE;
}
.TagClassName
{
border-color: #E70CCE;
}
</style>