Shades of Magenta #EF07E8
Tints of Magenta #EF07E8
RGB
CMYK
RGB Variations
Color information
#EF07E8 (or 0xEF07E8) is known color: Magenta. HEX triplet: EF, 07 and E8. RGB value is (239,7,232). Sum of RGB (Red+Green+Blue) = 239+7+232=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 7 (3.12% from 255 or 1.46% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF07E8 is #10F817. Grayscale: #656565. Windows color (decimal): -1112088 or 15206383. OLE color: 15206383.
HSL color Cylindrical-coordinate representation of color #EF07E8: hue angle of 301.81º 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 #EF07E8 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 7 | 232 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.06 |
| HSL | 301.81º | 0.94% | 0.48% | - |
| HSV(B) | 301.81º | 0.97% | 0.94% | - |
| XYZ | 50.24 | 24.33 | 78.39 | - |
| YUV | 102.02 | 201.36 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 7 | 232 | 0 | 0.97 | 0.03 | 0.06 | 301.81 | 0.94 | 0.48 |
| Hex | EF | 7 | E8 | 0 | 61 | 3 | 6 | 12E | 5E | 30 |
| Octal | 357 | 7 | 350 | 0 | 141 | 3 | 6 | 456 | 136 | 60 |
| Binary | 11101111 | 111 | 11101000 | 0 | 1100001 | 11 | 110 | 100101110 | 1011110 | 110000 |
Color Harmonies of #EF07E8
Complementary color
Monochromatic Colors of #EF07E8
Black with #EF07E8
Text Example
Text Example
White with #EF07E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF07E8; }
p { color: rgb(239,7,232); }
H1.HeaderClassName
{
color: #EF07E8;
}
.AnyTagClassName
{
color: #EF07E8;
}
</style>
background-color css
<style>
a { background-color: #EF07E8; }
a { background-color: rgb(239,7,232); }
div.DivClassName
{
background-color: #EF07E8;
}
.BgClassName
{
background-color: #EF07E8;
}
</style>
border-color css
<style>
span { border-color: #EF07E8; }
span { border-color: rgb(239,7,232); }
td.TdClassName
{
border-color: #EF07E8;
}
.TagClassName
{
border-color: #EF07E8;
}
</style>