Shades of Pale Magenta #FE89E5
Tints of Pale Magenta #FE89E5
RGB
CMYK
RGB Variations
Color information
#FE89E5 (or 0xFE89E5) is known color: Pale Magenta. HEX triplet: FE, 89 and E5. RGB value is (254,137,229). Sum of RGB (Red+Green+Blue) = 254+137+229=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 137 (53.91% from 255 or 22.10% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FE89E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE89E5 is #01761A. Grayscale: #B6B6B6. Windows color (decimal): -95771 or 15043070. OLE color: 15043070.
HSL color Cylindrical-coordinate representation of color #FE89E5: hue angle of 312.82º 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 #FE89E5 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 137 | 229 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.00 |
| HSL | 312.82º | 0.98% | 0.77% | - |
| HSV(B) | 312.82º | 0.46% | 1% | - |
| XYZ | 63.96 | 44.62 | 79.37 | - |
| YUV | 182.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 137 | 229 | 0 | 0.46 | 0.10 | 0.00 | 312.82 | 0.98 | 0.77 |
| Hex | FE | 89 | E5 | 0 | 2E | A | 0 | 139 | 62 | 4D |
| Octal | 376 | 211 | 345 | 0 | 56 | 12 | 0 | 471 | 142 | 115 |
| Binary | 11111110 | 10001001 | 11100101 | 0 | 101110 | 1010 | 0 | 100111001 | 1100010 | 1001101 |
Color Harmonies of #FE89E5
Complementary color
Monochromatic Colors of #FE89E5
Black with #FE89E5
Text Example
Text Example
White with #FE89E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE89E5; }
p { color: rgb(254,137,229); }
H1.HeaderClassName
{
color: #FE89E5;
}
.AnyTagClassName
{
color: #FE89E5;
}
</style>
background-color css
<style>
a { background-color: #FE89E5; }
a { background-color: rgb(254,137,229); }
div.DivClassName
{
background-color: #FE89E5;
}
.BgClassName
{
background-color: #FE89E5;
}
</style>
border-color css
<style>
span { border-color: #FE89E5; }
span { border-color: rgb(254,137,229); }
td.TdClassName
{
border-color: #FE89E5;
}
.TagClassName
{
border-color: #FE89E5;
}
</style>