Shades of Hot Magenta #EF09E4
Tints of Hot Magenta #EF09E4
RGB
CMYK
RGB Variations
Color information
#EF09E4 (or 0xEF09E4) is known color: Hot Magenta. HEX triplet: EF, 09 and E4. RGB value is (239,9,228). Sum of RGB (Red+Green+Blue) = 239+9+228=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 9 (3.91% from 255 or 1.89% from 476); Blue value is 228 (89.45% from 255 or 47.90% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF09E4 is #10F61B. Grayscale: #666666. Windows color (decimal): -1111580 or 14944751. OLE color: 14944751.
HSL color Cylindrical-coordinate representation of color #EF09E4: hue angle of 302.87º 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 #EF09E4 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 228 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.06 |
| HSL | 302.87º | 0.93% | 0.49% | - |
| HSV(B) | 302.87º | 0.96% | 0.94% | - |
| XYZ | 49.7 | 24.15 | 75.44 | - |
| YUV | 102.74 | 198.7 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 228 | 0 | 0.96 | 0.05 | 0.06 | 302.87 | 0.93 | 0.49 |
| Hex | EF | 9 | E4 | 0 | 60 | 5 | 6 | 12F | 5D | 31 |
| Octal | 357 | 11 | 344 | 0 | 140 | 5 | 6 | 457 | 135 | 61 |
| Binary | 11101111 | 1001 | 11100100 | 0 | 1100000 | 101 | 110 | 100101111 | 1011101 | 110001 |
Color Harmonies of #EF09E4
Complementary color
Monochromatic Colors of #EF09E4
Black with #EF09E4
Text Example
Text Example
White with #EF09E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF09E4; }
p { color: rgb(239,9,228); }
H1.HeaderClassName
{
color: #EF09E4;
}
.AnyTagClassName
{
color: #EF09E4;
}
</style>
background-color css
<style>
a { background-color: #EF09E4; }
a { background-color: rgb(239,9,228); }
div.DivClassName
{
background-color: #EF09E4;
}
.BgClassName
{
background-color: #EF09E4;
}
</style>
border-color css
<style>
span { border-color: #EF09E4; }
span { border-color: rgb(239,9,228); }
td.TdClassName
{
border-color: #EF09E4;
}
.TagClassName
{
border-color: #EF09E4;
}
</style>