Shades of Hot Magenta #EA15E2
Tints of Hot Magenta #EA15E2
RGB
CMYK
RGB Variations
Color information
#EA15E2 (or 0xEA15E2) is known color: Hot Magenta. HEX triplet: EA, 15 and E2. RGB value is (234,21,226). Sum of RGB (Red+Green+Blue) = 234+21+226=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 226 (88.67% from 255 or 46.99% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA15E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA15E2 is #15EA1D. Grayscale: #6B6B6B. Windows color (decimal): -1436190 or 14816746. OLE color: 14816746.
HSL color Cylindrical-coordinate representation of color #EA15E2: hue angle of 302.25º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA15E2 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 226 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.08 |
| HSL | 302.25º | 0.84% | 0.5% | - |
| HSV(B) | 302.25º | 0.91% | 0.92% | - |
| XYZ | 47.93 | 23.52 | 73.97 | - |
| YUV | 108.06 | 194.57 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 226 | 0 | 0.91 | 0.03 | 0.08 | 302.25 | 0.84 | 0.5 |
| Hex | EA | 15 | E2 | 0 | 5B | 3 | 8 | 12E | 54 | 32 |
| Octal | 352 | 25 | 342 | 0 | 133 | 3 | 10 | 456 | 124 | 62 |
| Binary | 11101010 | 10101 | 11100010 | 0 | 1011011 | 11 | 1000 | 100101110 | 1010100 | 110010 |
Color Harmonies of #EA15E2
Complementary color
Monochromatic Colors of #EA15E2
Black with #EA15E2
Text Example
Text Example
White with #EA15E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA15E2; }
p { color: rgb(234,21,226); }
H1.HeaderClassName
{
color: #EA15E2;
}
.AnyTagClassName
{
color: #EA15E2;
}
</style>
background-color css
<style>
a { background-color: #EA15E2; }
a { background-color: rgb(234,21,226); }
div.DivClassName
{
background-color: #EA15E2;
}
.BgClassName
{
background-color: #EA15E2;
}
</style>
border-color css
<style>
span { border-color: #EA15E2; }
span { border-color: rgb(234,21,226); }
td.TdClassName
{
border-color: #EA15E2;
}
.TagClassName
{
border-color: #EA15E2;
}
</style>