Shades of Hot Magenta #EB11DB
Tints of Hot Magenta #EB11DB
RGB
CMYK
RGB Variations
Color information
#EB11DB (or 0xEB11DB) is known color: Hot Magenta. HEX triplet: EB, 11 and DB. RGB value is (235,17,219). Sum of RGB (Red+Green+Blue) = 235+17+219=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB11DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB11DB is #14EE24. Grayscale: #686868. Windows color (decimal): -1371685 or 14356971. OLE color: 14356971.
HSL color Cylindrical-coordinate representation of color #EB11DB: hue angle of 304.4º 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 #EB11DB is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 17 | 219 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.08 |
| HSL | 304.4º | 0.87% | 0.49% | - |
| HSV(B) | 304.4º | 0.93% | 0.92% | - |
| XYZ | 47.25 | 23.18 | 69 | - |
| YUV | 105.21 | 192.22 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 17 | 219 | 0 | 0.93 | 0.07 | 0.08 | 304.4 | 0.87 | 0.49 |
| Hex | EB | 11 | DB | 0 | 5D | 7 | 8 | 130 | 57 | 31 |
| Octal | 353 | 21 | 333 | 0 | 135 | 7 | 10 | 460 | 127 | 61 |
| Binary | 11101011 | 10001 | 11011011 | 0 | 1011101 | 111 | 1000 | 100110000 | 1010111 | 110001 |
Color Harmonies of #EB11DB
Complementary color
Monochromatic Colors of #EB11DB
Black with #EB11DB
Text Example
Text Example
White with #EB11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB11DB; }
p { color: rgb(235,17,219); }
H1.HeaderClassName
{
color: #EB11DB;
}
.AnyTagClassName
{
color: #EB11DB;
}
</style>
background-color css
<style>
a { background-color: #EB11DB; }
a { background-color: rgb(235,17,219); }
div.DivClassName
{
background-color: #EB11DB;
}
.BgClassName
{
background-color: #EB11DB;
}
</style>
border-color css
<style>
span { border-color: #EB11DB; }
span { border-color: rgb(235,17,219); }
td.TdClassName
{
border-color: #EB11DB;
}
.TagClassName
{
border-color: #EB11DB;
}
</style>