Shades of Hot Magenta #E70BCD
Tints of Hot Magenta #E70BCD
RGB
CMYK
RGB Variations
Color information
#E70BCD (or 0xE70BCD) is known color: Hot Magenta. HEX triplet: E7, 0B and CD. RGB value is (231,11,205). Sum of RGB (Red+Green+Blue) = 231+11+205=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E70BCD is #18F432. Grayscale: #626262. Windows color (decimal): -1635379 or 13437927. OLE color: 13437927.
HSL color Cylindrical-coordinate representation of color #E70BCD: hue angle of 307.09º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70BCD is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 11 | 205 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.09 |
| HSL | 307.09º | 0.91% | 0.47% | - |
| HSV(B) | 307.09º | 0.95% | 0.91% | - |
| XYZ | 44.09 | 21.64 | 59.61 | - |
| YUV | 98.9 | 187.89 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 205 | 0 | 0.95 | 0.11 | 0.09 | 307.09 | 0.91 | 0.47 |
| Hex | E7 | B | CD | 0 | 5F | B | 9 | 133 | 5B | 2F |
| Octal | 347 | 13 | 315 | 0 | 137 | 13 | 11 | 463 | 133 | 57 |
| Binary | 11100111 | 1011 | 11001101 | 0 | 1011111 | 1011 | 1001 | 100110011 | 1011011 | 101111 |
Color Harmonies of #E70BCD
Complementary color
Monochromatic Colors of #E70BCD
Black with #E70BCD
Text Example
Text Example
White with #E70BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70BCD; }
p { color: rgb(231,11,205); }
H1.HeaderClassName
{
color: #E70BCD;
}
.AnyTagClassName
{
color: #E70BCD;
}
</style>
background-color css
<style>
a { background-color: #E70BCD; }
a { background-color: rgb(231,11,205); }
div.DivClassName
{
background-color: #E70BCD;
}
.BgClassName
{
background-color: #E70BCD;
}
</style>
border-color css
<style>
span { border-color: #E70BCD; }
span { border-color: rgb(231,11,205); }
td.TdClassName
{
border-color: #E70BCD;
}
.TagClassName
{
border-color: #E70BCD;
}
</style>