Shades of Pale Magenta #FF89E5
Tints of Pale Magenta #FF89E5
RGB
CMYK
RGB Variations
Color information
#FF89E5 (or 0xFF89E5) is known color: Pale Magenta. HEX triplet: FF, 89 and E5. RGB value is (255,137,229). Sum of RGB (Red+Green+Blue) = 255+137+229=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 137 (53.91% from 255 or 22.06% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF89E5 is #00761A. Grayscale: #B6B6B6. Windows color (decimal): -30235 or 15043071. OLE color: 15043071.
HSL color Cylindrical-coordinate representation of color #FF89E5: hue angle of 313.22º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF89E5 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 229 | - |
| CMYK | 0 | 0.46 | 0.10 | 0 |
| HSL | 313.22º | 1% | 0.77% | - |
| HSV(B) | 313.22º | 0.46% | 1% | - |
| XYZ | 64.33 | 44.81 | 79.39 | - |
| YUV | 182.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 229 | 0 | 0.46 | 0.10 | 0 | 313.22 | 1 | 0.77 |
| Hex | FF | 89 | E5 | 0 | 2E | A | 0 | 139 | 64 | 4D |
| Octal | 377 | 211 | 345 | 0 | 56 | 12 | 0 | 471 | 144 | 115 |
| Binary | 11111111 | 10001001 | 11100101 | 0 | 101110 | 1010 | 0 | 100111001 | 1100100 | 1001101 |
Color Harmonies of #FF89E5
Complementary color
Monochromatic Colors of #FF89E5
Black with #FF89E5
Text Example
Text Example
White with #FF89E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89E5; }
p { color: rgb(255,137,229); }
H1.HeaderClassName
{
color: #FF89E5;
}
.AnyTagClassName
{
color: #FF89E5;
}
</style>
background-color css
<style>
a { background-color: #FF89E5; }
a { background-color: rgb(255,137,229); }
div.DivClassName
{
background-color: #FF89E5;
}
.BgClassName
{
background-color: #FF89E5;
}
</style>
border-color css
<style>
span { border-color: #FF89E5; }
span { border-color: rgb(255,137,229); }
td.TdClassName
{
border-color: #FF89E5;
}
.TagClassName
{
border-color: #FF89E5;
}
</style>