Shades of Magenta #EF04EB
Tints of Magenta #EF04EB
RGB
CMYK
RGB Variations
Color information
#EF04EB (or 0xEF04EB) is known color: Magenta. HEX triplet: EF, 04 and EB. RGB value is (239,4,235). Sum of RGB (Red+Green+Blue) = 239+4+235=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 4 (1.95% from 255 or 0.84% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF04EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF04EB is #10FB14. Grayscale: #636363. Windows color (decimal): -1112853 or 15402223. OLE color: 15402223.
HSL color Cylindrical-coordinate representation of color #EF04EB: hue angle of 301.02º degrees, saturation: 0.97, 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 #EF04EB is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 4 | 235 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.06 |
| HSL | 301.02º | 0.97% | 0.48% | - |
| HSV(B) | 301.02º | 0.98% | 0.94% | - |
| XYZ | 50.64 | 24.44 | 80.65 | - |
| YUV | 100.6 | 203.86 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 4 | 235 | 0 | 0.98 | 0.02 | 0.06 | 301.02 | 0.97 | 0.48 |
| Hex | EF | 4 | EB | 0 | 62 | 2 | 6 | 12D | 61 | 30 |
| Octal | 357 | 4 | 353 | 0 | 142 | 2 | 6 | 455 | 141 | 60 |
| Binary | 11101111 | 100 | 11101011 | 0 | 1100010 | 10 | 110 | 100101101 | 1100001 | 110000 |
Color Harmonies of #EF04EB
Complementary color
Monochromatic Colors of #EF04EB
Black with #EF04EB
Text Example
Text Example
White with #EF04EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF04EB; }
p { color: rgb(239,4,235); }
H1.HeaderClassName
{
color: #EF04EB;
}
.AnyTagClassName
{
color: #EF04EB;
}
</style>
background-color css
<style>
a { background-color: #EF04EB; }
a { background-color: rgb(239,4,235); }
div.DivClassName
{
background-color: #EF04EB;
}
.BgClassName
{
background-color: #EF04EB;
}
</style>
border-color css
<style>
span { border-color: #EF04EB; }
span { border-color: rgb(239,4,235); }
td.TdClassName
{
border-color: #EF04EB;
}
.TagClassName
{
border-color: #EF04EB;
}
</style>