Shades of Hot Magenta #EA0AD3
Tints of Hot Magenta #EA0AD3
RGB
CMYK
RGB Variations
Color information
#EA0AD3 (or 0xEA0AD3) is known color: Hot Magenta. HEX triplet: EA, 0A and D3. RGB value is (234,10,211). Sum of RGB (Red+Green+Blue) = 234+10+211=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0AD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0AD3 is #15F52C. Grayscale: #636363. Windows color (decimal): -1439021 or 13830890. OLE color: 13830890.
HSL color Cylindrical-coordinate representation of color #EA0AD3: hue angle of 306.16º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0AD3 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 10 | 211 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.08 |
| HSL | 306.16º | 0.92% | 0.48% | - |
| HSV(B) | 306.16º | 0.96% | 0.92% | - |
| XYZ | 45.8 | 22.41 | 63.54 | - |
| YUV | 99.89 | 190.71 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 10 | 211 | 0 | 0.96 | 0.10 | 0.08 | 306.16 | 0.92 | 0.48 |
| Hex | EA | A | D3 | 0 | 60 | A | 8 | 132 | 5C | 30 |
| Octal | 352 | 12 | 323 | 0 | 140 | 12 | 10 | 462 | 134 | 60 |
| Binary | 11101010 | 1010 | 11010011 | 0 | 1100000 | 1010 | 1000 | 100110010 | 1011100 | 110000 |
Color Harmonies of #EA0AD3
Complementary color
Monochromatic Colors of #EA0AD3
Black with #EA0AD3
Text Example
Text Example
White with #EA0AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0AD3; }
p { color: rgb(234,10,211); }
H1.HeaderClassName
{
color: #EA0AD3;
}
.AnyTagClassName
{
color: #EA0AD3;
}
</style>
background-color css
<style>
a { background-color: #EA0AD3; }
a { background-color: rgb(234,10,211); }
div.DivClassName
{
background-color: #EA0AD3;
}
.BgClassName
{
background-color: #EA0AD3;
}
</style>
border-color css
<style>
span { border-color: #EA0AD3; }
span { border-color: rgb(234,10,211); }
td.TdClassName
{
border-color: #EA0AD3;
}
.TagClassName
{
border-color: #EA0AD3;
}
</style>