Shades of Magenta #EF1CEA
Tints of Magenta #EF1CEA
RGB
CMYK
RGB Variations
Color information
#EF1CEA (or 0xEF1CEA) is known color: Magenta. HEX triplet: EF, 1C and EA. RGB value is (239,28,234). Sum of RGB (Red+Green+Blue) = 239+28+234=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 28 (11.33% from 255 or 5.59% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1CEA is #10E315. Grayscale: #717171. Windows color (decimal): -1106710 or 15342831. OLE color: 15342831.
HSL color Cylindrical-coordinate representation of color #EF1CEA: hue angle of 301.42º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1CEA is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 234 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.06 |
| HSL | 301.42º | 0.87% | 0.52% | - |
| HSV(B) | 301.42º | 0.88% | 0.94% | - |
| XYZ | 50.86 | 25.12 | 80.01 | - |
| YUV | 114.57 | 195.4 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 234 | 0 | 0.88 | 0.02 | 0.06 | 301.42 | 0.87 | 0.52 |
| Hex | EF | 1C | EA | 0 | 58 | 2 | 6 | 12D | 57 | 34 |
| Octal | 357 | 34 | 352 | 0 | 130 | 2 | 6 | 455 | 127 | 64 |
| Binary | 11101111 | 11100 | 11101010 | 0 | 1011000 | 10 | 110 | 100101101 | 1010111 | 110100 |
Color Harmonies of #EF1CEA
Complementary color
Monochromatic Colors of #EF1CEA
Black with #EF1CEA
Text Example
Text Example
White with #EF1CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1CEA; }
p { color: rgb(239,28,234); }
H1.HeaderClassName
{
color: #EF1CEA;
}
.AnyTagClassName
{
color: #EF1CEA;
}
</style>
background-color css
<style>
a { background-color: #EF1CEA; }
a { background-color: rgb(239,28,234); }
div.DivClassName
{
background-color: #EF1CEA;
}
.BgClassName
{
background-color: #EF1CEA;
}
</style>
border-color css
<style>
span { border-color: #EF1CEA; }
span { border-color: rgb(239,28,234); }
td.TdClassName
{
border-color: #EF1CEA;
}
.TagClassName
{
border-color: #EF1CEA;
}
</style>