Shades of Hot Magenta #EB11E2
Tints of Hot Magenta #EB11E2
RGB
CMYK
RGB Variations
Color information
#EB11E2 (or 0xEB11E2) is known color: Hot Magenta. HEX triplet: EB, 11 and E2. RGB value is (235,17,226). Sum of RGB (Red+Green+Blue) = 235+17+226=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 17 (7.03% from 255 or 3.56% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB11E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB11E2 is #14EE1D. Grayscale: #696969. Windows color (decimal): -1371678 or 14815723. OLE color: 14815723.
HSL color Cylindrical-coordinate representation of color #EB11E2: hue angle of 302.48º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB11E2 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 17 | 226 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.08 |
| HSL | 302.48º | 0.87% | 0.49% | - |
| HSV(B) | 302.48º | 0.93% | 0.92% | - |
| XYZ | 48.19 | 23.55 | 73.96 | - |
| YUV | 106.01 | 195.72 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 17 | 226 | 0 | 0.93 | 0.04 | 0.08 | 302.48 | 0.87 | 0.49 |
| Hex | EB | 11 | E2 | 0 | 5D | 4 | 8 | 12E | 57 | 31 |
| Octal | 353 | 21 | 342 | 0 | 135 | 4 | 10 | 456 | 127 | 61 |
| Binary | 11101011 | 10001 | 11100010 | 0 | 1011101 | 100 | 1000 | 100101110 | 1010111 | 110001 |
Color Harmonies of #EB11E2
Complementary color
Monochromatic Colors of #EB11E2
Black with #EB11E2
Text Example
Text Example
White with #EB11E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB11E2; }
p { color: rgb(235,17,226); }
H1.HeaderClassName
{
color: #EB11E2;
}
.AnyTagClassName
{
color: #EB11E2;
}
</style>
background-color css
<style>
a { background-color: #EB11E2; }
a { background-color: rgb(235,17,226); }
div.DivClassName
{
background-color: #EB11E2;
}
.BgClassName
{
background-color: #EB11E2;
}
</style>
border-color css
<style>
span { border-color: #EB11E2; }
span { border-color: rgb(235,17,226); }
td.TdClassName
{
border-color: #EB11E2;
}
.TagClassName
{
border-color: #EB11E2;
}
</style>