Shades of Magenta #EF2DF5
Tints of Magenta #EF2DF5
RGB
CMYK
RGB Variations
Color information
#EF2DF5 (or 0xEF2DF5) is known color: Magenta. HEX triplet: EF, 2D and F5. RGB value is (239,45,245). Sum of RGB (Red+Green+Blue) = 239+45+245=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 45 (17.97% from 255 or 8.51% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF2DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF2DF5 is #10D20A. Grayscale: #7D7D7D. Windows color (decimal): -1102347 or 16068079. OLE color: 16068079.
HSL color Cylindrical-coordinate representation of color #EF2DF5: hue angle of 298.2º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2DF5 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 45 | 245 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.04 |
| HSL | 298.2º | 0.91% | 0.57% | - |
| HSV(B) | 298.2º | 0.82% | 0.96% | - |
| XYZ | 53.02 | 26.82 | 88.77 | - |
| YUV | 125.81 | 195.27 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 45 | 245 | 0.02 | 0.82 | 0 | 0.04 | 298.2 | 0.91 | 0.57 |
| Hex | EF | 2D | F5 | 2 | 52 | 0 | 4 | 12A | 5B | 39 |
| Octal | 357 | 55 | 365 | 2 | 122 | 0 | 4 | 452 | 133 | 71 |
| Binary | 11101111 | 101101 | 11110101 | 10 | 1010010 | 0 | 100 | 100101010 | 1011011 | 111001 |
Color Harmonies of #EF2DF5
Complementary color
Monochromatic Colors of #EF2DF5
Black with #EF2DF5
Text Example
Text Example
White with #EF2DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2DF5; }
p { color: rgb(239,45,245); }
H1.HeaderClassName
{
color: #EF2DF5;
}
.AnyTagClassName
{
color: #EF2DF5;
}
</style>
background-color css
<style>
a { background-color: #EF2DF5; }
a { background-color: rgb(239,45,245); }
div.DivClassName
{
background-color: #EF2DF5;
}
.BgClassName
{
background-color: #EF2DF5;
}
</style>
border-color css
<style>
span { border-color: #EF2DF5; }
span { border-color: rgb(239,45,245); }
td.TdClassName
{
border-color: #EF2DF5;
}
.TagClassName
{
border-color: #EF2DF5;
}
</style>