Shades of Magenta #EF2FFF
Tints of Magenta #EF2FFF
RGB
CMYK
RGB Variations
Color information
#EF2FFF (or 0xEF2FFF) is known color: Magenta. HEX triplet: EF, 2F and FF. RGB value is (239,47,255). Sum of RGB (Red+Green+Blue) = 239+47+255=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 47 (18.75% from 255 or 8.69% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF2FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2FFF is #10D000. Grayscale: #7F7F7F. Windows color (decimal): -1101825 or 16723951. OLE color: 16723951.
HSL color Cylindrical-coordinate representation of color #EF2FFF: hue angle of 295.38º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2FFF is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 47 | 255 | - |
| CMYK | 0.06 | 0.82 | 0 | 0 |
| HSL | 295.38º | 1% | 0.59% | - |
| HSV(B) | 295.38º | 0.82% | 1% | - |
| XYZ | 54.66 | 27.6 | 97.05 | - |
| YUV | 128.12 | 199.61 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 47 | 255 | 0.06 | 0.82 | 0 | 0 | 295.38 | 1 | 0.59 |
| Hex | EF | 2F | FF | 6 | 52 | 0 | 0 | 127 | 64 | 3B |
| Octal | 357 | 57 | 377 | 6 | 122 | 0 | 0 | 447 | 144 | 73 |
| Binary | 11101111 | 101111 | 11111111 | 110 | 1010010 | 0 | 0 | 100100111 | 1100100 | 111011 |
Color Harmonies of #EF2FFF
Complementary color
Monochromatic Colors of #EF2FFF
Black with #EF2FFF
Text Example
Text Example
White with #EF2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2FFF; }
p { color: rgb(239,47,255); }
H1.HeaderClassName
{
color: #EF2FFF;
}
.AnyTagClassName
{
color: #EF2FFF;
}
</style>
background-color css
<style>
a { background-color: #EF2FFF; }
a { background-color: rgb(239,47,255); }
div.DivClassName
{
background-color: #EF2FFF;
}
.BgClassName
{
background-color: #EF2FFF;
}
</style>
border-color css
<style>
span { border-color: #EF2FFF; }
span { border-color: rgb(239,47,255); }
td.TdClassName
{
border-color: #EF2FFF;
}
.TagClassName
{
border-color: #EF2FFF;
}
</style>