Shades of Magenta #EF07E6
Tints of Magenta #EF07E6
RGB
CMYK
RGB Variations
Color information
#EF07E6 (or 0xEF07E6) is known color: Magenta. HEX triplet: EF, 07 and E6. RGB value is (239,7,230). Sum of RGB (Red+Green+Blue) = 239+7+230=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 7 (3.12% from 255 or 1.47% from 476); Blue value is 230 (90.23% from 255 or 48.32% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF07E6 is #10F819. Grayscale: #656565. Windows color (decimal): -1112090 or 15075311. OLE color: 15075311.
HSL color Cylindrical-coordinate representation of color #EF07E6: hue angle of 302.33º 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 #EF07E6 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 230 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.06 |
| HSL | 302.33º | 0.94% | 0.48% | - |
| HSV(B) | 302.33º | 0.97% | 0.94% | - |
| XYZ | 49.96 | 24.22 | 76.9 | - |
| YUV | 101.79 | 200.36 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 230 | 0 | 0.97 | 0.04 | 0.06 | 302.33 | 0.94 | 0.48 |
| Hex | EF | 7 | E6 | 0 | 61 | 4 | 6 | 12E | 5E | 30 |
| Octal | 357 | 7 | 346 | 0 | 141 | 4 | 6 | 456 | 136 | 60 |
| Binary | 11101111 | 111 | 11100110 | 0 | 1100001 | 100 | 110 | 100101110 | 1011110 | 110000 |
Color Harmonies of #EF07E6
Complementary color
Monochromatic Colors of #EF07E6
Black with #EF07E6
Text Example
Text Example
White with #EF07E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF07E6; }
p { color: rgb(239,7,230); }
H1.HeaderClassName
{
color: #EF07E6;
}
.AnyTagClassName
{
color: #EF07E6;
}
</style>
background-color css
<style>
a { background-color: #EF07E6; }
a { background-color: rgb(239,7,230); }
div.DivClassName
{
background-color: #EF07E6;
}
.BgClassName
{
background-color: #EF07E6;
}
</style>
border-color css
<style>
span { border-color: #EF07E6; }
span { border-color: rgb(239,7,230); }
td.TdClassName
{
border-color: #EF07E6;
}
.TagClassName
{
border-color: #EF07E6;
}
</style>