Shades of Magenta #EF0AFF
Tints of Magenta #EF0AFF
RGB
CMYK
RGB Variations
Color information
#EF0AFF (or 0xEF0AFF) is known color: Magenta. HEX triplet: EF, 0A and FF. RGB value is (239,10,255). Sum of RGB (Red+Green+Blue) = 239+10+255=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 10 (4.30% from 255 or 1.98% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF0AFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0AFF is #10F500. Grayscale: #696969. Windows color (decimal): -1111297 or 16714479. OLE color: 16714479.
HSL color Cylindrical-coordinate representation of color #EF0AFF: hue angle of 296.08º 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 #EF0AFF is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 10 | 255 | - |
| CMYK | 0.06 | 0.96 | 0 | 0 |
| HSL | 296.08º | 1% | 0.52% | - |
| HSV(B) | 296.08º | 0.96% | 1% | - |
| XYZ | 53.76 | 25.79 | 96.75 | - |
| YUV | 106.4 | 211.87 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 255 | 0.06 | 0.96 | 0 | 0 | 296.08 | 1 | 0.52 |
| Hex | EF | A | FF | 6 | 60 | 0 | 0 | 128 | 64 | 34 |
| Octal | 357 | 12 | 377 | 6 | 140 | 0 | 0 | 450 | 144 | 64 |
| Binary | 11101111 | 1010 | 11111111 | 110 | 1100000 | 0 | 0 | 100101000 | 1100100 | 110100 |
Color Harmonies of #EF0AFF
Complementary color
Monochromatic Colors of #EF0AFF
Black with #EF0AFF
Text Example
Text Example
White with #EF0AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0AFF; }
p { color: rgb(239,10,255); }
H1.HeaderClassName
{
color: #EF0AFF;
}
.AnyTagClassName
{
color: #EF0AFF;
}
</style>
background-color css
<style>
a { background-color: #EF0AFF; }
a { background-color: rgb(239,10,255); }
div.DivClassName
{
background-color: #EF0AFF;
}
.BgClassName
{
background-color: #EF0AFF;
}
</style>
border-color css
<style>
span { border-color: #EF0AFF; }
span { border-color: rgb(239,10,255); }
td.TdClassName
{
border-color: #EF0AFF;
}
.TagClassName
{
border-color: #EF0AFF;
}
</style>