Shades of Hot Magenta #EA00DD
Tints of Hot Magenta #EA00DD
RGB
CMYK
RGB Variations
Color information
#EA00DD (or 0xEA00DD) is known color: Hot Magenta. HEX triplet: EA, 00 and DD. RGB value is (234,0,221). Sum of RGB (Red+Green+Blue) = 234+0+221=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 0 (0.39% from 255 or 0% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA00DD is #15FF22. Grayscale: #5E5E5E. Windows color (decimal): -1441571 or 14483690. OLE color: 14483690.
HSL color Cylindrical-coordinate representation of color #EA00DD: hue angle of 303.33º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA00DD is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 221 | - |
| CMYK | 0 | 1 | 0.06 | 0.08 |
| HSL | 303.33º | 1% | 0.46% | - |
| HSV(B) | 303.33º | 1% | 0.92% | - |
| XYZ | 46.98 | 22.71 | 70.31 | - |
| YUV | 95.16 | 199.02 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 221 | 0 | 1 | 0.06 | 0.08 | 303.33 | 1 | 0.46 |
| Hex | EA | 0 | DD | 0 | 64 | 6 | 8 | 12F | 64 | 2E |
| Octal | 352 | 0 | 335 | 0 | 144 | 6 | 10 | 457 | 144 | 56 |
| Binary | 11101010 | 0 | 11011101 | 0 | 1100100 | 110 | 1000 | 100101111 | 1100100 | 101110 |
Color Harmonies of #EA00DD
Complementary color
Monochromatic Colors of #EA00DD
Black with #EA00DD
Text Example
Text Example
White with #EA00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA00DD; }
p { color: rgb(234,0,221); }
H1.HeaderClassName
{
color: #EA00DD;
}
.AnyTagClassName
{
color: #EA00DD;
}
</style>
background-color css
<style>
a { background-color: #EA00DD; }
a { background-color: rgb(234,0,221); }
div.DivClassName
{
background-color: #EA00DD;
}
.BgClassName
{
background-color: #EA00DD;
}
</style>
border-color css
<style>
span { border-color: #EA00DD; }
span { border-color: rgb(234,0,221); }
td.TdClassName
{
border-color: #EA00DD;
}
.TagClassName
{
border-color: #EA00DD;
}
</style>