Shades of Hot Magenta #EA18DB
Tints of Hot Magenta #EA18DB
RGB
CMYK
RGB Variations
Color information
#EA18DB (or 0xEA18DB) is known color: Hot Magenta. HEX triplet: EA, 18 and DB. RGB value is (234,24,219). Sum of RGB (Red+Green+Blue) = 234+24+219=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 24 (9.77% from 255 or 5.03% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA18DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA18DB is #15E724. Grayscale: #6C6C6C. Windows color (decimal): -1435429 or 14358762. OLE color: 14358762.
HSL color Cylindrical-coordinate representation of color #EA18DB: hue angle of 304.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA18DB is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 219 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.08 |
| HSL | 304.29º | 0.83% | 0.51% | - |
| HSV(B) | 304.29º | 0.9% | 0.92% | - |
| XYZ | 47.04 | 23.26 | 69.03 | - |
| YUV | 109.02 | 190.07 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 219 | 0 | 0.90 | 0.06 | 0.08 | 304.29 | 0.83 | 0.51 |
| Hex | EA | 18 | DB | 0 | 5A | 6 | 8 | 130 | 53 | 33 |
| Octal | 352 | 30 | 333 | 0 | 132 | 6 | 10 | 460 | 123 | 63 |
| Binary | 11101010 | 11000 | 11011011 | 0 | 1011010 | 110 | 1000 | 100110000 | 1010011 | 110011 |
Color Harmonies of #EA18DB
Complementary color
Monochromatic Colors of #EA18DB
Black with #EA18DB
Text Example
Text Example
White with #EA18DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA18DB; }
p { color: rgb(234,24,219); }
H1.HeaderClassName
{
color: #EA18DB;
}
.AnyTagClassName
{
color: #EA18DB;
}
</style>
background-color css
<style>
a { background-color: #EA18DB; }
a { background-color: rgb(234,24,219); }
div.DivClassName
{
background-color: #EA18DB;
}
.BgClassName
{
background-color: #EA18DB;
}
</style>
border-color css
<style>
span { border-color: #EA18DB; }
span { border-color: rgb(234,24,219); }
td.TdClassName
{
border-color: #EA18DB;
}
.TagClassName
{
border-color: #EA18DB;
}
</style>