Shades of Magenta #FE1EEA
Tints of Magenta #FE1EEA
RGB
CMYK
RGB Variations
Color information
#FE1EEA (or 0xFE1EEA) is known color: Magenta. HEX triplet: FE, 1E and EA. RGB value is (254,30,234). Sum of RGB (Red+Green+Blue) = 254+30+234=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 30 (12.11% from 255 or 5.79% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1EEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1EEA is #01E115. Grayscale: #777777. Windows color (decimal): -123158 or 15343358. OLE color: 15343358.
HSL color Cylindrical-coordinate representation of color #FE1EEA: hue angle of 305.36º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1EEA is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 234 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.00 |
| HSL | 305.36º | 0.99% | 0.56% | - |
| HSV(B) | 305.36º | 0.88% | 1% | - |
| XYZ | 56.19 | 27.94 | 80.27 | - |
| YUV | 120.23 | 192.21 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 234 | 0 | 0.88 | 0.08 | 0.00 | 305.36 | 0.99 | 0.56 |
| Hex | FE | 1E | EA | 0 | 58 | 8 | 0 | 131 | 63 | 38 |
| Octal | 376 | 36 | 352 | 0 | 130 | 10 | 0 | 461 | 143 | 70 |
| Binary | 11111110 | 11110 | 11101010 | 0 | 1011000 | 1000 | 0 | 100110001 | 1100011 | 111000 |
Color Harmonies of #FE1EEA
Complementary color
Monochromatic Colors of #FE1EEA
Black with #FE1EEA
Text Example
Text Example
White with #FE1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1EEA; }
p { color: rgb(254,30,234); }
H1.HeaderClassName
{
color: #FE1EEA;
}
.AnyTagClassName
{
color: #FE1EEA;
}
</style>
background-color css
<style>
a { background-color: #FE1EEA; }
a { background-color: rgb(254,30,234); }
div.DivClassName
{
background-color: #FE1EEA;
}
.BgClassName
{
background-color: #FE1EEA;
}
</style>
border-color css
<style>
span { border-color: #FE1EEA; }
span { border-color: rgb(254,30,234); }
td.TdClassName
{
border-color: #FE1EEA;
}
.TagClassName
{
border-color: #FE1EEA;
}
</style>