Shades of Hot Magenta #EB0DDB
Tints of Hot Magenta #EB0DDB
RGB
CMYK
RGB Variations
Color information
#EB0DDB (or 0xEB0DDB) is known color: Hot Magenta. HEX triplet: EB, 0D and DB. RGB value is (235,13,219). Sum of RGB (Red+Green+Blue) = 235+13+219=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 13 (5.47% from 255 or 2.78% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB0DDB is #14F224. Grayscale: #666666. Windows color (decimal): -1372709 or 14355947. OLE color: 14355947.
HSL color Cylindrical-coordinate representation of color #EB0DDB: hue angle of 304.32º degrees, saturation: 0.9, 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 #EB0DDB is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 13 | 219 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.08 |
| HSL | 304.32º | 0.9% | 0.49% | - |
| HSV(B) | 304.32º | 0.94% | 0.92% | - |
| XYZ | 47.19 | 23.06 | 68.98 | - |
| YUV | 102.86 | 193.55 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 13 | 219 | 0 | 0.94 | 0.07 | 0.08 | 304.32 | 0.9 | 0.49 |
| Hex | EB | D | DB | 0 | 5E | 7 | 8 | 130 | 5A | 31 |
| Octal | 353 | 15 | 333 | 0 | 136 | 7 | 10 | 460 | 132 | 61 |
| Binary | 11101011 | 1101 | 11011011 | 0 | 1011110 | 111 | 1000 | 100110000 | 1011010 | 110001 |
Color Harmonies of #EB0DDB
Complementary color
Monochromatic Colors of #EB0DDB
Black with #EB0DDB
Text Example
Text Example
White with #EB0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB0DDB; }
p { color: rgb(235,13,219); }
H1.HeaderClassName
{
color: #EB0DDB;
}
.AnyTagClassName
{
color: #EB0DDB;
}
</style>
background-color css
<style>
a { background-color: #EB0DDB; }
a { background-color: rgb(235,13,219); }
div.DivClassName
{
background-color: #EB0DDB;
}
.BgClassName
{
background-color: #EB0DDB;
}
</style>
border-color css
<style>
span { border-color: #EB0DDB; }
span { border-color: rgb(235,13,219); }
td.TdClassName
{
border-color: #EB0DDB;
}
.TagClassName
{
border-color: #EB0DDB;
}
</style>