Shades of Magenta #FF2EFF
Tints of Magenta #FF2EFF
RGB
CMYK
RGB Variations
Color information
#FF2EFF (or 0xFF2EFF) is known color: Magenta. HEX triplet: FF, 2E and FF. RGB value is (255,46,255). Sum of RGB (Red+Green+Blue) = 255+46+255=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 46 (18.36% from 255 or 8.27% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF2EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2EFF is #00D100. Grayscale: #838383. Windows color (decimal): -53505 or 16723711. OLE color: 16723711.
HSL color Cylindrical-coordinate representation of color #FF2EFF: hue angle of 300º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2EFF is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 255 | - |
| CMYK | 0 | 0.82 | 0 | 0 |
| HSL | 300º | 1% | 0.59% | - |
| HSV(B) | 300º | 0.82% | 1% | - |
| XYZ | 60.27 | 30.43 | 97.31 | - |
| YUV | 132.32 | 197.24 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 255 | 0 | 0.82 | 0 | 0 | 300 | 1 | 0.59 |
| Hex | FF | 2E | FF | 0 | 52 | 0 | 0 | 12C | 64 | 3B |
| Octal | 377 | 56 | 377 | 0 | 122 | 0 | 0 | 454 | 144 | 73 |
| Binary | 11111111 | 101110 | 11111111 | 0 | 1010010 | 0 | 0 | 100101100 | 1100100 | 111011 |
Color Harmonies of #FF2EFF
Complementary color
Monochromatic Colors of #FF2EFF
Black with #FF2EFF
Text Example
Text Example
White with #FF2EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EFF; }
p { color: rgb(255,46,255); }
H1.HeaderClassName
{
color: #FF2EFF;
}
.AnyTagClassName
{
color: #FF2EFF;
}
</style>
background-color css
<style>
a { background-color: #FF2EFF; }
a { background-color: rgb(255,46,255); }
div.DivClassName
{
background-color: #FF2EFF;
}
.BgClassName
{
background-color: #FF2EFF;
}
</style>
border-color css
<style>
span { border-color: #FF2EFF; }
span { border-color: rgb(255,46,255); }
td.TdClassName
{
border-color: #FF2EFF;
}
.TagClassName
{
border-color: #FF2EFF;
}
</style>