Shades of Hot Magenta #EA03DB
Tints of Hot Magenta #EA03DB
RGB
CMYK
RGB Variations
Color information
#EA03DB (or 0xEA03DB) is known color: Hot Magenta. HEX triplet: EA, 03 and DB. RGB value is (234,3,219). Sum of RGB (Red+Green+Blue) = 234+3+219=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 3 (1.56% from 255 or 0.66% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA03DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA03DB is #15FC24. Grayscale: #606060. Windows color (decimal): -1440805 or 14353386. OLE color: 14353386.
HSL color Cylindrical-coordinate representation of color #EA03DB: hue angle of 303.9º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA03DB is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 219 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.08 |
| HSL | 303.9º | 0.97% | 0.46% | - |
| HSV(B) | 303.9º | 0.99% | 0.92% | - |
| XYZ | 46.75 | 22.67 | 68.93 | - |
| YUV | 96.69 | 197.03 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 219 | 0 | 0.99 | 0.06 | 0.08 | 303.9 | 0.97 | 0.46 |
| Hex | EA | 3 | DB | 0 | 63 | 6 | 8 | 130 | 61 | 2E |
| Octal | 352 | 3 | 333 | 0 | 143 | 6 | 10 | 460 | 141 | 56 |
| Binary | 11101010 | 11 | 11011011 | 0 | 1100011 | 110 | 1000 | 100110000 | 1100001 | 101110 |
Color Harmonies of #EA03DB
Complementary color
Monochromatic Colors of #EA03DB
Black with #EA03DB
Text Example
Text Example
White with #EA03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA03DB; }
p { color: rgb(234,3,219); }
H1.HeaderClassName
{
color: #EA03DB;
}
.AnyTagClassName
{
color: #EA03DB;
}
</style>
background-color css
<style>
a { background-color: #EA03DB; }
a { background-color: rgb(234,3,219); }
div.DivClassName
{
background-color: #EA03DB;
}
.BgClassName
{
background-color: #EA03DB;
}
</style>
border-color css
<style>
span { border-color: #EA03DB; }
span { border-color: rgb(234,3,219); }
td.TdClassName
{
border-color: #EA03DB;
}
.TagClassName
{
border-color: #EA03DB;
}
</style>