Shades of Hot Magenta #EA1ADE
Tints of Hot Magenta #EA1ADE
RGB
CMYK
RGB Variations
Color information
#EA1ADE (or 0xEA1ADE) is known color: Hot Magenta. HEX triplet: EA, 1A and DE. RGB value is (234,26,222). Sum of RGB (Red+Green+Blue) = 234+26+222=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 26 (10.55% from 255 or 5.39% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1ADE is #15E521. Grayscale: #6D6D6D. Windows color (decimal): -1434914 or 14555882. OLE color: 14555882.
HSL color Cylindrical-coordinate representation of color #EA1ADE: hue angle of 303.46º 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 #EA1ADE is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 26 | 222 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.08 |
| HSL | 303.46º | 0.83% | 0.51% | - |
| HSV(B) | 303.46º | 0.89% | 0.92% | - |
| XYZ | 47.49 | 23.51 | 71.14 | - |
| YUV | 110.54 | 190.91 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 26 | 222 | 0 | 0.89 | 0.05 | 0.08 | 303.46 | 0.83 | 0.51 |
| Hex | EA | 1A | DE | 0 | 59 | 5 | 8 | 12F | 53 | 33 |
| Octal | 352 | 32 | 336 | 0 | 131 | 5 | 10 | 457 | 123 | 63 |
| Binary | 11101010 | 11010 | 11011110 | 0 | 1011001 | 101 | 1000 | 100101111 | 1010011 | 110011 |
Color Harmonies of #EA1ADE
Complementary color
Monochromatic Colors of #EA1ADE
Black with #EA1ADE
Text Example
Text Example
White with #EA1ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1ADE; }
p { color: rgb(234,26,222); }
H1.HeaderClassName
{
color: #EA1ADE;
}
.AnyTagClassName
{
color: #EA1ADE;
}
</style>
background-color css
<style>
a { background-color: #EA1ADE; }
a { background-color: rgb(234,26,222); }
div.DivClassName
{
background-color: #EA1ADE;
}
.BgClassName
{
background-color: #EA1ADE;
}
</style>
border-color css
<style>
span { border-color: #EA1ADE; }
span { border-color: rgb(234,26,222); }
td.TdClassName
{
border-color: #EA1ADE;
}
.TagClassName
{
border-color: #EA1ADE;
}
</style>