Shades of Hot Magenta #E60ED3
Tints of Hot Magenta #E60ED3
RGB
CMYK
RGB Variations
Color information
#E60ED3 (or 0xE60ED3) is known color: Hot Magenta. HEX triplet: E6, 0E and D3. RGB value is (230,14,211). Sum of RGB (Red+Green+Blue) = 230+14+211=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 14 (5.86% from 255 or 3.08% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E60ED3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60ED3 is #19F12C. Grayscale: #646464. Windows color (decimal): -1700141 or 13831910. OLE color: 13831910.
HSL color Cylindrical-coordinate representation of color #E60ED3: hue angle of 305.28º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60ED3 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 211 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.10 |
| HSL | 305.28º | 0.89% | 0.48% | - |
| HSV(B) | 305.28º | 0.94% | 0.9% | - |
| XYZ | 44.55 | 21.84 | 63.5 | - |
| YUV | 101.04 | 190.06 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 211 | 0 | 0.94 | 0.08 | 0.10 | 305.28 | 0.89 | 0.48 |
| Hex | E6 | E | D3 | 0 | 5E | 8 | A | 131 | 59 | 30 |
| Octal | 346 | 16 | 323 | 0 | 136 | 10 | 12 | 461 | 131 | 60 |
| Binary | 11100110 | 1110 | 11010011 | 0 | 1011110 | 1000 | 1010 | 100110001 | 1011001 | 110000 |
Color Harmonies of #E60ED3
Complementary color
Monochromatic Colors of #E60ED3
Black with #E60ED3
Text Example
Text Example
White with #E60ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60ED3; }
p { color: rgb(230,14,211); }
H1.HeaderClassName
{
color: #E60ED3;
}
.AnyTagClassName
{
color: #E60ED3;
}
</style>
background-color css
<style>
a { background-color: #E60ED3; }
a { background-color: rgb(230,14,211); }
div.DivClassName
{
background-color: #E60ED3;
}
.BgClassName
{
background-color: #E60ED3;
}
</style>
border-color css
<style>
span { border-color: #E60ED3; }
span { border-color: rgb(230,14,211); }
td.TdClassName
{
border-color: #E60ED3;
}
.TagClassName
{
border-color: #E60ED3;
}
</style>