Shades of Hot Magenta #E701C2
Tints of Hot Magenta #E701C2
RGB
CMYK
RGB Variations
Color information
#E701C2 (or 0xE701C2) is known color: Hot Magenta. HEX triplet: E7, 01 and C2. RGB value is (231,1,194). Sum of RGB (Red+Green+Blue) = 231+1+194=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E701C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E701C2 is #18FE3D. Grayscale: #5B5B5B. Windows color (decimal): -1637950 or 12714471. OLE color: 12714471.
HSL color Cylindrical-coordinate representation of color #E701C2: hue angle of 309.65º 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 #E701C2 is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 194 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.09 |
| HSL | 309.65º | 0.99% | 0.45% | - |
| HSV(B) | 309.65º | 1% | 0.91% | - |
| XYZ | 42.7 | 20.91 | 52.82 | - |
| YUV | 91.77 | 185.7 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 194 | 0 | 1.00 | 0.16 | 0.09 | 309.65 | 0.99 | 0.45 |
| Hex | E7 | 1 | C2 | 0 | 64 | 10 | 9 | 136 | 63 | 2D |
| Octal | 347 | 1 | 302 | 0 | 144 | 20 | 11 | 466 | 143 | 55 |
| Binary | 11100111 | 1 | 11000010 | 0 | 1100100 | 10000 | 1001 | 100110110 | 1100011 | 101101 |
Color Harmonies of #E701C2
Complementary color
Monochromatic Colors of #E701C2
Black with #E701C2
Text Example
Text Example
White with #E701C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E701C2; }
p { color: rgb(231,1,194); }
H1.HeaderClassName
{
color: #E701C2;
}
.AnyTagClassName
{
color: #E701C2;
}
</style>
background-color css
<style>
a { background-color: #E701C2; }
a { background-color: rgb(231,1,194); }
div.DivClassName
{
background-color: #E701C2;
}
.BgClassName
{
background-color: #E701C2;
}
</style>
border-color css
<style>
span { border-color: #E701C2; }
span { border-color: rgb(231,1,194); }
td.TdClassName
{
border-color: #E701C2;
}
.TagClassName
{
border-color: #E701C2;
}
</style>