Shades of Hot Magenta #EF09DF
Tints of Hot Magenta #EF09DF
RGB
CMYK
RGB Variations
Color information
#EF09DF (or 0xEF09DF) is known color: Hot Magenta. HEX triplet: EF, 09 and DF. RGB value is (239,9,223). Sum of RGB (Red+Green+Blue) = 239+9+223=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 9 (3.91% from 255 or 1.91% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF09DF is #10F620. Grayscale: #656565. Windows color (decimal): -1111585 or 14617071. OLE color: 14617071.
HSL color Cylindrical-coordinate representation of color #EF09DF: hue angle of 304.17º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF09DF is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 223 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.06 |
| HSL | 304.17º | 0.93% | 0.49% | - |
| HSV(B) | 304.17º | 0.96% | 0.94% | - |
| XYZ | 49.01 | 23.87 | 71.84 | - |
| YUV | 102.17 | 196.2 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 223 | 0 | 0.96 | 0.07 | 0.06 | 304.17 | 0.93 | 0.49 |
| Hex | EF | 9 | DF | 0 | 60 | 7 | 6 | 130 | 5D | 31 |
| Octal | 357 | 11 | 337 | 0 | 140 | 7 | 6 | 460 | 135 | 61 |
| Binary | 11101111 | 1001 | 11011111 | 0 | 1100000 | 111 | 110 | 100110000 | 1011101 | 110001 |
Color Harmonies of #EF09DF
Complementary color
Monochromatic Colors of #EF09DF
Black with #EF09DF
Text Example
Text Example
White with #EF09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF09DF; }
p { color: rgb(239,9,223); }
H1.HeaderClassName
{
color: #EF09DF;
}
.AnyTagClassName
{
color: #EF09DF;
}
</style>
background-color css
<style>
a { background-color: #EF09DF; }
a { background-color: rgb(239,9,223); }
div.DivClassName
{
background-color: #EF09DF;
}
.BgClassName
{
background-color: #EF09DF;
}
</style>
border-color css
<style>
span { border-color: #EF09DF; }
span { border-color: rgb(239,9,223); }
td.TdClassName
{
border-color: #EF09DF;
}
.TagClassName
{
border-color: #EF09DF;
}
</style>