Shades of Hot Magenta #EA01E0
Tints of Hot Magenta #EA01E0
RGB
CMYK
RGB Variations
Color information
#EA01E0 (or 0xEA01E0) is known color: Hot Magenta. HEX triplet: EA, 01 and E0. RGB value is (234,1,224). Sum of RGB (Red+Green+Blue) = 234+1+224=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA01E0 is #15FE1F. Grayscale: #5F5F5F. Windows color (decimal): -1441312 or 14680554. OLE color: 14680554.
HSL color Cylindrical-coordinate representation of color #EA01E0: hue angle of 302.58º 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 #EA01E0 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 224 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.08 |
| HSL | 302.58º | 0.99% | 0.46% | - |
| HSV(B) | 302.58º | 1% | 0.92% | - |
| XYZ | 47.4 | 22.9 | 72.44 | - |
| YUV | 96.09 | 200.19 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 224 | 0 | 1.00 | 0.04 | 0.08 | 302.58 | 0.99 | 0.46 |
| Hex | EA | 1 | E0 | 0 | 64 | 4 | 8 | 12F | 63 | 2E |
| Octal | 352 | 1 | 340 | 0 | 144 | 4 | 10 | 457 | 143 | 56 |
| Binary | 11101010 | 1 | 11100000 | 0 | 1100100 | 100 | 1000 | 100101111 | 1100011 | 101110 |
Color Harmonies of #EA01E0
Complementary color
Monochromatic Colors of #EA01E0
Black with #EA01E0
Text Example
Text Example
White with #EA01E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA01E0; }
p { color: rgb(234,1,224); }
H1.HeaderClassName
{
color: #EA01E0;
}
.AnyTagClassName
{
color: #EA01E0;
}
</style>
background-color css
<style>
a { background-color: #EA01E0; }
a { background-color: rgb(234,1,224); }
div.DivClassName
{
background-color: #EA01E0;
}
.BgClassName
{
background-color: #EA01E0;
}
</style>
border-color css
<style>
span { border-color: #EA01E0; }
span { border-color: rgb(234,1,224); }
td.TdClassName
{
border-color: #EA01E0;
}
.TagClassName
{
border-color: #EA01E0;
}
</style>