Shades of Magenta #EF03F3
Tints of Magenta #EF03F3
RGB
CMYK
RGB Variations
Color information
#EF03F3 (or 0xEF03F3) is known color: Magenta. HEX triplet: EF, 03 and F3. RGB value is (239,3,243). Sum of RGB (Red+Green+Blue) = 239+3+243=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 3 (1.56% from 255 or 0.62% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF03F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF03F3 is #10FC0C. Grayscale: #646464. Windows color (decimal): -1113101 or 15926255. OLE color: 15926255.
HSL color Cylindrical-coordinate representation of color #EF03F3: hue angle of 299º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF03F3 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 3 | 243 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.05 |
| HSL | 299º | 0.98% | 0.48% | - |
| HSV(B) | 299º | 0.99% | 0.95% | - |
| XYZ | 51.81 | 24.89 | 86.87 | - |
| YUV | 100.92 | 208.19 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 243 | 0.02 | 0.99 | 0 | 0.05 | 299 | 0.98 | 0.48 |
| Hex | EF | 3 | F3 | 2 | 63 | 0 | 5 | 12B | 62 | 30 |
| Octal | 357 | 3 | 363 | 2 | 143 | 0 | 5 | 453 | 142 | 60 |
| Binary | 11101111 | 11 | 11110011 | 10 | 1100011 | 0 | 101 | 100101011 | 1100010 | 110000 |
Color Harmonies of #EF03F3
Complementary color
Monochromatic Colors of #EF03F3
Black with #EF03F3
Text Example
Text Example
White with #EF03F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF03F3; }
p { color: rgb(239,3,243); }
H1.HeaderClassName
{
color: #EF03F3;
}
.AnyTagClassName
{
color: #EF03F3;
}
</style>
background-color css
<style>
a { background-color: #EF03F3; }
a { background-color: rgb(239,3,243); }
div.DivClassName
{
background-color: #EF03F3;
}
.BgClassName
{
background-color: #EF03F3;
}
</style>
border-color css
<style>
span { border-color: #EF03F3; }
span { border-color: rgb(239,3,243); }
td.TdClassName
{
border-color: #EF03F3;
}
.TagClassName
{
border-color: #EF03F3;
}
</style>