Shades of Hot Magenta #E70CDB
Tints of Hot Magenta #E70CDB
RGB
CMYK
RGB Variations
Color information
#E70CDB (or 0xE70CDB) is known color: Hot Magenta. HEX triplet: E7, 0C and DB. RGB value is (231,12,219). Sum of RGB (Red+Green+Blue) = 231+12+219=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E70CDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70CDB is #18F324. Grayscale: #646464. Windows color (decimal): -1635109 or 14355687. OLE color: 14355687.
HSL color Cylindrical-coordinate representation of color #E70CDB: hue angle of 303.29º 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 #E70CDB is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 12 | 219 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.09 |
| HSL | 303.29º | 0.9% | 0.48% | - |
| HSV(B) | 303.29º | 0.95% | 0.91% | - |
| XYZ | 45.87 | 22.37 | 68.92 | - |
| YUV | 101.08 | 194.55 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 12 | 219 | 0 | 0.95 | 0.05 | 0.09 | 303.29 | 0.9 | 0.48 |
| Hex | E7 | C | DB | 0 | 5F | 5 | 9 | 12F | 5A | 30 |
| Octal | 347 | 14 | 333 | 0 | 137 | 5 | 11 | 457 | 132 | 60 |
| Binary | 11100111 | 1100 | 11011011 | 0 | 1011111 | 101 | 1001 | 100101111 | 1011010 | 110000 |
Color Harmonies of #E70CDB
Complementary color
Monochromatic Colors of #E70CDB
Black with #E70CDB
Text Example
Text Example
White with #E70CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70CDB; }
p { color: rgb(231,12,219); }
H1.HeaderClassName
{
color: #E70CDB;
}
.AnyTagClassName
{
color: #E70CDB;
}
</style>
background-color css
<style>
a { background-color: #E70CDB; }
a { background-color: rgb(231,12,219); }
div.DivClassName
{
background-color: #E70CDB;
}
.BgClassName
{
background-color: #E70CDB;
}
</style>
border-color css
<style>
span { border-color: #E70CDB; }
span { border-color: rgb(231,12,219); }
td.TdClassName
{
border-color: #E70CDB;
}
.TagClassName
{
border-color: #E70CDB;
}
</style>