Shades of Hot Magenta #EF09D9
Tints of Hot Magenta #EF09D9
RGB
CMYK
RGB Variations
Color information
#EF09D9 (or 0xEF09D9) is known color: Hot Magenta. HEX triplet: EF, 09 and D9. RGB value is (239,9,217). Sum of RGB (Red+Green+Blue) = 239+9+217=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 9 (3.91% from 255 or 1.94% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF09D9 is #10F626. Grayscale: #646464. Windows color (decimal): -1111591 or 14223855. OLE color: 14223855.
HSL color Cylindrical-coordinate representation of color #EF09D9: hue angle of 305.74º 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 #EF09D9 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 217 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.06 |
| HSL | 305.74º | 0.93% | 0.49% | - |
| HSV(B) | 305.74º | 0.96% | 0.94% | - |
| XYZ | 48.22 | 23.56 | 67.65 | - |
| YUV | 101.48 | 193.2 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 217 | 0 | 0.96 | 0.09 | 0.06 | 305.74 | 0.93 | 0.49 |
| Hex | EF | 9 | D9 | 0 | 60 | 9 | 6 | 132 | 5D | 31 |
| Octal | 357 | 11 | 331 | 0 | 140 | 11 | 6 | 462 | 135 | 61 |
| Binary | 11101111 | 1001 | 11011001 | 0 | 1100000 | 1001 | 110 | 100110010 | 1011101 | 110001 |
Color Harmonies of #EF09D9
Complementary color
Monochromatic Colors of #EF09D9
Black with #EF09D9
Text Example
Text Example
White with #EF09D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF09D9; }
p { color: rgb(239,9,217); }
H1.HeaderClassName
{
color: #EF09D9;
}
.AnyTagClassName
{
color: #EF09D9;
}
</style>
background-color css
<style>
a { background-color: #EF09D9; }
a { background-color: rgb(239,9,217); }
div.DivClassName
{
background-color: #EF09D9;
}
.BgClassName
{
background-color: #EF09D9;
}
</style>
border-color css
<style>
span { border-color: #EF09D9; }
span { border-color: rgb(239,9,217); }
td.TdClassName
{
border-color: #EF09D9;
}
.TagClassName
{
border-color: #EF09D9;
}
</style>