Shades of Magenta #EF2CFF
Tints of Magenta #EF2CFF
RGB
CMYK
RGB Variations
Color information
#EF2CFF (or 0xEF2CFF) is known color: Magenta. HEX triplet: EF, 2C and FF. RGB value is (239,44,255). Sum of RGB (Red+Green+Blue) = 239+44+255=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 44 (17.58% from 255 or 8.18% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF2CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2CFF is #10D300. Grayscale: #7D7D7D. Windows color (decimal): -1102593 or 16723183. OLE color: 16723183.
HSL color Cylindrical-coordinate representation of color #EF2CFF: hue angle of 295.45º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF2CFF is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 44 | 255 | - |
| CMYK | 0.06 | 0.83 | 0 | 0 |
| HSL | 295.45º | 1% | 0.59% | - |
| HSV(B) | 295.45º | 0.83% | 1% | - |
| XYZ | 54.55 | 27.37 | 97.02 | - |
| YUV | 126.36 | 200.6 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 44 | 255 | 0.06 | 0.83 | 0 | 0 | 295.45 | 1 | 0.59 |
| Hex | EF | 2C | FF | 6 | 53 | 0 | 0 | 127 | 64 | 3B |
| Octal | 357 | 54 | 377 | 6 | 123 | 0 | 0 | 447 | 144 | 73 |
| Binary | 11101111 | 101100 | 11111111 | 110 | 1010011 | 0 | 0 | 100100111 | 1100100 | 111011 |
Color Harmonies of #EF2CFF
Complementary color
Monochromatic Colors of #EF2CFF
Black with #EF2CFF
Text Example
Text Example
White with #EF2CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2CFF; }
p { color: rgb(239,44,255); }
H1.HeaderClassName
{
color: #EF2CFF;
}
.AnyTagClassName
{
color: #EF2CFF;
}
</style>
background-color css
<style>
a { background-color: #EF2CFF; }
a { background-color: rgb(239,44,255); }
div.DivClassName
{
background-color: #EF2CFF;
}
.BgClassName
{
background-color: #EF2CFF;
}
</style>
border-color css
<style>
span { border-color: #EF2CFF; }
span { border-color: rgb(239,44,255); }
td.TdClassName
{
border-color: #EF2CFF;
}
.TagClassName
{
border-color: #EF2CFF;
}
</style>