Shades of Magenta #EF01E5
Tints of Magenta #EF01E5
RGB
CMYK
RGB Variations
Color information
#EF01E5 (or 0xEF01E5) is known color: Magenta. HEX triplet: EF, 01 and E5. RGB value is (239,1,229). Sum of RGB (Red+Green+Blue) = 239+1+229=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 1 (0.78% from 255 or 0.21% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF01E5 is #10FE1A. Grayscale: #616161. Windows color (decimal): -1113627 or 15008239. OLE color: 15008239.
HSL color Cylindrical-coordinate representation of color #EF01E5: hue angle of 302.52º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF01E5 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 229 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.06 |
| HSL | 302.52º | 0.99% | 0.47% | - |
| HSV(B) | 302.52º | 1% | 0.94% | - |
| XYZ | 49.75 | 24.03 | 76.14 | - |
| YUV | 98.15 | 201.85 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 229 | 0 | 1.00 | 0.04 | 0.06 | 302.52 | 0.99 | 0.47 |
| Hex | EF | 1 | E5 | 0 | 64 | 4 | 6 | 12F | 63 | 2F |
| Octal | 357 | 1 | 345 | 0 | 144 | 4 | 6 | 457 | 143 | 57 |
| Binary | 11101111 | 1 | 11100101 | 0 | 1100100 | 100 | 110 | 100101111 | 1100011 | 101111 |
Color Harmonies of #EF01E5
Complementary color
Monochromatic Colors of #EF01E5
Black with #EF01E5
Text Example
Text Example
White with #EF01E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF01E5; }
p { color: rgb(239,1,229); }
H1.HeaderClassName
{
color: #EF01E5;
}
.AnyTagClassName
{
color: #EF01E5;
}
</style>
background-color css
<style>
a { background-color: #EF01E5; }
a { background-color: rgb(239,1,229); }
div.DivClassName
{
background-color: #EF01E5;
}
.BgClassName
{
background-color: #EF01E5;
}
</style>
border-color css
<style>
span { border-color: #EF01E5; }
span { border-color: rgb(239,1,229); }
td.TdClassName
{
border-color: #EF01E5;
}
.TagClassName
{
border-color: #EF01E5;
}
</style>