Shades of Magenta #EF05ED
Tints of Magenta #EF05ED
RGB
CMYK
RGB Variations
Color information
#EF05ED (or 0xEF05ED) is known color: Magenta. HEX triplet: EF, 05 and ED. RGB value is (239,5,237). Sum of RGB (Red+Green+Blue) = 239+5+237=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 5 (2.34% from 255 or 1.04% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF05ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF05ED is #10FA12. Grayscale: #646464. Windows color (decimal): -1112595 or 15533551. OLE color: 15533551.
HSL color Cylindrical-coordinate representation of color #EF05ED: hue angle of 300.51º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF05ED is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 237 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.06 |
| HSL | 300.51º | 0.96% | 0.48% | - |
| HSV(B) | 300.51º | 0.98% | 0.94% | - |
| XYZ | 50.94 | 24.57 | 82.18 | - |
| YUV | 101.41 | 204.52 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 237 | 0 | 0.98 | 0.01 | 0.06 | 300.51 | 0.96 | 0.48 |
| Hex | EF | 5 | ED | 0 | 62 | 1 | 6 | 12D | 60 | 30 |
| Octal | 357 | 5 | 355 | 0 | 142 | 1 | 6 | 455 | 140 | 60 |
| Binary | 11101111 | 101 | 11101101 | 0 | 1100010 | 1 | 110 | 100101101 | 1100000 | 110000 |
Color Harmonies of #EF05ED
Complementary color
Monochromatic Colors of #EF05ED
Black with #EF05ED
Text Example
Text Example
White with #EF05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF05ED; }
p { color: rgb(239,5,237); }
H1.HeaderClassName
{
color: #EF05ED;
}
.AnyTagClassName
{
color: #EF05ED;
}
</style>
background-color css
<style>
a { background-color: #EF05ED; }
a { background-color: rgb(239,5,237); }
div.DivClassName
{
background-color: #EF05ED;
}
.BgClassName
{
background-color: #EF05ED;
}
</style>
border-color css
<style>
span { border-color: #EF05ED; }
span { border-color: rgb(239,5,237); }
td.TdClassName
{
border-color: #EF05ED;
}
.TagClassName
{
border-color: #EF05ED;
}
</style>