Shades of Magenta #EF1AE5
Tints of Magenta #EF1AE5
RGB
CMYK
RGB Variations
Color information
#EF1AE5 (or 0xEF1AE5) is known color: Magenta. HEX triplet: EF, 1A and E5. RGB value is (239,26,229). Sum of RGB (Red+Green+Blue) = 239+26+229=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 26 (10.55% from 255 or 5.26% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1AE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1AE5 is #10E51A. Grayscale: #707070. Windows color (decimal): -1107227 or 15014639. OLE color: 15014639.
HSL color Cylindrical-coordinate representation of color #EF1AE5: hue angle of 302.82º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1AE5 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 26 | 229 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.06 |
| HSL | 302.82º | 0.87% | 0.52% | - |
| HSV(B) | 302.82º | 0.89% | 0.94% | - |
| XYZ | 50.11 | 24.75 | 76.26 | - |
| YUV | 112.83 | 193.57 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 26 | 229 | 0 | 0.89 | 0.04 | 0.06 | 302.82 | 0.87 | 0.52 |
| Hex | EF | 1A | E5 | 0 | 59 | 4 | 6 | 12F | 57 | 34 |
| Octal | 357 | 32 | 345 | 0 | 131 | 4 | 6 | 457 | 127 | 64 |
| Binary | 11101111 | 11010 | 11100101 | 0 | 1011001 | 100 | 110 | 100101111 | 1010111 | 110100 |
Color Harmonies of #EF1AE5
Complementary color
Monochromatic Colors of #EF1AE5
Black with #EF1AE5
Text Example
Text Example
White with #EF1AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1AE5; }
p { color: rgb(239,26,229); }
H1.HeaderClassName
{
color: #EF1AE5;
}
.AnyTagClassName
{
color: #EF1AE5;
}
</style>
background-color css
<style>
a { background-color: #EF1AE5; }
a { background-color: rgb(239,26,229); }
div.DivClassName
{
background-color: #EF1AE5;
}
.BgClassName
{
background-color: #EF1AE5;
}
</style>
border-color css
<style>
span { border-color: #EF1AE5; }
span { border-color: rgb(239,26,229); }
td.TdClassName
{
border-color: #EF1AE5;
}
.TagClassName
{
border-color: #EF1AE5;
}
</style>