Shades of Hot Magenta #E610D4
Tints of Hot Magenta #E610D4
RGB
CMYK
RGB Variations
Color information
#E610D4 (or 0xE610D4) is known color: Hot Magenta. HEX triplet: E6, 10 and D4. RGB value is (230,16,212). Sum of RGB (Red+Green+Blue) = 230+16+212=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 212 (83.20% from 255 or 46.29% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E610D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E610D4 is #19EF2B. Grayscale: #656565. Windows color (decimal): -1699628 or 13897958. OLE color: 13897958.
HSL color Cylindrical-coordinate representation of color #E610D4: hue angle of 305.05º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E610D4 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 212 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.10 |
| HSL | 305.05º | 0.87% | 0.48% | - |
| HSV(B) | 305.05º | 0.93% | 0.9% | - |
| XYZ | 44.7 | 21.95 | 64.17 | - |
| YUV | 102.33 | 189.9 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 212 | 0 | 0.93 | 0.08 | 0.10 | 305.05 | 0.87 | 0.48 |
| Hex | E6 | 10 | D4 | 0 | 5D | 8 | A | 131 | 57 | 30 |
| Octal | 346 | 20 | 324 | 0 | 135 | 10 | 12 | 461 | 127 | 60 |
| Binary | 11100110 | 10000 | 11010100 | 0 | 1011101 | 1000 | 1010 | 100110001 | 1010111 | 110000 |
Color Harmonies of #E610D4
Complementary color
Monochromatic Colors of #E610D4
Black with #E610D4
Text Example
Text Example
White with #E610D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E610D4; }
p { color: rgb(230,16,212); }
H1.HeaderClassName
{
color: #E610D4;
}
.AnyTagClassName
{
color: #E610D4;
}
</style>
background-color css
<style>
a { background-color: #E610D4; }
a { background-color: rgb(230,16,212); }
div.DivClassName
{
background-color: #E610D4;
}
.BgClassName
{
background-color: #E610D4;
}
</style>
border-color css
<style>
span { border-color: #E610D4; }
span { border-color: rgb(230,16,212); }
td.TdClassName
{
border-color: #E610D4;
}
.TagClassName
{
border-color: #E610D4;
}
</style>