Shades of Magenta #EF09FF
Tints of Magenta #EF09FF
RGB
CMYK
RGB Variations
Color information
#EF09FF (or 0xEF09FF) is known color: Magenta. HEX triplet: EF, 09 and FF. RGB value is (239,9,255). Sum of RGB (Red+Green+Blue) = 239+9+255=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 9 (3.91% from 255 or 1.79% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF09FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF09FF is #10F600. Grayscale: #696969. Windows color (decimal): -1111553 or 16714223. OLE color: 16714223.
HSL color Cylindrical-coordinate representation of color #EF09FF: hue angle of 296.1º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF09FF is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 9 | 255 | - |
| CMYK | 0.06 | 0.96 | 0 | 0 |
| HSL | 296.1º | 1% | 0.52% | - |
| HSV(B) | 296.1º | 0.96% | 1% | - |
| XYZ | 53.74 | 25.77 | 96.75 | - |
| YUV | 105.81 | 212.2 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 255 | 0.06 | 0.96 | 0 | 0 | 296.1 | 1 | 0.52 |
| Hex | EF | 9 | FF | 6 | 60 | 0 | 0 | 128 | 64 | 34 |
| Octal | 357 | 11 | 377 | 6 | 140 | 0 | 0 | 450 | 144 | 64 |
| Binary | 11101111 | 1001 | 11111111 | 110 | 1100000 | 0 | 0 | 100101000 | 1100100 | 110100 |
Color Harmonies of #EF09FF
Complementary color
Monochromatic Colors of #EF09FF
Black with #EF09FF
Text Example
Text Example
White with #EF09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF09FF; }
p { color: rgb(239,9,255); }
H1.HeaderClassName
{
color: #EF09FF;
}
.AnyTagClassName
{
color: #EF09FF;
}
</style>
background-color css
<style>
a { background-color: #EF09FF; }
a { background-color: rgb(239,9,255); }
div.DivClassName
{
background-color: #EF09FF;
}
.BgClassName
{
background-color: #EF09FF;
}
</style>
border-color css
<style>
span { border-color: #EF09FF; }
span { border-color: rgb(239,9,255); }
td.TdClassName
{
border-color: #EF09FF;
}
.TagClassName
{
border-color: #EF09FF;
}
</style>