Shades of Hot Magenta #E60DD3
Tints of Hot Magenta #E60DD3
RGB
CMYK
RGB Variations
Color information
#E60DD3 (or 0xE60DD3) is known color: Hot Magenta. HEX triplet: E6, 0D and D3. RGB value is (230,13,211). Sum of RGB (Red+Green+Blue) = 230+13+211=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 13 (5.47% from 255 or 2.86% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60DD3 is #19F22C. Grayscale: #636363. Windows color (decimal): -1700397 or 13831654. OLE color: 13831654.
HSL color Cylindrical-coordinate representation of color #E60DD3: hue angle of 305.25º 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 #E60DD3 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 211 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.10 |
| HSL | 305.25º | 0.89% | 0.48% | - |
| HSV(B) | 305.25º | 0.94% | 0.9% | - |
| XYZ | 44.53 | 21.81 | 63.49 | - |
| YUV | 100.46 | 190.39 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 211 | 0 | 0.94 | 0.08 | 0.10 | 305.25 | 0.89 | 0.48 |
| Hex | E6 | D | D3 | 0 | 5E | 8 | A | 131 | 59 | 30 |
| Octal | 346 | 15 | 323 | 0 | 136 | 10 | 12 | 461 | 131 | 60 |
| Binary | 11100110 | 1101 | 11010011 | 0 | 1011110 | 1000 | 1010 | 100110001 | 1011001 | 110000 |
Color Harmonies of #E60DD3
Complementary color
Monochromatic Colors of #E60DD3
Black with #E60DD3
Text Example
Text Example
White with #E60DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60DD3; }
p { color: rgb(230,13,211); }
H1.HeaderClassName
{
color: #E60DD3;
}
.AnyTagClassName
{
color: #E60DD3;
}
</style>
background-color css
<style>
a { background-color: #E60DD3; }
a { background-color: rgb(230,13,211); }
div.DivClassName
{
background-color: #E60DD3;
}
.BgClassName
{
background-color: #E60DD3;
}
</style>
border-color css
<style>
span { border-color: #E60DD3; }
span { border-color: rgb(230,13,211); }
td.TdClassName
{
border-color: #E60DD3;
}
.TagClassName
{
border-color: #E60DD3;
}
</style>