Shades of Hot Magenta #EA01DD
Tints of Hot Magenta #EA01DD
RGB
CMYK
RGB Variations
Color information
#EA01DD (or 0xEA01DD) is known color: Hot Magenta. HEX triplet: EA, 01 and DD. RGB value is (234,1,221). Sum of RGB (Red+Green+Blue) = 234+1+221=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 1 (0.78% from 255 or 0.22% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA01DD is #15FE22. Grayscale: #5F5F5F. Windows color (decimal): -1441315 or 14483946. OLE color: 14483946.
HSL color Cylindrical-coordinate representation of color #EA01DD: hue angle of 303.35º 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 #EA01DD is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 221 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.08 |
| HSL | 303.35º | 0.99% | 0.46% | - |
| HSV(B) | 303.35º | 1% | 0.92% | - |
| XYZ | 46.99 | 22.73 | 70.32 | - |
| YUV | 95.75 | 198.69 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 221 | 0 | 1.00 | 0.06 | 0.08 | 303.35 | 0.99 | 0.46 |
| Hex | EA | 1 | DD | 0 | 64 | 6 | 8 | 12F | 63 | 2E |
| Octal | 352 | 1 | 335 | 0 | 144 | 6 | 10 | 457 | 143 | 56 |
| Binary | 11101010 | 1 | 11011101 | 0 | 1100100 | 110 | 1000 | 100101111 | 1100011 | 101110 |
Color Harmonies of #EA01DD
Complementary color
Monochromatic Colors of #EA01DD
Black with #EA01DD
Text Example
Text Example
White with #EA01DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA01DD; }
p { color: rgb(234,1,221); }
H1.HeaderClassName
{
color: #EA01DD;
}
.AnyTagClassName
{
color: #EA01DD;
}
</style>
background-color css
<style>
a { background-color: #EA01DD; }
a { background-color: rgb(234,1,221); }
div.DivClassName
{
background-color: #EA01DD;
}
.BgClassName
{
background-color: #EA01DD;
}
</style>
border-color css
<style>
span { border-color: #EA01DD; }
span { border-color: rgb(234,1,221); }
td.TdClassName
{
border-color: #EA01DD;
}
.TagClassName
{
border-color: #EA01DD;
}
</style>