Shades of Hot Magenta #EA01DC
Tints of Hot Magenta #EA01DC
RGB
CMYK
RGB Variations
Color information
#EA01DC (or 0xEA01DC) is known color: Hot Magenta. HEX triplet: EA, 01 and DC. RGB value is (234,1,220). Sum of RGB (Red+Green+Blue) = 234+1+220=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 1 (0.78% from 255 or 0.22% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA01DC is #15FE23. Grayscale: #5E5E5E. Windows color (decimal): -1441316 or 14418410. OLE color: 14418410.
HSL color Cylindrical-coordinate representation of color #EA01DC: hue angle of 303.61º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA01DC is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 220 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.08 |
| HSL | 303.61º | 0.99% | 0.46% | - |
| HSV(B) | 303.61º | 1% | 0.92% | - |
| XYZ | 46.86 | 22.68 | 69.62 | - |
| YUV | 95.63 | 198.19 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 220 | 0 | 1.00 | 0.06 | 0.08 | 303.61 | 0.99 | 0.46 |
| Hex | EA | 1 | DC | 0 | 64 | 6 | 8 | 130 | 63 | 2E |
| Octal | 352 | 1 | 334 | 0 | 144 | 6 | 10 | 460 | 143 | 56 |
| Binary | 11101010 | 1 | 11011100 | 0 | 1100100 | 110 | 1000 | 100110000 | 1100011 | 101110 |
Color Harmonies of #EA01DC
Complementary color
Monochromatic Colors of #EA01DC
Black with #EA01DC
Text Example
Text Example
White with #EA01DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA01DC; }
p { color: rgb(234,1,220); }
H1.HeaderClassName
{
color: #EA01DC;
}
.AnyTagClassName
{
color: #EA01DC;
}
</style>
background-color css
<style>
a { background-color: #EA01DC; }
a { background-color: rgb(234,1,220); }
div.DivClassName
{
background-color: #EA01DC;
}
.BgClassName
{
background-color: #EA01DC;
}
</style>
border-color css
<style>
span { border-color: #EA01DC; }
span { border-color: rgb(234,1,220); }
td.TdClassName
{
border-color: #EA01DC;
}
.TagClassName
{
border-color: #EA01DC;
}
</style>