Shades of Pale Magenta #FE90E3
Tints of Pale Magenta #FE90E3
RGB
CMYK
RGB Variations
Color information
#FE90E3 (or 0xFE90E3) is known color: Pale Magenta. HEX triplet: FE, 90 and E3. RGB value is (254,144,227). Sum of RGB (Red+Green+Blue) = 254+144+227=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 144 (56.64% from 255 or 23.04% from 625); Blue value is 227 (89.06% from 255 or 36.32% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE90E3 is #016F1C. Grayscale: #BABABA. Windows color (decimal): -93981 or 14913790. OLE color: 14913790.
HSL color Cylindrical-coordinate representation of color #FE90E3: hue angle of 314.73º 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 #FE90E3 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 227 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.00 |
| HSL | 314.73º | 0.98% | 0.78% | - |
| HSV(B) | 314.73º | 0.43% | 1% | - |
| XYZ | 64.71 | 46.56 | 78.25 | - |
| YUV | 186.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 227 | 0 | 0.43 | 0.11 | 0.00 | 314.73 | 0.98 | 0.78 |
| Hex | FE | 90 | E3 | 0 | 2B | B | 0 | 13B | 62 | 4E |
| Octal | 376 | 220 | 343 | 0 | 53 | 13 | 0 | 473 | 142 | 116 |
| Binary | 11111110 | 10010000 | 11100011 | 0 | 101011 | 1011 | 0 | 100111011 | 1100010 | 1001110 |
Color Harmonies of #FE90E3
Complementary color
Monochromatic Colors of #FE90E3
Black with #FE90E3
Text Example
Text Example
White with #FE90E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE90E3; }
p { color: rgb(254,144,227); }
H1.HeaderClassName
{
color: #FE90E3;
}
.AnyTagClassName
{
color: #FE90E3;
}
</style>
background-color css
<style>
a { background-color: #FE90E3; }
a { background-color: rgb(254,144,227); }
div.DivClassName
{
background-color: #FE90E3;
}
.BgClassName
{
background-color: #FE90E3;
}
</style>
border-color css
<style>
span { border-color: #FE90E3; }
span { border-color: rgb(254,144,227); }
td.TdClassName
{
border-color: #FE90E3;
}
.TagClassName
{
border-color: #FE90E3;
}
</style>