Shades of Hot Magenta #EB17DC
Tints of Hot Magenta #EB17DC
RGB
CMYK
RGB Variations
Color information
#EB17DC (or 0xEB17DC) is known color: Hot Magenta. HEX triplet: EB, 17 and DC. RGB value is (235,23,220). Sum of RGB (Red+Green+Blue) = 235+23+220=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 23 (9.38% from 255 or 4.81% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB17DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB17DC is #14E823. Grayscale: #6C6C6C. Windows color (decimal): -1370148 or 14424043. OLE color: 14424043.
HSL color Cylindrical-coordinate representation of color #EB17DC: hue angle of 304.25º 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 #EB17DC is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 23 | 220 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.08 |
| HSL | 304.25º | 0.84% | 0.51% | - |
| HSV(B) | 304.25º | 0.9% | 0.92% | - |
| XYZ | 47.49 | 23.44 | 69.73 | - |
| YUV | 108.85 | 190.74 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 23 | 220 | 0 | 0.90 | 0.06 | 0.08 | 304.25 | 0.84 | 0.51 |
| Hex | EB | 17 | DC | 0 | 5A | 6 | 8 | 130 | 54 | 33 |
| Octal | 353 | 27 | 334 | 0 | 132 | 6 | 10 | 460 | 124 | 63 |
| Binary | 11101011 | 10111 | 11011100 | 0 | 1011010 | 110 | 1000 | 100110000 | 1010100 | 110011 |
Color Harmonies of #EB17DC
Complementary color
Monochromatic Colors of #EB17DC
Black with #EB17DC
Text Example
Text Example
White with #EB17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB17DC; }
p { color: rgb(235,23,220); }
H1.HeaderClassName
{
color: #EB17DC;
}
.AnyTagClassName
{
color: #EB17DC;
}
</style>
background-color css
<style>
a { background-color: #EB17DC; }
a { background-color: rgb(235,23,220); }
div.DivClassName
{
background-color: #EB17DC;
}
.BgClassName
{
background-color: #EB17DC;
}
</style>
border-color css
<style>
span { border-color: #EB17DC; }
span { border-color: rgb(235,23,220); }
td.TdClassName
{
border-color: #EB17DC;
}
.TagClassName
{
border-color: #EB17DC;
}
</style>