Shades of Magenta #EF03FE
Tints of Magenta #EF03FE
RGB
CMYK
RGB Variations
Color information
#EF03FE (or 0xEF03FE) is known color: Magenta. HEX triplet: EF, 03 and FE. RGB value is (239,3,254). Sum of RGB (Red+Green+Blue) = 239+3+254=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 3 (1.56% from 255 or 0.60% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF03FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF03FE is #10FC01. Grayscale: #656565. Windows color (decimal): -1113090 or 16647151. OLE color: 16647151.
HSL color Cylindrical-coordinate representation of color #EF03FE: hue angle of 296.41º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF03FE is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 239 | 3 | 254 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.00 |
| HSL | 296.41º | 0.99% | 0.5% | - |
| HSV(B) | 296.41º | 0.99% | 1% | - |
| XYZ | 53.52 | 25.57 | 95.88 | - |
| YUV | 102.18 | 213.69 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 254 | 0.06 | 0.99 | 0 | 0.00 | 296.41 | 0.99 | 0.5 |
| Hex | EF | 3 | FE | 6 | 63 | 0 | 0 | 128 | 63 | 32 |
| Octal | 357 | 3 | 376 | 6 | 143 | 0 | 0 | 450 | 143 | 62 |
| Binary | 11101111 | 11 | 11111110 | 110 | 1100011 | 0 | 0 | 100101000 | 1100011 | 110010 |
Color Harmonies of #EF03FE
Complementary color
Monochromatic Colors of #EF03FE
Black with #EF03FE
Text Example
Text Example
White with #EF03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF03FE; }
p { color: rgb(239,3,254); }
H1.HeaderClassName
{
color: #EF03FE;
}
.AnyTagClassName
{
color: #EF03FE;
}
</style>
background-color css
<style>
a { background-color: #EF03FE; }
a { background-color: rgb(239,3,254); }
div.DivClassName
{
background-color: #EF03FE;
}
.BgClassName
{
background-color: #EF03FE;
}
</style>
border-color css
<style>
span { border-color: #EF03FE; }
span { border-color: rgb(239,3,254); }
td.TdClassName
{
border-color: #EF03FE;
}
.TagClassName
{
border-color: #EF03FE;
}
</style>