Shades of Hot Magenta #EA18DF
Tints of Hot Magenta #EA18DF
RGB
CMYK
RGB Variations
Color information
#EA18DF (or 0xEA18DF) is known color: Hot Magenta. HEX triplet: EA, 18 and DF. RGB value is (234,24,223). Sum of RGB (Red+Green+Blue) = 234+24+223=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 24 (9.77% from 255 or 4.99% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA18DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA18DF is #15E720. Grayscale: #6C6C6C. Windows color (decimal): -1435425 or 14620906. OLE color: 14620906.
HSL color Cylindrical-coordinate representation of color #EA18DF: hue angle of 303.14º 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 #EA18DF is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 223 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.08 |
| HSL | 303.14º | 0.83% | 0.51% | - |
| HSV(B) | 303.14º | 0.9% | 0.92% | - |
| XYZ | 47.58 | 23.47 | 71.84 | - |
| YUV | 109.48 | 192.07 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 223 | 0 | 0.90 | 0.05 | 0.08 | 303.14 | 0.83 | 0.51 |
| Hex | EA | 18 | DF | 0 | 5A | 5 | 8 | 12F | 53 | 33 |
| Octal | 352 | 30 | 337 | 0 | 132 | 5 | 10 | 457 | 123 | 63 |
| Binary | 11101010 | 11000 | 11011111 | 0 | 1011010 | 101 | 1000 | 100101111 | 1010011 | 110011 |
Color Harmonies of #EA18DF
Complementary color
Monochromatic Colors of #EA18DF
Black with #EA18DF
Text Example
Text Example
White with #EA18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA18DF; }
p { color: rgb(234,24,223); }
H1.HeaderClassName
{
color: #EA18DF;
}
.AnyTagClassName
{
color: #EA18DF;
}
</style>
background-color css
<style>
a { background-color: #EA18DF; }
a { background-color: rgb(234,24,223); }
div.DivClassName
{
background-color: #EA18DF;
}
.BgClassName
{
background-color: #EA18DF;
}
</style>
border-color css
<style>
span { border-color: #EA18DF; }
span { border-color: rgb(234,24,223); }
td.TdClassName
{
border-color: #EA18DF;
}
.TagClassName
{
border-color: #EA18DF;
}
</style>