Shades of Hot Magenta #EB10DF
Tints of Hot Magenta #EB10DF
RGB
CMYK
RGB Variations
Color information
#EB10DF (or 0xEB10DF) is known color: Hot Magenta. HEX triplet: EB, 10 and DF. RGB value is (235,16,223). Sum of RGB (Red+Green+Blue) = 235+16+223=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 16 (6.64% from 255 or 3.38% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB10DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB10DF is #14EF20. Grayscale: #686868. Windows color (decimal): -1371937 or 14618859. OLE color: 14618859.
HSL color Cylindrical-coordinate representation of color #EB10DF: hue angle of 303.29º 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 #EB10DF is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 16 | 223 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.08 |
| HSL | 303.29º | 0.87% | 0.49% | - |
| HSV(B) | 303.29º | 0.93% | 0.92% | - |
| XYZ | 47.77 | 23.36 | 71.8 | - |
| YUV | 105.08 | 194.55 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 16 | 223 | 0 | 0.93 | 0.05 | 0.08 | 303.29 | 0.87 | 0.49 |
| Hex | EB | 10 | DF | 0 | 5D | 5 | 8 | 12F | 57 | 31 |
| Octal | 353 | 20 | 337 | 0 | 135 | 5 | 10 | 457 | 127 | 61 |
| Binary | 11101011 | 10000 | 11011111 | 0 | 1011101 | 101 | 1000 | 100101111 | 1010111 | 110001 |
Color Harmonies of #EB10DF
Complementary color
Monochromatic Colors of #EB10DF
Black with #EB10DF
Text Example
Text Example
White with #EB10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB10DF; }
p { color: rgb(235,16,223); }
H1.HeaderClassName
{
color: #EB10DF;
}
.AnyTagClassName
{
color: #EB10DF;
}
</style>
background-color css
<style>
a { background-color: #EB10DF; }
a { background-color: rgb(235,16,223); }
div.DivClassName
{
background-color: #EB10DF;
}
.BgClassName
{
background-color: #EB10DF;
}
</style>
border-color css
<style>
span { border-color: #EB10DF; }
span { border-color: rgb(235,16,223); }
td.TdClassName
{
border-color: #EB10DF;
}
.TagClassName
{
border-color: #EB10DF;
}
</style>