Shades of Hot Magenta #EA07DB
Tints of Hot Magenta #EA07DB
RGB
CMYK
RGB Variations
Color information
#EA07DB (or 0xEA07DB) is known color: Hot Magenta. HEX triplet: EA, 07 and DB. RGB value is (234,7,219). Sum of RGB (Red+Green+Blue) = 234+7+219=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 7 (3.12% from 255 or 1.52% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA07DB is #15F824. Grayscale: #626262. Windows color (decimal): -1439781 or 14354410. OLE color: 14354410.
HSL color Cylindrical-coordinate representation of color #EA07DB: hue angle of 303.96º 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 #EA07DB is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 219 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.08 |
| HSL | 303.96º | 0.94% | 0.47% | - |
| HSV(B) | 303.96º | 0.97% | 0.92% | - |
| XYZ | 46.79 | 22.76 | 68.94 | - |
| YUV | 99.04 | 195.71 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 219 | 0 | 0.97 | 0.06 | 0.08 | 303.96 | 0.94 | 0.47 |
| Hex | EA | 7 | DB | 0 | 61 | 6 | 8 | 130 | 5E | 2F |
| Octal | 352 | 7 | 333 | 0 | 141 | 6 | 10 | 460 | 136 | 57 |
| Binary | 11101010 | 111 | 11011011 | 0 | 1100001 | 110 | 1000 | 100110000 | 1011110 | 101111 |
Color Harmonies of #EA07DB
Complementary color
Monochromatic Colors of #EA07DB
Black with #EA07DB
Text Example
Text Example
White with #EA07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA07DB; }
p { color: rgb(234,7,219); }
H1.HeaderClassName
{
color: #EA07DB;
}
.AnyTagClassName
{
color: #EA07DB;
}
</style>
background-color css
<style>
a { background-color: #EA07DB; }
a { background-color: rgb(234,7,219); }
div.DivClassName
{
background-color: #EA07DB;
}
.BgClassName
{
background-color: #EA07DB;
}
</style>
border-color css
<style>
span { border-color: #EA07DB; }
span { border-color: rgb(234,7,219); }
td.TdClassName
{
border-color: #EA07DB;
}
.TagClassName
{
border-color: #EA07DB;
}
</style>