Shades of Hot Magenta #E701D5
Tints of Hot Magenta #E701D5
RGB
CMYK
RGB Variations
Color information
#E701D5 (or 0xE701D5) is known color: Hot Magenta. HEX triplet: E7, 01 and D5. RGB value is (231,1,213). Sum of RGB (Red+Green+Blue) = 231+1+213=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 1 (0.78% from 255 or 0.22% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E701D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701D5 is #18FE2A. Grayscale: #5D5D5D. Windows color (decimal): -1637931 or 13959655. OLE color: 13959655.
HSL color Cylindrical-coordinate representation of color #E701D5: hue angle of 304.7º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E701D5 is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 213 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.09 |
| HSL | 304.7º | 0.99% | 0.45% | - |
| HSV(B) | 304.7º | 1% | 0.91% | - |
| XYZ | 44.98 | 21.81 | 64.79 | - |
| YUV | 93.94 | 195.2 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 213 | 0 | 1.00 | 0.08 | 0.09 | 304.7 | 0.99 | 0.45 |
| Hex | E7 | 1 | D5 | 0 | 64 | 8 | 9 | 131 | 63 | 2D |
| Octal | 347 | 1 | 325 | 0 | 144 | 10 | 11 | 461 | 143 | 55 |
| Binary | 11100111 | 1 | 11010101 | 0 | 1100100 | 1000 | 1001 | 100110001 | 1100011 | 101101 |
Color Harmonies of #E701D5
Complementary color
Monochromatic Colors of #E701D5
Black with #E701D5
Text Example
Text Example
White with #E701D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701D5; }
p { color: rgb(231,1,213); }
H1.HeaderClassName
{
color: #E701D5;
}
.AnyTagClassName
{
color: #E701D5;
}
</style>
background-color css
<style>
a { background-color: #E701D5; }
a { background-color: rgb(231,1,213); }
div.DivClassName
{
background-color: #E701D5;
}
.BgClassName
{
background-color: #E701D5;
}
</style>
border-color css
<style>
span { border-color: #E701D5; }
span { border-color: rgb(231,1,213); }
td.TdClassName
{
border-color: #E701D5;
}
.TagClassName
{
border-color: #E701D5;
}
</style>