Shades of Magenta #FE0EEB
Tints of Magenta #FE0EEB
RGB
CMYK
RGB Variations
Color information
#FE0EEB (or 0xFE0EEB) is known color: Magenta. HEX triplet: FE, 0E and EB. RGB value is (254,14,235). Sum of RGB (Red+Green+Blue) = 254+14+235=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 14 (5.86% from 255 or 2.78% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE0EEB is #01F114. Grayscale: #6E6E6E. Windows color (decimal): -127253 or 15404798. OLE color: 15404798.
HSL color Cylindrical-coordinate representation of color #FE0EEB: hue angle of 304.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0EEB is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 14 | 235 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.00 |
| HSL | 304.75º | 0.99% | 0.53% | - |
| HSV(B) | 304.75º | 0.94% | 1% | - |
| XYZ | 56.03 | 27.38 | 80.93 | - |
| YUV | 110.95 | 198.01 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 14 | 235 | 0 | 0.94 | 0.07 | 0.00 | 304.75 | 0.99 | 0.53 |
| Hex | FE | E | EB | 0 | 5E | 7 | 0 | 131 | 63 | 35 |
| Octal | 376 | 16 | 353 | 0 | 136 | 7 | 0 | 461 | 143 | 65 |
| Binary | 11111110 | 1110 | 11101011 | 0 | 1011110 | 111 | 0 | 100110001 | 1100011 | 110101 |
Color Harmonies of #FE0EEB
Complementary color
Monochromatic Colors of #FE0EEB
Black with #FE0EEB
Text Example
Text Example
White with #FE0EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0EEB; }
p { color: rgb(254,14,235); }
H1.HeaderClassName
{
color: #FE0EEB;
}
.AnyTagClassName
{
color: #FE0EEB;
}
</style>
background-color css
<style>
a { background-color: #FE0EEB; }
a { background-color: rgb(254,14,235); }
div.DivClassName
{
background-color: #FE0EEB;
}
.BgClassName
{
background-color: #FE0EEB;
}
</style>
border-color css
<style>
span { border-color: #FE0EEB; }
span { border-color: rgb(254,14,235); }
td.TdClassName
{
border-color: #FE0EEB;
}
.TagClassName
{
border-color: #FE0EEB;
}
</style>