Shades of Magenta #EF25ED
Tints of Magenta #EF25ED
RGB
CMYK
RGB Variations
Color information
#EF25ED (or 0xEF25ED) is known color: Magenta. HEX triplet: EF, 25 and ED. RGB value is (239,37,237). Sum of RGB (Red+Green+Blue) = 239+37+237=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 37 (14.84% from 255 or 7.21% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF25ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF25ED is #10DA12. Grayscale: #777777. Windows color (decimal): -1104403 or 15541743. OLE color: 15541743.
HSL color Cylindrical-coordinate representation of color #EF25ED: hue angle of 300.59º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF25ED is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 237 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.06 |
| HSL | 300.59º | 0.86% | 0.54% | - |
| HSV(B) | 300.59º | 0.85% | 0.94% | - |
| XYZ | 51.54 | 25.79 | 82.38 | - |
| YUV | 120.2 | 193.92 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 237 | 0 | 0.85 | 0.01 | 0.06 | 300.59 | 0.86 | 0.54 |
| Hex | EF | 25 | ED | 0 | 55 | 1 | 6 | 12D | 56 | 36 |
| Octal | 357 | 45 | 355 | 0 | 125 | 1 | 6 | 455 | 126 | 66 |
| Binary | 11101111 | 100101 | 11101101 | 0 | 1010101 | 1 | 110 | 100101101 | 1010110 | 110110 |
Color Harmonies of #EF25ED
Complementary color
Monochromatic Colors of #EF25ED
Black with #EF25ED
Text Example
Text Example
White with #EF25ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF25ED; }
p { color: rgb(239,37,237); }
H1.HeaderClassName
{
color: #EF25ED;
}
.AnyTagClassName
{
color: #EF25ED;
}
</style>
background-color css
<style>
a { background-color: #EF25ED; }
a { background-color: rgb(239,37,237); }
div.DivClassName
{
background-color: #EF25ED;
}
.BgClassName
{
background-color: #EF25ED;
}
</style>
border-color css
<style>
span { border-color: #EF25ED; }
span { border-color: rgb(239,37,237); }
td.TdClassName
{
border-color: #EF25ED;
}
.TagClassName
{
border-color: #EF25ED;
}
</style>