Shades of Hot Magenta #E700C4
Tints of Hot Magenta #E700C4
RGB
CMYK
RGB Variations
Color information
#E700C4 (or 0xE700C4) is known color: Hot Magenta. HEX triplet: E7, 00 and C4. RGB value is (231,0,196). Sum of RGB (Red+Green+Blue) = 231+0+196=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 196 (76.95% from 255 or 45.90% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E700C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E700C4 is #18FF3B. Grayscale: #5A5A5A. Windows color (decimal): -1638204 or 12845287. OLE color: 12845287.
HSL color Cylindrical-coordinate representation of color #E700C4: hue angle of 309.09º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E700C4 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 196 | - |
| CMYK | 0 | 1 | 0.15 | 0.09 |
| HSL | 309.09º | 1% | 0.45% | - |
| HSV(B) | 309.09º | 1% | 0.91% | - |
| XYZ | 42.92 | 20.97 | 54.01 | - |
| YUV | 91.41 | 187.03 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 196 | 0 | 1 | 0.15 | 0.09 | 309.09 | 1 | 0.45 |
| Hex | E7 | 0 | C4 | 0 | 64 | F | 9 | 135 | 64 | 2D |
| Octal | 347 | 0 | 304 | 0 | 144 | 17 | 11 | 465 | 144 | 55 |
| Binary | 11100111 | 0 | 11000100 | 0 | 1100100 | 1111 | 1001 | 100110101 | 1100100 | 101101 |
Color Harmonies of #E700C4
Complementary color
Monochromatic Colors of #E700C4
Black with #E700C4
Text Example
Text Example
White with #E700C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E700C4; }
p { color: rgb(231,0,196); }
H1.HeaderClassName
{
color: #E700C4;
}
.AnyTagClassName
{
color: #E700C4;
}
</style>
background-color css
<style>
a { background-color: #E700C4; }
a { background-color: rgb(231,0,196); }
div.DivClassName
{
background-color: #E700C4;
}
.BgClassName
{
background-color: #E700C4;
}
</style>
border-color css
<style>
span { border-color: #E700C4; }
span { border-color: rgb(231,0,196); }
td.TdClassName
{
border-color: #E700C4;
}
.TagClassName
{
border-color: #E700C4;
}
</style>