Shades of Hot Magenta #EB18DF
Tints of Hot Magenta #EB18DF
RGB
CMYK
RGB Variations
Color information
#EB18DF (or 0xEB18DF) is known color: Hot Magenta. HEX triplet: EB, 18 and DF. RGB value is (235,24,223). Sum of RGB (Red+Green+Blue) = 235+24+223=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 24 (9.77% from 255 or 4.98% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB18DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB18DF is #14E720. Grayscale: #6D6D6D. Windows color (decimal): -1369889 or 14620907. OLE color: 14620907.
HSL color Cylindrical-coordinate representation of color #EB18DF: hue angle of 303.41º degrees, saturation: 0.84, 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 #EB18DF is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 24 | 223 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.08 |
| HSL | 303.41º | 0.84% | 0.51% | - |
| HSV(B) | 303.41º | 0.9% | 0.92% | - |
| XYZ | 47.91 | 23.64 | 71.85 | - |
| YUV | 109.78 | 191.9 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 24 | 223 | 0 | 0.90 | 0.05 | 0.08 | 303.41 | 0.84 | 0.51 |
| Hex | EB | 18 | DF | 0 | 5A | 5 | 8 | 12F | 54 | 33 |
| Octal | 353 | 30 | 337 | 0 | 132 | 5 | 10 | 457 | 124 | 63 |
| Binary | 11101011 | 11000 | 11011111 | 0 | 1011010 | 101 | 1000 | 100101111 | 1010100 | 110011 |
Color Harmonies of #EB18DF
Complementary color
Monochromatic Colors of #EB18DF
Black with #EB18DF
Text Example
Text Example
White with #EB18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB18DF; }
p { color: rgb(235,24,223); }
H1.HeaderClassName
{
color: #EB18DF;
}
.AnyTagClassName
{
color: #EB18DF;
}
</style>
background-color css
<style>
a { background-color: #EB18DF; }
a { background-color: rgb(235,24,223); }
div.DivClassName
{
background-color: #EB18DF;
}
.BgClassName
{
background-color: #EB18DF;
}
</style>
border-color css
<style>
span { border-color: #EB18DF; }
span { border-color: rgb(235,24,223); }
td.TdClassName
{
border-color: #EB18DF;
}
.TagClassName
{
border-color: #EB18DF;
}
</style>