Shades of Hot Magenta #EB19E2
Tints of Hot Magenta #EB19E2
RGB
CMYK
RGB Variations
Color information
#EB19E2 (or 0xEB19E2) is known color: Hot Magenta. HEX triplet: EB, 19 and E2. RGB value is (235,25,226). Sum of RGB (Red+Green+Blue) = 235+25+226=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 25 (10.16% from 255 or 5.14% from 486); Blue value is 226 (88.67% from 255 or 46.50% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB19E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB19E2 is #14E61D. Grayscale: #6E6E6E. Windows color (decimal): -1369630 or 14817771. OLE color: 14817771.
HSL color Cylindrical-coordinate representation of color #EB19E2: hue angle of 302.57º degrees, saturation: 0.84, 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 #EB19E2 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 25 | 226 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.08 |
| HSL | 302.57º | 0.84% | 0.51% | - |
| HSV(B) | 302.57º | 0.89% | 0.92% | - |
| XYZ | 48.34 | 23.85 | 74.01 | - |
| YUV | 110.7 | 193.07 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 25 | 226 | 0 | 0.89 | 0.04 | 0.08 | 302.57 | 0.84 | 0.51 |
| Hex | EB | 19 | E2 | 0 | 59 | 4 | 8 | 12F | 54 | 33 |
| Octal | 353 | 31 | 342 | 0 | 131 | 4 | 10 | 457 | 124 | 63 |
| Binary | 11101011 | 11001 | 11100010 | 0 | 1011001 | 100 | 1000 | 100101111 | 1010100 | 110011 |
Color Harmonies of #EB19E2
Complementary color
Monochromatic Colors of #EB19E2
Black with #EB19E2
Text Example
Text Example
White with #EB19E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB19E2; }
p { color: rgb(235,25,226); }
H1.HeaderClassName
{
color: #EB19E2;
}
.AnyTagClassName
{
color: #EB19E2;
}
</style>
background-color css
<style>
a { background-color: #EB19E2; }
a { background-color: rgb(235,25,226); }
div.DivClassName
{
background-color: #EB19E2;
}
.BgClassName
{
background-color: #EB19E2;
}
</style>
border-color css
<style>
span { border-color: #EB19E2; }
span { border-color: rgb(235,25,226); }
td.TdClassName
{
border-color: #EB19E2;
}
.TagClassName
{
border-color: #EB19E2;
}
</style>