Shades of Hot Magenta #EB0CDB
Tints of Hot Magenta #EB0CDB
RGB
CMYK
RGB Variations
Color information
#EB0CDB (or 0xEB0CDB) is known color: Hot Magenta. HEX triplet: EB, 0C and DB. RGB value is (235,12,219). Sum of RGB (Red+Green+Blue) = 235+12+219=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0CDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0CDB is #14F324. Grayscale: #656565. Windows color (decimal): -1372965 or 14355691. OLE color: 14355691.
HSL color Cylindrical-coordinate representation of color #EB0CDB: hue angle of 304.3º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB0CDB is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 12 | 219 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.08 |
| HSL | 304.3º | 0.9% | 0.48% | - |
| HSV(B) | 304.3º | 0.95% | 0.92% | - |
| XYZ | 47.18 | 23.04 | 68.98 | - |
| YUV | 102.28 | 193.88 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 12 | 219 | 0 | 0.95 | 0.07 | 0.08 | 304.3 | 0.9 | 0.48 |
| Hex | EB | C | DB | 0 | 5F | 7 | 8 | 130 | 5A | 30 |
| Octal | 353 | 14 | 333 | 0 | 137 | 7 | 10 | 460 | 132 | 60 |
| Binary | 11101011 | 1100 | 11011011 | 0 | 1011111 | 111 | 1000 | 100110000 | 1011010 | 110000 |
Color Harmonies of #EB0CDB
Complementary color
Monochromatic Colors of #EB0CDB
Black with #EB0CDB
Text Example
Text Example
White with #EB0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0CDB; }
p { color: rgb(235,12,219); }
H1.HeaderClassName
{
color: #EB0CDB;
}
.AnyTagClassName
{
color: #EB0CDB;
}
</style>
background-color css
<style>
a { background-color: #EB0CDB; }
a { background-color: rgb(235,12,219); }
div.DivClassName
{
background-color: #EB0CDB;
}
.BgClassName
{
background-color: #EB0CDB;
}
</style>
border-color css
<style>
span { border-color: #EB0CDB; }
span { border-color: rgb(235,12,219); }
td.TdClassName
{
border-color: #EB0CDB;
}
.TagClassName
{
border-color: #EB0CDB;
}
</style>