Shades of Hot Magenta #EA01D0
Tints of Hot Magenta #EA01D0
RGB
CMYK
RGB Variations
Color information
#EA01D0 (or 0xEA01D0) is known color: Hot Magenta. HEX triplet: EA, 01 and D0. RGB value is (234,1,208). Sum of RGB (Red+Green+Blue) = 234+1+208=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA01D0 is #15FE2F. Grayscale: #5D5D5D. Windows color (decimal): -1441328 or 13631978. OLE color: 13631978.
HSL color Cylindrical-coordinate representation of color #EA01D0: hue angle of 306.7º 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 #EA01D0 is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 208 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.08 |
| HSL | 306.7º | 0.99% | 0.46% | - |
| HSV(B) | 306.7º | 1% | 0.92% | - |
| XYZ | 45.33 | 22.07 | 61.55 | - |
| YUV | 94.27 | 192.19 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 208 | 0 | 1.00 | 0.11 | 0.08 | 306.7 | 0.99 | 0.46 |
| Hex | EA | 1 | D0 | 0 | 64 | B | 8 | 133 | 63 | 2E |
| Octal | 352 | 1 | 320 | 0 | 144 | 13 | 10 | 463 | 143 | 56 |
| Binary | 11101010 | 1 | 11010000 | 0 | 1100100 | 1011 | 1000 | 100110011 | 1100011 | 101110 |
Color Harmonies of #EA01D0
Complementary color
Monochromatic Colors of #EA01D0
Black with #EA01D0
Text Example
Text Example
White with #EA01D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA01D0; }
p { color: rgb(234,1,208); }
H1.HeaderClassName
{
color: #EA01D0;
}
.AnyTagClassName
{
color: #EA01D0;
}
</style>
background-color css
<style>
a { background-color: #EA01D0; }
a { background-color: rgb(234,1,208); }
div.DivClassName
{
background-color: #EA01D0;
}
.BgClassName
{
background-color: #EA01D0;
}
</style>
border-color css
<style>
span { border-color: #EA01D0; }
span { border-color: rgb(234,1,208); }
td.TdClassName
{
border-color: #EA01D0;
}
.TagClassName
{
border-color: #EA01D0;
}
</style>