Shades of Pale Magenta #FE89EA
Tints of Pale Magenta #FE89EA
RGB
CMYK
RGB Variations
Color information
#FE89EA (or 0xFE89EA) is known color: Pale Magenta. HEX triplet: FE, 89 and EA. RGB value is (254,137,234). Sum of RGB (Red+Green+Blue) = 254+137+234=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 137 (53.91% from 255 or 21.92% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE89EA is #017615. Grayscale: #B6B6B6. Windows color (decimal): -95766 or 15370750. OLE color: 15370750.
HSL color Cylindrical-coordinate representation of color #FE89EA: hue angle of 310.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE89EA is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 234 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.00 |
| HSL | 310.26º | 0.98% | 0.77% | - |
| HSV(B) | 310.26º | 0.46% | 1% | - |
| XYZ | 64.67 | 44.9 | 83.1 | - |
| YUV | 183.04 | 156.76 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 234 | 0 | 0.46 | 0.08 | 0.00 | 310.26 | 0.98 | 0.77 |
| Hex | FE | 89 | EA | 0 | 2E | 8 | 0 | 136 | 62 | 4D |
| Octal | 376 | 211 | 352 | 0 | 56 | 10 | 0 | 466 | 142 | 115 |
| Binary | 11111110 | 10001001 | 11101010 | 0 | 101110 | 1000 | 0 | 100110110 | 1100010 | 1001101 |
Color Harmonies of #FE89EA
Complementary color
Monochromatic Colors of #FE89EA
Black with #FE89EA
Text Example
Text Example
White with #FE89EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE89EA; }
p { color: rgb(254,137,234); }
H1.HeaderClassName
{
color: #FE89EA;
}
.AnyTagClassName
{
color: #FE89EA;
}
</style>
background-color css
<style>
a { background-color: #FE89EA; }
a { background-color: rgb(254,137,234); }
div.DivClassName
{
background-color: #FE89EA;
}
.BgClassName
{
background-color: #FE89EA;
}
</style>
border-color css
<style>
span { border-color: #FE89EA; }
span { border-color: rgb(254,137,234); }
td.TdClassName
{
border-color: #FE89EA;
}
.TagClassName
{
border-color: #FE89EA;
}
</style>