Shades of Hot Magenta #EA1ADD
Tints of Hot Magenta #EA1ADD
RGB
CMYK
RGB Variations
Color information
#EA1ADD (or 0xEA1ADD) is known color: Hot Magenta. HEX triplet: EA, 1A and DD. RGB value is (234,26,221). Sum of RGB (Red+Green+Blue) = 234+26+221=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 26 (10.55% from 255 or 5.41% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1ADD is #15E522. Grayscale: #6D6D6D. Windows color (decimal): -1434915 or 14490346. OLE color: 14490346.
HSL color Cylindrical-coordinate representation of color #EA1ADD: hue angle of 303.75º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA1ADD is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 26 | 221 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.08 |
| HSL | 303.75º | 0.83% | 0.51% | - |
| HSV(B) | 303.75º | 0.89% | 0.92% | - |
| XYZ | 47.35 | 23.45 | 70.44 | - |
| YUV | 110.42 | 190.41 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 26 | 221 | 0 | 0.89 | 0.06 | 0.08 | 303.75 | 0.83 | 0.51 |
| Hex | EA | 1A | DD | 0 | 59 | 6 | 8 | 130 | 53 | 33 |
| Octal | 352 | 32 | 335 | 0 | 131 | 6 | 10 | 460 | 123 | 63 |
| Binary | 11101010 | 11010 | 11011101 | 0 | 1011001 | 110 | 1000 | 100110000 | 1010011 | 110011 |
Color Harmonies of #EA1ADD
Complementary color
Monochromatic Colors of #EA1ADD
Black with #EA1ADD
Text Example
Text Example
White with #EA1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1ADD; }
p { color: rgb(234,26,221); }
H1.HeaderClassName
{
color: #EA1ADD;
}
.AnyTagClassName
{
color: #EA1ADD;
}
</style>
background-color css
<style>
a { background-color: #EA1ADD; }
a { background-color: rgb(234,26,221); }
div.DivClassName
{
background-color: #EA1ADD;
}
.BgClassName
{
background-color: #EA1ADD;
}
</style>
border-color css
<style>
span { border-color: #EA1ADD; }
span { border-color: rgb(234,26,221); }
td.TdClassName
{
border-color: #EA1ADD;
}
.TagClassName
{
border-color: #EA1ADD;
}
</style>