Shades of Hot Magenta #EF1ADE
Tints of Hot Magenta #EF1ADE
RGB
CMYK
RGB Variations
Color information
#EF1ADE (or 0xEF1ADE) is known color: Hot Magenta. HEX triplet: EF, 1A and DE. RGB value is (239,26,222). Sum of RGB (Red+Green+Blue) = 239+26+222=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 26 (10.55% from 255 or 5.34% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1ADE is #10E521. Grayscale: #6F6F6F. Windows color (decimal): -1107234 or 14555887. OLE color: 14555887.
HSL color Cylindrical-coordinate representation of color #EF1ADE: hue angle of 304.79º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1ADE is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 222 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.06 |
| HSL | 304.79º | 0.87% | 0.52% | - |
| HSV(B) | 304.79º | 0.89% | 0.94% | - |
| XYZ | 49.15 | 24.36 | 71.22 | - |
| YUV | 112.03 | 190.07 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 222 | 0 | 0.89 | 0.07 | 0.06 | 304.79 | 0.87 | 0.52 |
| Hex | EF | 1A | DE | 0 | 59 | 7 | 6 | 131 | 57 | 34 |
| Octal | 357 | 32 | 336 | 0 | 131 | 7 | 6 | 461 | 127 | 64 |
| Binary | 11101111 | 11010 | 11011110 | 0 | 1011001 | 111 | 110 | 100110001 | 1010111 | 110100 |
Color Harmonies of #EF1ADE
Complementary color
Monochromatic Colors of #EF1ADE
Black with #EF1ADE
Text Example
Text Example
White with #EF1ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1ADE; }
p { color: rgb(239,26,222); }
H1.HeaderClassName
{
color: #EF1ADE;
}
.AnyTagClassName
{
color: #EF1ADE;
}
</style>
background-color css
<style>
a { background-color: #EF1ADE; }
a { background-color: rgb(239,26,222); }
div.DivClassName
{
background-color: #EF1ADE;
}
.BgClassName
{
background-color: #EF1ADE;
}
</style>
border-color css
<style>
span { border-color: #EF1ADE; }
span { border-color: rgb(239,26,222); }
td.TdClassName
{
border-color: #EF1ADE;
}
.TagClassName
{
border-color: #EF1ADE;
}
</style>