Shades of Hot Magenta #EB18DC
Tints of Hot Magenta #EB18DC
RGB
CMYK
RGB Variations
Color information
#EB18DC (or 0xEB18DC) is known color: Hot Magenta. HEX triplet: EB, 18 and DC. RGB value is (235,24,220). Sum of RGB (Red+Green+Blue) = 235+24+220=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 24 (9.77% from 255 or 5.01% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EB18DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB18DC is #14E723. Grayscale: #6C6C6C. Windows color (decimal): -1369892 or 14424299. OLE color: 14424299.
HSL color Cylindrical-coordinate representation of color #EB18DC: hue angle of 304.27º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB18DC is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 220 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.08 |
| HSL | 304.27º | 0.84% | 0.51% | - |
| HSV(B) | 304.27º | 0.9% | 0.92% | - |
| XYZ | 47.51 | 23.48 | 69.74 | - |
| YUV | 109.43 | 190.4 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 220 | 0 | 0.90 | 0.06 | 0.08 | 304.27 | 0.84 | 0.51 |
| Hex | EB | 18 | DC | 0 | 5A | 6 | 8 | 130 | 54 | 33 |
| Octal | 353 | 30 | 334 | 0 | 132 | 6 | 10 | 460 | 124 | 63 |
| Binary | 11101011 | 11000 | 11011100 | 0 | 1011010 | 110 | 1000 | 100110000 | 1010100 | 110011 |
Color Harmonies of #EB18DC
Complementary color
Monochromatic Colors of #EB18DC
Black with #EB18DC
Text Example
Text Example
White with #EB18DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB18DC; }
p { color: rgb(235,24,220); }
H1.HeaderClassName
{
color: #EB18DC;
}
.AnyTagClassName
{
color: #EB18DC;
}
</style>
background-color css
<style>
a { background-color: #EB18DC; }
a { background-color: rgb(235,24,220); }
div.DivClassName
{
background-color: #EB18DC;
}
.BgClassName
{
background-color: #EB18DC;
}
</style>
border-color css
<style>
span { border-color: #EB18DC; }
span { border-color: rgb(235,24,220); }
td.TdClassName
{
border-color: #EB18DC;
}
.TagClassName
{
border-color: #EB18DC;
}
</style>