Shades of Magenta #EF2DFF
Tints of Magenta #EF2DFF
RGB
CMYK
RGB Variations
Color information
#EF2DFF (or 0xEF2DFF) is known color: Magenta. HEX triplet: EF, 2D and FF. RGB value is (239,45,255). Sum of RGB (Red+Green+Blue) = 239+45+255=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 45 (17.97% from 255 or 8.35% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF2DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2DFF is #10D200. Grayscale: #7E7E7E. Windows color (decimal): -1102337 or 16723439. OLE color: 16723439.
HSL color Cylindrical-coordinate representation of color #EF2DFF: hue angle of 295.43º 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 #EF2DFF is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 45 | 255 | - |
| CMYK | 0.06 | 0.82 | 0 | 0 |
| HSL | 295.43º | 1% | 0.59% | - |
| HSV(B) | 295.43º | 0.82% | 1% | - |
| XYZ | 54.58 | 27.45 | 97.03 | - |
| YUV | 126.95 | 200.27 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 255 | 0.06 | 0.82 | 0 | 0 | 295.43 | 1 | 0.59 |
| Hex | EF | 2D | FF | 6 | 52 | 0 | 0 | 127 | 64 | 3B |
| Octal | 357 | 55 | 377 | 6 | 122 | 0 | 0 | 447 | 144 | 73 |
| Binary | 11101111 | 101101 | 11111111 | 110 | 1010010 | 0 | 0 | 100100111 | 1100100 | 111011 |
Color Harmonies of #EF2DFF
Complementary color
Monochromatic Colors of #EF2DFF
Black with #EF2DFF
Text Example
Text Example
White with #EF2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2DFF; }
p { color: rgb(239,45,255); }
H1.HeaderClassName
{
color: #EF2DFF;
}
.AnyTagClassName
{
color: #EF2DFF;
}
</style>
background-color css
<style>
a { background-color: #EF2DFF; }
a { background-color: rgb(239,45,255); }
div.DivClassName
{
background-color: #EF2DFF;
}
.BgClassName
{
background-color: #EF2DFF;
}
</style>
border-color css
<style>
span { border-color: #EF2DFF; }
span { border-color: rgb(239,45,255); }
td.TdClassName
{
border-color: #EF2DFF;
}
.TagClassName
{
border-color: #EF2DFF;
}
</style>