Shades of Hot Magenta #EF17DE
Tints of Hot Magenta #EF17DE
RGB
CMYK
RGB Variations
Color information
#EF17DE (or 0xEF17DE) is known color: Hot Magenta. HEX triplet: EF, 17 and DE. RGB value is (239,23,222). Sum of RGB (Red+Green+Blue) = 239+23+222=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 23 (9.38% from 255 or 4.75% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF17DE is #10E821. Grayscale: #6D6D6D. Windows color (decimal): -1108002 or 14555119. OLE color: 14555119.
HSL color Cylindrical-coordinate representation of color #EF17DE: hue angle of 304.72º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF17DE is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 222 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.06 |
| HSL | 304.72º | 0.87% | 0.51% | - |
| HSV(B) | 304.72º | 0.9% | 0.94% | - |
| XYZ | 49.09 | 24.24 | 71.2 | - |
| YUV | 110.27 | 191.06 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 222 | 0 | 0.90 | 0.07 | 0.06 | 304.72 | 0.87 | 0.51 |
| Hex | EF | 17 | DE | 0 | 5A | 7 | 6 | 131 | 57 | 33 |
| Octal | 357 | 27 | 336 | 0 | 132 | 7 | 6 | 461 | 127 | 63 |
| Binary | 11101111 | 10111 | 11011110 | 0 | 1011010 | 111 | 110 | 100110001 | 1010111 | 110011 |
Color Harmonies of #EF17DE
Complementary color
Monochromatic Colors of #EF17DE
Black with #EF17DE
Text Example
Text Example
White with #EF17DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF17DE; }
p { color: rgb(239,23,222); }
H1.HeaderClassName
{
color: #EF17DE;
}
.AnyTagClassName
{
color: #EF17DE;
}
</style>
background-color css
<style>
a { background-color: #EF17DE; }
a { background-color: rgb(239,23,222); }
div.DivClassName
{
background-color: #EF17DE;
}
.BgClassName
{
background-color: #EF17DE;
}
</style>
border-color css
<style>
span { border-color: #EF17DE; }
span { border-color: rgb(239,23,222); }
td.TdClassName
{
border-color: #EF17DE;
}
.TagClassName
{
border-color: #EF17DE;
}
</style>