Shades of Magenta #EF0CE8
Tints of Magenta #EF0CE8
RGB
CMYK
RGB Variations
Color information
#EF0CE8 (or 0xEF0CE8) is known color: Magenta. HEX triplet: EF, 0C and E8. RGB value is (239,12,232). Sum of RGB (Red+Green+Blue) = 239+12+232=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 12 (5.08% from 255 or 2.48% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0CE8 is #10F317. Grayscale: #686868. Windows color (decimal): -1110808 or 15207663. OLE color: 15207663.
HSL color Cylindrical-coordinate representation of color #EF0CE8: hue angle of 301.85º 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 #EF0CE8 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 232 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.06 |
| HSL | 301.85º | 0.9% | 0.49% | - |
| HSV(B) | 301.85º | 0.95% | 0.94% | - |
| XYZ | 50.29 | 24.44 | 78.41 | - |
| YUV | 104.95 | 199.71 | 223.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 232 | 0 | 0.95 | 0.03 | 0.06 | 301.85 | 0.9 | 0.49 |
| Hex | EF | C | E8 | 0 | 5F | 3 | 6 | 12E | 5A | 31 |
| Octal | 357 | 14 | 350 | 0 | 137 | 3 | 6 | 456 | 132 | 61 |
| Binary | 11101111 | 1100 | 11101000 | 0 | 1011111 | 11 | 110 | 100101110 | 1011010 | 110001 |
Color Harmonies of #EF0CE8
Complementary color
Monochromatic Colors of #EF0CE8
Black with #EF0CE8
Text Example
Text Example
White with #EF0CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0CE8; }
p { color: rgb(239,12,232); }
H1.HeaderClassName
{
color: #EF0CE8;
}
.AnyTagClassName
{
color: #EF0CE8;
}
</style>
background-color css
<style>
a { background-color: #EF0CE8; }
a { background-color: rgb(239,12,232); }
div.DivClassName
{
background-color: #EF0CE8;
}
.BgClassName
{
background-color: #EF0CE8;
}
</style>
border-color css
<style>
span { border-color: #EF0CE8; }
span { border-color: rgb(239,12,232); }
td.TdClassName
{
border-color: #EF0CE8;
}
.TagClassName
{
border-color: #EF0CE8;
}
</style>