Shades of Magenta #EF0CEA
Tints of Magenta #EF0CEA
RGB
CMYK
RGB Variations
Color information
#EF0CEA (or 0xEF0CEA) is known color: Magenta. HEX triplet: EF, 0C and EA. RGB value is (239,12,234). Sum of RGB (Red+Green+Blue) = 239+12+234=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 12 (5.08% from 255 or 2.47% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0CEA is #10F315. Grayscale: #686868. Windows color (decimal): -1110806 or 15338735. OLE color: 15338735.
HSL color Cylindrical-coordinate representation of color #EF0CEA: hue angle of 301.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0CEA is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 234 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.06 |
| HSL | 301.32º | 0.9% | 0.49% | - |
| HSV(B) | 301.32º | 0.95% | 0.94% | - |
| XYZ | 50.58 | 24.55 | 79.92 | - |
| YUV | 105.18 | 200.71 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 234 | 0 | 0.95 | 0.02 | 0.06 | 301.32 | 0.9 | 0.49 |
| Hex | EF | C | EA | 0 | 5F | 2 | 6 | 12D | 5A | 31 |
| Octal | 357 | 14 | 352 | 0 | 137 | 2 | 6 | 455 | 132 | 61 |
| Binary | 11101111 | 1100 | 11101010 | 0 | 1011111 | 10 | 110 | 100101101 | 1011010 | 110001 |
Color Harmonies of #EF0CEA
Complementary color
Monochromatic Colors of #EF0CEA
Black with #EF0CEA
Text Example
Text Example
White with #EF0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0CEA; }
p { color: rgb(239,12,234); }
H1.HeaderClassName
{
color: #EF0CEA;
}
.AnyTagClassName
{
color: #EF0CEA;
}
</style>
background-color css
<style>
a { background-color: #EF0CEA; }
a { background-color: rgb(239,12,234); }
div.DivClassName
{
background-color: #EF0CEA;
}
.BgClassName
{
background-color: #EF0CEA;
}
</style>
border-color css
<style>
span { border-color: #EF0CEA; }
span { border-color: rgb(239,12,234); }
td.TdClassName
{
border-color: #EF0CEA;
}
.TagClassName
{
border-color: #EF0CEA;
}
</style>