Shades of Hot Magenta #ED18DF
Tints of Hot Magenta #ED18DF
RGB
CMYK
RGB Variations
Color information
#ED18DF (or 0xED18DF) is known color: Hot Magenta. HEX triplet: ED, 18 and DF. RGB value is (237,24,223). Sum of RGB (Red+Green+Blue) = 237+24+223=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 24 (9.77% from 255 or 4.96% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED18DF is #12E720. Grayscale: #6D6D6D. Windows color (decimal): -1238817 or 14620909. OLE color: 14620909.
HSL color Cylindrical-coordinate representation of color #ED18DF: hue angle of 303.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED18DF is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 24 | 223 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.07 |
| HSL | 303.94º | 0.86% | 0.51% | - |
| HSV(B) | 303.94º | 0.9% | 0.93% | - |
| XYZ | 48.57 | 23.99 | 71.88 | - |
| YUV | 110.37 | 191.57 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 223 | 0 | 0.90 | 0.06 | 0.07 | 303.94 | 0.86 | 0.51 |
| Hex | ED | 18 | DF | 0 | 5A | 6 | 7 | 130 | 56 | 33 |
| Octal | 355 | 30 | 337 | 0 | 132 | 6 | 7 | 460 | 126 | 63 |
| Binary | 11101101 | 11000 | 11011111 | 0 | 1011010 | 110 | 111 | 100110000 | 1010110 | 110011 |
Color Harmonies of #ED18DF
Complementary color
Monochromatic Colors of #ED18DF
Black with #ED18DF
Text Example
Text Example
White with #ED18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED18DF; }
p { color: rgb(237,24,223); }
H1.HeaderClassName
{
color: #ED18DF;
}
.AnyTagClassName
{
color: #ED18DF;
}
</style>
background-color css
<style>
a { background-color: #ED18DF; }
a { background-color: rgb(237,24,223); }
div.DivClassName
{
background-color: #ED18DF;
}
.BgClassName
{
background-color: #ED18DF;
}
</style>
border-color css
<style>
span { border-color: #ED18DF; }
span { border-color: rgb(237,24,223); }
td.TdClassName
{
border-color: #ED18DF;
}
.TagClassName
{
border-color: #ED18DF;
}
</style>