Shades of Magenta #EF09EF
Tints of Magenta #EF09EF
RGB
CMYK
RGB Variations
Color information
#EF09EF (or 0xEF09EF) is known color: Magenta. HEX triplet: EF, 09 and EF. RGB value is (239,9,239). Sum of RGB (Red+Green+Blue) = 239+9+239=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 9 (3.91% from 255 or 1.85% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF09EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF09EF is #10F610. Grayscale: #676767. Windows color (decimal): -1111569 or 15665647. OLE color: 15665647.
HSL color Cylindrical-coordinate representation of color #EF09EF: hue angle of 300º 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 #EF09EF is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 239 | - |
| CMYK | 0 | 0.96 | 0 | 0.06 |
| HSL | 300º | 0.93% | 0.49% | - |
| HSV(B) | 300º | 0.96% | 0.94% | - |
| XYZ | 51.27 | 24.78 | 83.74 | - |
| YUV | 103.99 | 204.2 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 239 | 0 | 0.96 | 0 | 0.06 | 300 | 0.93 | 0.49 |
| Hex | EF | 9 | EF | 0 | 60 | 0 | 6 | 12C | 5D | 31 |
| Octal | 357 | 11 | 357 | 0 | 140 | 0 | 6 | 454 | 135 | 61 |
| Binary | 11101111 | 1001 | 11101111 | 0 | 1100000 | 0 | 110 | 100101100 | 1011101 | 110001 |
Color Harmonies of #EF09EF
Complementary color
Monochromatic Colors of #EF09EF
Black with #EF09EF
Text Example
Text Example
White with #EF09EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF09EF; }
p { color: rgb(239,9,239); }
H1.HeaderClassName
{
color: #EF09EF;
}
.AnyTagClassName
{
color: #EF09EF;
}
</style>
background-color css
<style>
a { background-color: #EF09EF; }
a { background-color: rgb(239,9,239); }
div.DivClassName
{
background-color: #EF09EF;
}
.BgClassName
{
background-color: #EF09EF;
}
</style>
border-color css
<style>
span { border-color: #EF09EF; }
span { border-color: rgb(239,9,239); }
td.TdClassName
{
border-color: #EF09EF;
}
.TagClassName
{
border-color: #EF09EF;
}
</style>