Shades of Magenta #EF03FF
Tints of Magenta #EF03FF
RGB
CMYK
RGB Variations
Color information
#EF03FF (or 0xEF03FF) is known color: Magenta. HEX triplet: EF, 03 and FF. RGB value is (239,3,255). Sum of RGB (Red+Green+Blue) = 239+3+255=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 3 (1.56% from 255 or 0.60% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF03FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF03FF is #10FC00. Grayscale: #656565. Windows color (decimal): -1113089 or 16712687. OLE color: 16712687.
HSL color Cylindrical-coordinate representation of color #EF03FF: hue angle of 296.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF03FF is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 3 | 255 | - |
| CMYK | 0.06 | 0.99 | 0 | 0 |
| HSL | 296.19º | 1% | 0.51% | - |
| HSV(B) | 296.19º | 0.99% | 1% | - |
| XYZ | 53.68 | 25.64 | 96.73 | - |
| YUV | 102.29 | 214.19 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 255 | 0.06 | 0.99 | 0 | 0 | 296.19 | 1 | 0.51 |
| Hex | EF | 3 | FF | 6 | 63 | 0 | 0 | 128 | 64 | 33 |
| Octal | 357 | 3 | 377 | 6 | 143 | 0 | 0 | 450 | 144 | 63 |
| Binary | 11101111 | 11 | 11111111 | 110 | 1100011 | 0 | 0 | 100101000 | 1100100 | 110011 |
Color Harmonies of #EF03FF
Complementary color
Monochromatic Colors of #EF03FF
Black with #EF03FF
Text Example
Text Example
White with #EF03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF03FF; }
p { color: rgb(239,3,255); }
H1.HeaderClassName
{
color: #EF03FF;
}
.AnyTagClassName
{
color: #EF03FF;
}
</style>
background-color css
<style>
a { background-color: #EF03FF; }
a { background-color: rgb(239,3,255); }
div.DivClassName
{
background-color: #EF03FF;
}
.BgClassName
{
background-color: #EF03FF;
}
</style>
border-color css
<style>
span { border-color: #EF03FF; }
span { border-color: rgb(239,3,255); }
td.TdClassName
{
border-color: #EF03FF;
}
.TagClassName
{
border-color: #EF03FF;
}
</style>