Shades of Hot Magenta #EB15DB
Tints of Hot Magenta #EB15DB
RGB
CMYK
RGB Variations
Color information
#EB15DB (or 0xEB15DB) is known color: Hot Magenta. HEX triplet: EB, 15 and DB. RGB value is (235,21,219). Sum of RGB (Red+Green+Blue) = 235+21+219=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB15DB is #14EA24. Grayscale: #6A6A6A. Windows color (decimal): -1370661 or 14357995. OLE color: 14357995.
HSL color Cylindrical-coordinate representation of color #EB15DB: hue angle of 304.49º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB15DB is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 21 | 219 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.08 |
| HSL | 304.49º | 0.84% | 0.5% | - |
| HSV(B) | 304.49º | 0.91% | 0.92% | - |
| XYZ | 47.32 | 23.31 | 69.02 | - |
| YUV | 107.56 | 190.9 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 21 | 219 | 0 | 0.91 | 0.07 | 0.08 | 304.49 | 0.84 | 0.5 |
| Hex | EB | 15 | DB | 0 | 5B | 7 | 8 | 130 | 54 | 32 |
| Octal | 353 | 25 | 333 | 0 | 133 | 7 | 10 | 460 | 124 | 62 |
| Binary | 11101011 | 10101 | 11011011 | 0 | 1011011 | 111 | 1000 | 100110000 | 1010100 | 110010 |
Color Harmonies of #EB15DB
Complementary color
Monochromatic Colors of #EB15DB
Black with #EB15DB
Text Example
Text Example
White with #EB15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB15DB; }
p { color: rgb(235,21,219); }
H1.HeaderClassName
{
color: #EB15DB;
}
.AnyTagClassName
{
color: #EB15DB;
}
</style>
background-color css
<style>
a { background-color: #EB15DB; }
a { background-color: rgb(235,21,219); }
div.DivClassName
{
background-color: #EB15DB;
}
.BgClassName
{
background-color: #EB15DB;
}
</style>
border-color css
<style>
span { border-color: #EB15DB; }
span { border-color: rgb(235,21,219); }
td.TdClassName
{
border-color: #EB15DB;
}
.TagClassName
{
border-color: #EB15DB;
}
</style>