Shades of Magenta #EF0CEB
Tints of Magenta #EF0CEB
RGB
CMYK
RGB Variations
Color information
#EF0CEB (or 0xEF0CEB) is known color: Magenta. HEX triplet: EF, 0C and EB. RGB value is (239,12,235). Sum of RGB (Red+Green+Blue) = 239+12+235=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 12 (5.08% from 255 or 2.47% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0CEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF0CEB is #10F314. Grayscale: #686868. Windows color (decimal): -1110805 or 15404271. OLE color: 15404271.
HSL color Cylindrical-coordinate representation of color #EF0CEB: hue angle of 301.06º 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 #EF0CEB is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 12 | 235 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.06 |
| HSL | 301.06º | 0.9% | 0.49% | - |
| HSV(B) | 301.06º | 0.95% | 0.94% | - |
| XYZ | 50.72 | 24.61 | 80.67 | - |
| YUV | 105.3 | 201.21 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 12 | 235 | 0 | 0.95 | 0.02 | 0.06 | 301.06 | 0.9 | 0.49 |
| Hex | EF | C | EB | 0 | 5F | 2 | 6 | 12D | 5A | 31 |
| Octal | 357 | 14 | 353 | 0 | 137 | 2 | 6 | 455 | 132 | 61 |
| Binary | 11101111 | 1100 | 11101011 | 0 | 1011111 | 10 | 110 | 100101101 | 1011010 | 110001 |
Color Harmonies of #EF0CEB
Complementary color
Monochromatic Colors of #EF0CEB
Black with #EF0CEB
Text Example
Text Example
White with #EF0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0CEB; }
p { color: rgb(239,12,235); }
H1.HeaderClassName
{
color: #EF0CEB;
}
.AnyTagClassName
{
color: #EF0CEB;
}
</style>
background-color css
<style>
a { background-color: #EF0CEB; }
a { background-color: rgb(239,12,235); }
div.DivClassName
{
background-color: #EF0CEB;
}
.BgClassName
{
background-color: #EF0CEB;
}
</style>
border-color css
<style>
span { border-color: #EF0CEB; }
span { border-color: rgb(239,12,235); }
td.TdClassName
{
border-color: #EF0CEB;
}
.TagClassName
{
border-color: #EF0CEB;
}
</style>