Shades of Magenta #EF03E4
Tints of Magenta #EF03E4
RGB
CMYK
RGB Variations
Color information
#EF03E4 (or 0xEF03E4) is known color: Magenta. HEX triplet: EF, 03 and E4. RGB value is (239,3,228). Sum of RGB (Red+Green+Blue) = 239+3+228=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 3 (1.56% from 255 or 0.64% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF03E4 is #10FC1B. Grayscale: #626262. Windows color (decimal): -1113116 or 14943215. OLE color: 14943215.
HSL color Cylindrical-coordinate representation of color #EF03E4: hue angle of 302.8º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF03E4 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 228 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.06 |
| HSL | 302.8º | 0.98% | 0.47% | - |
| HSV(B) | 302.8º | 0.99% | 0.94% | - |
| XYZ | 49.63 | 24.02 | 75.42 | - |
| YUV | 99.21 | 200.69 | 227.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 228 | 0 | 0.99 | 0.05 | 0.06 | 302.8 | 0.98 | 0.47 |
| Hex | EF | 3 | E4 | 0 | 63 | 5 | 6 | 12F | 62 | 2F |
| Octal | 357 | 3 | 344 | 0 | 143 | 5 | 6 | 457 | 142 | 57 |
| Binary | 11101111 | 11 | 11100100 | 0 | 1100011 | 101 | 110 | 100101111 | 1100010 | 101111 |
Color Harmonies of #EF03E4
Complementary color
Monochromatic Colors of #EF03E4
Black with #EF03E4
Text Example
Text Example
White with #EF03E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF03E4; }
p { color: rgb(239,3,228); }
H1.HeaderClassName
{
color: #EF03E4;
}
.AnyTagClassName
{
color: #EF03E4;
}
</style>
background-color css
<style>
a { background-color: #EF03E4; }
a { background-color: rgb(239,3,228); }
div.DivClassName
{
background-color: #EF03E4;
}
.BgClassName
{
background-color: #EF03E4;
}
</style>
border-color css
<style>
span { border-color: #EF03E4; }
span { border-color: rgb(239,3,228); }
td.TdClassName
{
border-color: #EF03E4;
}
.TagClassName
{
border-color: #EF03E4;
}
</style>