Shades of Pale Magenta #FE90E4
Tints of Pale Magenta #FE90E4
RGB
CMYK
RGB Variations
Color information
#FE90E4 (or 0xFE90E4) is known color: Pale Magenta. HEX triplet: FE, 90 and E4. RGB value is (254,144,228). Sum of RGB (Red+Green+Blue) = 254+144+228=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 144 (56.64% from 255 or 23.00% from 626); Blue value is 228 (89.45% from 255 or 36.42% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90E4 is #016F1B. Grayscale: #BABABA. Windows color (decimal): -93980 or 14979326. OLE color: 14979326.
HSL color Cylindrical-coordinate representation of color #FE90E4: hue angle of 314.18º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FE90E4 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 228 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.00 |
| HSL | 314.18º | 0.98% | 0.78% | - |
| HSV(B) | 314.18º | 0.43% | 1% | - |
| XYZ | 64.85 | 46.62 | 78.98 | - |
| YUV | 186.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 228 | 0 | 0.43 | 0.10 | 0.00 | 314.18 | 0.98 | 0.78 |
| Hex | FE | 90 | E4 | 0 | 2B | A | 0 | 13A | 62 | 4E |
| Octal | 376 | 220 | 344 | 0 | 53 | 12 | 0 | 472 | 142 | 116 |
| Binary | 11111110 | 10010000 | 11100100 | 0 | 101011 | 1010 | 0 | 100111010 | 1100010 | 1001110 |
Color Harmonies of #FE90E4
Complementary color
Monochromatic Colors of #FE90E4
Black with #FE90E4
Text Example
Text Example
White with #FE90E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90E4; }
p { color: rgb(254,144,228); }
H1.HeaderClassName
{
color: #FE90E4;
}
.AnyTagClassName
{
color: #FE90E4;
}
</style>
background-color css
<style>
a { background-color: #FE90E4; }
a { background-color: rgb(254,144,228); }
div.DivClassName
{
background-color: #FE90E4;
}
.BgClassName
{
background-color: #FE90E4;
}
</style>
border-color css
<style>
span { border-color: #FE90E4; }
span { border-color: rgb(254,144,228); }
td.TdClassName
{
border-color: #FE90E4;
}
.TagClassName
{
border-color: #FE90E4;
}
</style>