Shades of Hot Magenta #E70CCF
Tints of Hot Magenta #E70CCF
RGB
CMYK
RGB Variations
Color information
#E70CCF (or 0xE70CCF) is known color: Hot Magenta. HEX triplet: E7, 0C and CF. RGB value is (231,12,207). Sum of RGB (Red+Green+Blue) = 231+12+207=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E70CCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70CCF is #18F330. Grayscale: #636363. Windows color (decimal): -1635121 or 13569255. OLE color: 13569255.
HSL color Cylindrical-coordinate representation of color #E70CCF: hue angle of 306.58º 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 #E70CCF is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 207 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.09 |
| HSL | 306.58º | 0.9% | 0.48% | - |
| HSV(B) | 306.58º | 0.95% | 0.91% | - |
| XYZ | 44.35 | 21.76 | 60.89 | - |
| YUV | 99.71 | 188.55 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 207 | 0 | 0.95 | 0.10 | 0.09 | 306.58 | 0.9 | 0.48 |
| Hex | E7 | C | CF | 0 | 5F | A | 9 | 133 | 5A | 30 |
| Octal | 347 | 14 | 317 | 0 | 137 | 12 | 11 | 463 | 132 | 60 |
| Binary | 11100111 | 1100 | 11001111 | 0 | 1011111 | 1010 | 1001 | 100110011 | 1011010 | 110000 |
Color Harmonies of #E70CCF
Complementary color
Monochromatic Colors of #E70CCF
Black with #E70CCF
Text Example
Text Example
White with #E70CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70CCF; }
p { color: rgb(231,12,207); }
H1.HeaderClassName
{
color: #E70CCF;
}
.AnyTagClassName
{
color: #E70CCF;
}
</style>
background-color css
<style>
a { background-color: #E70CCF; }
a { background-color: rgb(231,12,207); }
div.DivClassName
{
background-color: #E70CCF;
}
.BgClassName
{
background-color: #E70CCF;
}
</style>
border-color css
<style>
span { border-color: #E70CCF; }
span { border-color: rgb(231,12,207); }
td.TdClassName
{
border-color: #E70CCF;
}
.TagClassName
{
border-color: #E70CCF;
}
</style>