Shades of Hot Magenta #EF17DA
Tints of Hot Magenta #EF17DA
RGB
CMYK
RGB Variations
Color information
#EF17DA (or 0xEF17DA) is known color: Hot Magenta. HEX triplet: EF, 17 and DA. RGB value is (239,23,218). Sum of RGB (Red+Green+Blue) = 239+23+218=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 23 (9.38% from 255 or 4.79% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF17DA is #10E825. Grayscale: #6D6D6D. Windows color (decimal): -1108006 or 14292975. OLE color: 14292975.
HSL color Cylindrical-coordinate representation of color #EF17DA: hue angle of 305.83º 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 #EF17DA is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 218 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.06 |
| HSL | 305.83º | 0.87% | 0.51% | - |
| HSV(B) | 305.83º | 0.9% | 0.94% | - |
| XYZ | 48.56 | 24.03 | 68.41 | - |
| YUV | 109.81 | 189.06 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 218 | 0 | 0.90 | 0.09 | 0.06 | 305.83 | 0.87 | 0.51 |
| Hex | EF | 17 | DA | 0 | 5A | 9 | 6 | 132 | 57 | 33 |
| Octal | 357 | 27 | 332 | 0 | 132 | 11 | 6 | 462 | 127 | 63 |
| Binary | 11101111 | 10111 | 11011010 | 0 | 1011010 | 1001 | 110 | 100110010 | 1010111 | 110011 |
Color Harmonies of #EF17DA
Complementary color
Monochromatic Colors of #EF17DA
Black with #EF17DA
Text Example
Text Example
White with #EF17DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF17DA; }
p { color: rgb(239,23,218); }
H1.HeaderClassName
{
color: #EF17DA;
}
.AnyTagClassName
{
color: #EF17DA;
}
</style>
background-color css
<style>
a { background-color: #EF17DA; }
a { background-color: rgb(239,23,218); }
div.DivClassName
{
background-color: #EF17DA;
}
.BgClassName
{
background-color: #EF17DA;
}
</style>
border-color css
<style>
span { border-color: #EF17DA; }
span { border-color: rgb(239,23,218); }
td.TdClassName
{
border-color: #EF17DA;
}
.TagClassName
{
border-color: #EF17DA;
}
</style>