Shades of Magenta #FF2EFD
Tints of Magenta #FF2EFD
RGB
CMYK
RGB Variations
Color information
#FF2EFD (or 0xFF2EFD) is known color: Magenta. HEX triplet: FF, 2E and FD. RGB value is (255,46,253). Sum of RGB (Red+Green+Blue) = 255+46+253=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 46 (18.36% from 255 or 8.30% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2EFD is #00D102. Grayscale: #838383. Windows color (decimal): -53507 or 16592639. OLE color: 16592639.
HSL color Cylindrical-coordinate representation of color #FF2EFD: hue angle of 300.57º 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 #FF2EFD is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 253 | - |
| CMYK | 0 | 0.82 | 0.01 | 0 |
| HSL | 300.57º | 1% | 0.59% | - |
| HSV(B) | 300.57º | 0.82% | 1% | - |
| XYZ | 59.95 | 30.31 | 95.62 | - |
| YUV | 132.09 | 196.24 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 253 | 0 | 0.82 | 0.01 | 0 | 300.57 | 1 | 0.59 |
| Hex | FF | 2E | FD | 0 | 52 | 1 | 0 | 12D | 64 | 3B |
| Octal | 377 | 56 | 375 | 0 | 122 | 1 | 0 | 455 | 144 | 73 |
| Binary | 11111111 | 101110 | 11111101 | 0 | 1010010 | 1 | 0 | 100101101 | 1100100 | 111011 |
Color Harmonies of #FF2EFD
Complementary color
Monochromatic Colors of #FF2EFD
Black with #FF2EFD
Text Example
Text Example
White with #FF2EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EFD; }
p { color: rgb(255,46,253); }
H1.HeaderClassName
{
color: #FF2EFD;
}
.AnyTagClassName
{
color: #FF2EFD;
}
</style>
background-color css
<style>
a { background-color: #FF2EFD; }
a { background-color: rgb(255,46,253); }
div.DivClassName
{
background-color: #FF2EFD;
}
.BgClassName
{
background-color: #FF2EFD;
}
</style>
border-color css
<style>
span { border-color: #FF2EFD; }
span { border-color: rgb(255,46,253); }
td.TdClassName
{
border-color: #FF2EFD;
}
.TagClassName
{
border-color: #FF2EFD;
}
</style>