Shades of Hot Magenta #EB0EDB
Tints of Hot Magenta #EB0EDB
RGB
CMYK
RGB Variations
Color information
#EB0EDB (or 0xEB0EDB) is known color: Hot Magenta. HEX triplet: EB, 0E and DB. RGB value is (235,14,219). Sum of RGB (Red+Green+Blue) = 235+14+219=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0EDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0EDB is #14F124. Grayscale: #666666. Windows color (decimal): -1372453 or 14356203. OLE color: 14356203.
HSL color Cylindrical-coordinate representation of color #EB0EDB: hue angle of 304.34º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB0EDB is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 14 | 219 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.08 |
| HSL | 304.34º | 0.89% | 0.49% | - |
| HSV(B) | 304.34º | 0.94% | 0.92% | - |
| XYZ | 47.2 | 23.09 | 68.99 | - |
| YUV | 103.45 | 193.22 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 14 | 219 | 0 | 0.94 | 0.07 | 0.08 | 304.34 | 0.89 | 0.49 |
| Hex | EB | E | DB | 0 | 5E | 7 | 8 | 130 | 59 | 31 |
| Octal | 353 | 16 | 333 | 0 | 136 | 7 | 10 | 460 | 131 | 61 |
| Binary | 11101011 | 1110 | 11011011 | 0 | 1011110 | 111 | 1000 | 100110000 | 1011001 | 110001 |
Color Harmonies of #EB0EDB
Complementary color
Monochromatic Colors of #EB0EDB
Black with #EB0EDB
Text Example
Text Example
White with #EB0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0EDB; }
p { color: rgb(235,14,219); }
H1.HeaderClassName
{
color: #EB0EDB;
}
.AnyTagClassName
{
color: #EB0EDB;
}
</style>
background-color css
<style>
a { background-color: #EB0EDB; }
a { background-color: rgb(235,14,219); }
div.DivClassName
{
background-color: #EB0EDB;
}
.BgClassName
{
background-color: #EB0EDB;
}
</style>
border-color css
<style>
span { border-color: #EB0EDB; }
span { border-color: rgb(235,14,219); }
td.TdClassName
{
border-color: #EB0EDB;
}
.TagClassName
{
border-color: #EB0EDB;
}
</style>