Shades of Magenta #EF03F5
Tints of Magenta #EF03F5
RGB
CMYK
RGB Variations
Color information
#EF03F5 (or 0xEF03F5) is known color: Magenta. HEX triplet: EF, 03 and F5. RGB value is (239,3,245). Sum of RGB (Red+Green+Blue) = 239+3+245=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 3 (1.56% from 255 or 0.62% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF03F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF03F5 is #10FC0A. Grayscale: #646464. Windows color (decimal): -1113099 or 16057327. OLE color: 16057327.
HSL color Cylindrical-coordinate representation of color #EF03F5: hue angle of 298.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF03F5 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 3 | 245 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.04 |
| HSL | 298.51º | 0.98% | 0.49% | - |
| HSV(B) | 298.51º | 0.99% | 0.96% | - |
| XYZ | 52.11 | 25.01 | 88.47 | - |
| YUV | 101.15 | 209.19 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 245 | 0.02 | 0.99 | 0 | 0.04 | 298.51 | 0.98 | 0.49 |
| Hex | EF | 3 | F5 | 2 | 63 | 0 | 4 | 12B | 62 | 31 |
| Octal | 357 | 3 | 365 | 2 | 143 | 0 | 4 | 453 | 142 | 61 |
| Binary | 11101111 | 11 | 11110101 | 10 | 1100011 | 0 | 100 | 100101011 | 1100010 | 110001 |
Color Harmonies of #EF03F5
Complementary color
Monochromatic Colors of #EF03F5
Black with #EF03F5
Text Example
Text Example
White with #EF03F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF03F5; }
p { color: rgb(239,3,245); }
H1.HeaderClassName
{
color: #EF03F5;
}
.AnyTagClassName
{
color: #EF03F5;
}
</style>
background-color css
<style>
a { background-color: #EF03F5; }
a { background-color: rgb(239,3,245); }
div.DivClassName
{
background-color: #EF03F5;
}
.BgClassName
{
background-color: #EF03F5;
}
</style>
border-color css
<style>
span { border-color: #EF03F5; }
span { border-color: rgb(239,3,245); }
td.TdClassName
{
border-color: #EF03F5;
}
.TagClassName
{
border-color: #EF03F5;
}
</style>