Shades of Magenta #EF07E5
Tints of Magenta #EF07E5
RGB
CMYK
RGB Variations
Color information
#EF07E5 (or 0xEF07E5) is known color: Magenta. HEX triplet: EF, 07 and E5. RGB value is (239,7,229). Sum of RGB (Red+Green+Blue) = 239+7+229=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 7 (3.12% from 255 or 1.47% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF07E5 is #10F81A. Grayscale: #656565. Windows color (decimal): -1112091 or 15009775. OLE color: 15009775.
HSL color Cylindrical-coordinate representation of color #EF07E5: hue angle of 302.59º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF07E5 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 229 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.06 |
| HSL | 302.59º | 0.94% | 0.48% | - |
| HSV(B) | 302.59º | 0.97% | 0.94% | - |
| XYZ | 49.82 | 24.16 | 76.17 | - |
| YUV | 101.68 | 199.86 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 229 | 0 | 0.97 | 0.04 | 0.06 | 302.59 | 0.94 | 0.48 |
| Hex | EF | 7 | E5 | 0 | 61 | 4 | 6 | 12F | 5E | 30 |
| Octal | 357 | 7 | 345 | 0 | 141 | 4 | 6 | 457 | 136 | 60 |
| Binary | 11101111 | 111 | 11100101 | 0 | 1100001 | 100 | 110 | 100101111 | 1011110 | 110000 |
Color Harmonies of #EF07E5
Complementary color
Monochromatic Colors of #EF07E5
Black with #EF07E5
Text Example
Text Example
White with #EF07E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF07E5; }
p { color: rgb(239,7,229); }
H1.HeaderClassName
{
color: #EF07E5;
}
.AnyTagClassName
{
color: #EF07E5;
}
</style>
background-color css
<style>
a { background-color: #EF07E5; }
a { background-color: rgb(239,7,229); }
div.DivClassName
{
background-color: #EF07E5;
}
.BgClassName
{
background-color: #EF07E5;
}
</style>
border-color css
<style>
span { border-color: #EF07E5; }
span { border-color: rgb(239,7,229); }
td.TdClassName
{
border-color: #EF07E5;
}
.TagClassName
{
border-color: #EF07E5;
}
</style>