Shades of Magenta #EF03E5
Tints of Magenta #EF03E5
RGB
CMYK
RGB Variations
Color information
#EF03E5 (or 0xEF03E5) is known color: Magenta. HEX triplet: EF, 03 and E5. RGB value is (239,3,229). Sum of RGB (Red+Green+Blue) = 239+3+229=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 3 (1.56% from 255 or 0.64% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF03E5 is #10FC1A. Grayscale: #626262. Windows color (decimal): -1113115 or 15008751. OLE color: 15008751.
HSL color Cylindrical-coordinate representation of color #EF03E5: hue angle of 302.54º 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 #EF03E5 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 229 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.06 |
| HSL | 302.54º | 0.98% | 0.47% | - |
| HSV(B) | 302.54º | 0.99% | 0.94% | - |
| XYZ | 49.77 | 24.07 | 76.15 | - |
| YUV | 99.33 | 201.19 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 229 | 0 | 0.99 | 0.04 | 0.06 | 302.54 | 0.98 | 0.47 |
| Hex | EF | 3 | E5 | 0 | 63 | 4 | 6 | 12F | 62 | 2F |
| Octal | 357 | 3 | 345 | 0 | 143 | 4 | 6 | 457 | 142 | 57 |
| Binary | 11101111 | 11 | 11100101 | 0 | 1100011 | 100 | 110 | 100101111 | 1100010 | 101111 |
Color Harmonies of #EF03E5
Complementary color
Monochromatic Colors of #EF03E5
Black with #EF03E5
Text Example
Text Example
White with #EF03E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF03E5; }
p { color: rgb(239,3,229); }
H1.HeaderClassName
{
color: #EF03E5;
}
.AnyTagClassName
{
color: #EF03E5;
}
</style>
background-color css
<style>
a { background-color: #EF03E5; }
a { background-color: rgb(239,3,229); }
div.DivClassName
{
background-color: #EF03E5;
}
.BgClassName
{
background-color: #EF03E5;
}
</style>
border-color css
<style>
span { border-color: #EF03E5; }
span { border-color: rgb(239,3,229); }
td.TdClassName
{
border-color: #EF03E5;
}
.TagClassName
{
border-color: #EF03E5;
}
</style>