Shades of Hot Magenta #EB01DB
Tints of Hot Magenta #EB01DB
RGB
CMYK
RGB Variations
Color information
#EB01DB (or 0xEB01DB) is known color: Hot Magenta. HEX triplet: EB, 01 and DB. RGB value is (235,1,219). Sum of RGB (Red+Green+Blue) = 235+1+219=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 1 (0.78% from 255 or 0.22% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB01DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB01DB is #14FE24. Grayscale: #5F5F5F. Windows color (decimal): -1375781 or 14352875. OLE color: 14352875.
HSL color Cylindrical-coordinate representation of color #EB01DB: hue angle of 304.1º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB01DB is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 1 | 219 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.08 |
| HSL | 304.1º | 0.99% | 0.46% | - |
| HSV(B) | 304.1º | 1% | 0.92% | - |
| XYZ | 47.06 | 22.8 | 68.94 | - |
| YUV | 95.82 | 197.52 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 1 | 219 | 0 | 1.00 | 0.07 | 0.08 | 304.1 | 0.99 | 0.46 |
| Hex | EB | 1 | DB | 0 | 64 | 7 | 8 | 130 | 63 | 2E |
| Octal | 353 | 1 | 333 | 0 | 144 | 7 | 10 | 460 | 143 | 56 |
| Binary | 11101011 | 1 | 11011011 | 0 | 1100100 | 111 | 1000 | 100110000 | 1100011 | 101110 |
Color Harmonies of #EB01DB
Complementary color
Monochromatic Colors of #EB01DB
Black with #EB01DB
Text Example
Text Example
White with #EB01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB01DB; }
p { color: rgb(235,1,219); }
H1.HeaderClassName
{
color: #EB01DB;
}
.AnyTagClassName
{
color: #EB01DB;
}
</style>
background-color css
<style>
a { background-color: #EB01DB; }
a { background-color: rgb(235,1,219); }
div.DivClassName
{
background-color: #EB01DB;
}
.BgClassName
{
background-color: #EB01DB;
}
</style>
border-color css
<style>
span { border-color: #EB01DB; }
span { border-color: rgb(235,1,219); }
td.TdClassName
{
border-color: #EB01DB;
}
.TagClassName
{
border-color: #EB01DB;
}
</style>