Shades of Magenta #EF01FF
Tints of Magenta #EF01FF
RGB
CMYK
RGB Variations
Color information
#EF01FF (or 0xEF01FF) is known color: Magenta. HEX triplet: EF, 01 and FF. RGB value is (239,1,255). Sum of RGB (Red+Green+Blue) = 239+1+255=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 1 (0.78% from 255 or 0.20% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF01FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF01FF is #10FE00. Grayscale: #646464. Windows color (decimal): -1113601 or 16712175. OLE color: 16712175.
HSL color Cylindrical-coordinate representation of color #EF01FF: hue angle of 296.22º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF01FF is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 1 | 255 | - |
| CMYK | 0.06 | 1.00 | 0 | 0 |
| HSL | 296.22º | 1% | 0.5% | - |
| HSV(B) | 296.22º | 1% | 1% | - |
| XYZ | 53.66 | 25.59 | 96.72 | - |
| YUV | 101.12 | 214.85 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 255 | 0.06 | 1.00 | 0 | 0 | 296.22 | 1 | 0.5 |
| Hex | EF | 1 | FF | 6 | 64 | 0 | 0 | 128 | 64 | 32 |
| Octal | 357 | 1 | 377 | 6 | 144 | 0 | 0 | 450 | 144 | 62 |
| Binary | 11101111 | 1 | 11111111 | 110 | 1100100 | 0 | 0 | 100101000 | 1100100 | 110010 |
Color Harmonies of #EF01FF
Complementary color
Monochromatic Colors of #EF01FF
Black with #EF01FF
Text Example
Text Example
White with #EF01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF01FF; }
p { color: rgb(239,1,255); }
H1.HeaderClassName
{
color: #EF01FF;
}
.AnyTagClassName
{
color: #EF01FF;
}
</style>
background-color css
<style>
a { background-color: #EF01FF; }
a { background-color: rgb(239,1,255); }
div.DivClassName
{
background-color: #EF01FF;
}
.BgClassName
{
background-color: #EF01FF;
}
</style>
border-color css
<style>
span { border-color: #EF01FF; }
span { border-color: rgb(239,1,255); }
td.TdClassName
{
border-color: #EF01FF;
}
.TagClassName
{
border-color: #EF01FF;
}
</style>