Shades of Hot Magenta #EB0ADB
Tints of Hot Magenta #EB0ADB
RGB
CMYK
RGB Variations
Color information
#EB0ADB (or 0xEB0ADB) is known color: Hot Magenta. HEX triplet: EB, 0A and DB. RGB value is (235,10,219). Sum of RGB (Red+Green+Blue) = 235+10+219=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0ADB is #14F524. Grayscale: #646464. Windows color (decimal): -1373477 or 14355179. OLE color: 14355179.
HSL color Cylindrical-coordinate representation of color #EB0ADB: hue angle of 304.27º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB0ADB is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 10 | 219 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.08 |
| HSL | 304.27º | 0.92% | 0.48% | - |
| HSV(B) | 304.27º | 0.96% | 0.92% | - |
| XYZ | 47.16 | 22.99 | 68.97 | - |
| YUV | 101.1 | 194.54 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 10 | 219 | 0 | 0.96 | 0.07 | 0.08 | 304.27 | 0.92 | 0.48 |
| Hex | EB | A | DB | 0 | 60 | 7 | 8 | 130 | 5C | 30 |
| Octal | 353 | 12 | 333 | 0 | 140 | 7 | 10 | 460 | 134 | 60 |
| Binary | 11101011 | 1010 | 11011011 | 0 | 1100000 | 111 | 1000 | 100110000 | 1011100 | 110000 |
Color Harmonies of #EB0ADB
Complementary color
Monochromatic Colors of #EB0ADB
Black with #EB0ADB
Text Example
Text Example
White with #EB0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0ADB; }
p { color: rgb(235,10,219); }
H1.HeaderClassName
{
color: #EB0ADB;
}
.AnyTagClassName
{
color: #EB0ADB;
}
</style>
background-color css
<style>
a { background-color: #EB0ADB; }
a { background-color: rgb(235,10,219); }
div.DivClassName
{
background-color: #EB0ADB;
}
.BgClassName
{
background-color: #EB0ADB;
}
</style>
border-color css
<style>
span { border-color: #EB0ADB; }
span { border-color: rgb(235,10,219); }
td.TdClassName
{
border-color: #EB0ADB;
}
.TagClassName
{
border-color: #EB0ADB;
}
</style>