Shades of Hot Magenta #E700CF
Tints of Hot Magenta #E700CF
RGB
CMYK
RGB Variations
Color information
#E700CF (or 0xE700CF) is known color: Hot Magenta. HEX triplet: E7, 00 and CF. RGB value is (231,0,207). Sum of RGB (Red+Green+Blue) = 231+0+207=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E700CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E700CF is #18FF30. Grayscale: #5C5C5C. Windows color (decimal): -1638193 or 13566183. OLE color: 13566183.
HSL color Cylindrical-coordinate representation of color #E700CF: hue angle of 306.23º 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 #E700CF is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.10 | 0.09 |
| HSL | 306.23º | 1% | 0.45% | - |
| HSV(B) | 306.23º | 1% | 0.91% | - |
| XYZ | 44.22 | 21.49 | 60.85 | - |
| YUV | 92.67 | 192.53 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 207 | 0 | 1 | 0.10 | 0.09 | 306.23 | 1 | 0.45 |
| Hex | E7 | 0 | CF | 0 | 64 | A | 9 | 132 | 64 | 2D |
| Octal | 347 | 0 | 317 | 0 | 144 | 12 | 11 | 462 | 144 | 55 |
| Binary | 11100111 | 0 | 11001111 | 0 | 1100100 | 1010 | 1001 | 100110010 | 1100100 | 101101 |
Color Harmonies of #E700CF
Complementary color
Monochromatic Colors of #E700CF
Black with #E700CF
Text Example
Text Example
White with #E700CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E700CF; }
p { color: rgb(231,0,207); }
H1.HeaderClassName
{
color: #E700CF;
}
.AnyTagClassName
{
color: #E700CF;
}
</style>
background-color css
<style>
a { background-color: #E700CF; }
a { background-color: rgb(231,0,207); }
div.DivClassName
{
background-color: #E700CF;
}
.BgClassName
{
background-color: #E700CF;
}
</style>
border-color css
<style>
span { border-color: #E700CF; }
span { border-color: rgb(231,0,207); }
td.TdClassName
{
border-color: #E700CF;
}
.TagClassName
{
border-color: #E700CF;
}
</style>