Shades of Hot Magenta #E700DA
Tints of Hot Magenta #E700DA
RGB
CMYK
RGB Variations
Color information
#E700DA (or 0xE700DA) is known color: Hot Magenta. HEX triplet: E7, 00 and DA. RGB value is (231,0,218). Sum of RGB (Red+Green+Blue) = 231+0+218=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 0 (0.39% from 255 or 0% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E700DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E700DA is #18FF25. Grayscale: #5D5D5D. Windows color (decimal): -1638182 or 14287079. OLE color: 14287079.
HSL color Cylindrical-coordinate representation of color #E700DA: hue angle of 303.38º 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 #E700DA is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 218 | - |
| CMYK | 0 | 1 | 0.06 | 0.09 |
| HSL | 303.38º | 1% | 0.45% | - |
| HSV(B) | 303.38º | 1% | 0.91% | - |
| XYZ | 45.61 | 22.05 | 68.18 | - |
| YUV | 93.92 | 198.03 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 218 | 0 | 1 | 0.06 | 0.09 | 303.38 | 1 | 0.45 |
| Hex | E7 | 0 | DA | 0 | 64 | 6 | 9 | 12F | 64 | 2D |
| Octal | 347 | 0 | 332 | 0 | 144 | 6 | 11 | 457 | 144 | 55 |
| Binary | 11100111 | 0 | 11011010 | 0 | 1100100 | 110 | 1001 | 100101111 | 1100100 | 101101 |
Color Harmonies of #E700DA
Complementary color
Monochromatic Colors of #E700DA
Black with #E700DA
Text Example
Text Example
White with #E700DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E700DA; }
p { color: rgb(231,0,218); }
H1.HeaderClassName
{
color: #E700DA;
}
.AnyTagClassName
{
color: #E700DA;
}
</style>
background-color css
<style>
a { background-color: #E700DA; }
a { background-color: rgb(231,0,218); }
div.DivClassName
{
background-color: #E700DA;
}
.BgClassName
{
background-color: #E700DA;
}
</style>
border-color css
<style>
span { border-color: #E700DA; }
span { border-color: rgb(231,0,218); }
td.TdClassName
{
border-color: #E700DA;
}
.TagClassName
{
border-color: #E700DA;
}
</style>