Shades of Hot Magenta #EB07DB
Tints of Hot Magenta #EB07DB
RGB
CMYK
RGB Variations
Color information
#EB07DB (or 0xEB07DB) is known color: Hot Magenta. HEX triplet: EB, 07 and DB. RGB value is (235,7,219). Sum of RGB (Red+Green+Blue) = 235+7+219=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 7 (3.12% from 255 or 1.52% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB07DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB07DB is #14F824. Grayscale: #626262. Windows color (decimal): -1374245 or 14354411. OLE color: 14354411.
HSL color Cylindrical-coordinate representation of color #EB07DB: hue angle of 304.21º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB07DB is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 7 | 219 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.08 |
| HSL | 304.21º | 0.94% | 0.47% | - |
| HSV(B) | 304.21º | 0.97% | 0.92% | - |
| XYZ | 47.12 | 22.93 | 68.96 | - |
| YUV | 99.34 | 195.54 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 7 | 219 | 0 | 0.97 | 0.07 | 0.08 | 304.21 | 0.94 | 0.47 |
| Hex | EB | 7 | DB | 0 | 61 | 7 | 8 | 130 | 5E | 2F |
| Octal | 353 | 7 | 333 | 0 | 141 | 7 | 10 | 460 | 136 | 57 |
| Binary | 11101011 | 111 | 11011011 | 0 | 1100001 | 111 | 1000 | 100110000 | 1011110 | 101111 |
Color Harmonies of #EB07DB
Complementary color
Monochromatic Colors of #EB07DB
Black with #EB07DB
Text Example
Text Example
White with #EB07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB07DB; }
p { color: rgb(235,7,219); }
H1.HeaderClassName
{
color: #EB07DB;
}
.AnyTagClassName
{
color: #EB07DB;
}
</style>
background-color css
<style>
a { background-color: #EB07DB; }
a { background-color: rgb(235,7,219); }
div.DivClassName
{
background-color: #EB07DB;
}
.BgClassName
{
background-color: #EB07DB;
}
</style>
border-color css
<style>
span { border-color: #EB07DB; }
span { border-color: rgb(235,7,219); }
td.TdClassName
{
border-color: #EB07DB;
}
.TagClassName
{
border-color: #EB07DB;
}
</style>