Shades of Magenta #EF2AFF
Tints of Magenta #EF2AFF
RGB
CMYK
RGB Variations
Color information
#EF2AFF (or 0xEF2AFF) is known color: Magenta. HEX triplet: EF, 2A and FF. RGB value is (239,42,255). Sum of RGB (Red+Green+Blue) = 239+42+255=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 42 (16.80% from 255 or 7.84% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF2AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2AFF is #10D500. Grayscale: #7C7C7C. Windows color (decimal): -1103105 or 16722671. OLE color: 16722671.
HSL color Cylindrical-coordinate representation of color #EF2AFF: hue angle of 295.49º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF2AFF is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 42 | 255 | - |
| CMYK | 0.06 | 0.84 | 0 | 0 |
| HSL | 295.49º | 1% | 0.58% | - |
| HSV(B) | 295.49º | 0.84% | 1% | - |
| XYZ | 54.47 | 27.23 | 96.99 | - |
| YUV | 125.19 | 201.27 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 42 | 255 | 0.06 | 0.84 | 0 | 0 | 295.49 | 1 | 0.58 |
| Hex | EF | 2A | FF | 6 | 54 | 0 | 0 | 127 | 64 | 3A |
| Octal | 357 | 52 | 377 | 6 | 124 | 0 | 0 | 447 | 144 | 72 |
| Binary | 11101111 | 101010 | 11111111 | 110 | 1010100 | 0 | 0 | 100100111 | 1100100 | 111010 |
Color Harmonies of #EF2AFF
Complementary color
Monochromatic Colors of #EF2AFF
Black with #EF2AFF
Text Example
Text Example
White with #EF2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2AFF; }
p { color: rgb(239,42,255); }
H1.HeaderClassName
{
color: #EF2AFF;
}
.AnyTagClassName
{
color: #EF2AFF;
}
</style>
background-color css
<style>
a { background-color: #EF2AFF; }
a { background-color: rgb(239,42,255); }
div.DivClassName
{
background-color: #EF2AFF;
}
.BgClassName
{
background-color: #EF2AFF;
}
</style>
border-color css
<style>
span { border-color: #EF2AFF; }
span { border-color: rgb(239,42,255); }
td.TdClassName
{
border-color: #EF2AFF;
}
.TagClassName
{
border-color: #EF2AFF;
}
</style>