Shades of Magenta #EF1CFF
Tints of Magenta #EF1CFF
RGB
CMYK
RGB Variations
Color information
#EF1CFF (or 0xEF1CFF) is known color: Magenta. HEX triplet: EF, 1C and FF. RGB value is (239,28,255). Sum of RGB (Red+Green+Blue) = 239+28+255=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 28 (11.33% from 255 or 5.36% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF1CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF1CFF is #10E300. Grayscale: #747474. Windows color (decimal): -1106689 or 16719087. OLE color: 16719087.
HSL color Cylindrical-coordinate representation of color #EF1CFF: hue angle of 295.77º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1CFF is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 28 | 255 | - |
| CMYK | 0.06 | 0.89 | 0 | 0 |
| HSL | 295.77º | 1% | 0.55% | - |
| HSV(B) | 295.77º | 0.89% | 1% | - |
| XYZ | 54.06 | 26.4 | 96.85 | - |
| YUV | 116.97 | 205.9 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 255 | 0.06 | 0.89 | 0 | 0 | 295.77 | 1 | 0.55 |
| Hex | EF | 1C | FF | 6 | 59 | 0 | 0 | 128 | 64 | 37 |
| Octal | 357 | 34 | 377 | 6 | 131 | 0 | 0 | 450 | 144 | 67 |
| Binary | 11101111 | 11100 | 11111111 | 110 | 1011001 | 0 | 0 | 100101000 | 1100100 | 110111 |
Color Harmonies of #EF1CFF
Complementary color
Monochromatic Colors of #EF1CFF
Black with #EF1CFF
Text Example
Text Example
White with #EF1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1CFF; }
p { color: rgb(239,28,255); }
H1.HeaderClassName
{
color: #EF1CFF;
}
.AnyTagClassName
{
color: #EF1CFF;
}
</style>
background-color css
<style>
a { background-color: #EF1CFF; }
a { background-color: rgb(239,28,255); }
div.DivClassName
{
background-color: #EF1CFF;
}
.BgClassName
{
background-color: #EF1CFF;
}
</style>
border-color css
<style>
span { border-color: #EF1CFF; }
span { border-color: rgb(239,28,255); }
td.TdClassName
{
border-color: #EF1CFF;
}
.TagClassName
{
border-color: #EF1CFF;
}
</style>