Shades of Hot Magenta #E70ADB
Tints of Hot Magenta #E70ADB
RGB
CMYK
RGB Variations
Color information
#E70ADB (or 0xE70ADB) is known color: Hot Magenta. HEX triplet: E7, 0A and DB. RGB value is (231,10,219). Sum of RGB (Red+Green+Blue) = 231+10+219=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 10 (4.30% from 255 or 2.17% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E70ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70ADB is #18F524. Grayscale: #636363. Windows color (decimal): -1635621 or 14355175. OLE color: 14355175.
HSL color Cylindrical-coordinate representation of color #E70ADB: hue angle of 303.26º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70ADB is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 10 | 219 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.09 |
| HSL | 303.26º | 0.92% | 0.47% | - |
| HSV(B) | 303.26º | 0.96% | 0.91% | - |
| XYZ | 45.85 | 22.32 | 68.91 | - |
| YUV | 99.91 | 195.22 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 219 | 0 | 0.96 | 0.05 | 0.09 | 303.26 | 0.92 | 0.47 |
| Hex | E7 | A | DB | 0 | 60 | 5 | 9 | 12F | 5C | 2F |
| Octal | 347 | 12 | 333 | 0 | 140 | 5 | 11 | 457 | 134 | 57 |
| Binary | 11100111 | 1010 | 11011011 | 0 | 1100000 | 101 | 1001 | 100101111 | 1011100 | 101111 |
Color Harmonies of #E70ADB
Complementary color
Monochromatic Colors of #E70ADB
Black with #E70ADB
Text Example
Text Example
White with #E70ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70ADB; }
p { color: rgb(231,10,219); }
H1.HeaderClassName
{
color: #E70ADB;
}
.AnyTagClassName
{
color: #E70ADB;
}
</style>
background-color css
<style>
a { background-color: #E70ADB; }
a { background-color: rgb(231,10,219); }
div.DivClassName
{
background-color: #E70ADB;
}
.BgClassName
{
background-color: #E70ADB;
}
</style>
border-color css
<style>
span { border-color: #E70ADB; }
span { border-color: rgb(231,10,219); }
td.TdClassName
{
border-color: #E70ADB;
}
.TagClassName
{
border-color: #E70ADB;
}
</style>