Shades of Pale Magenta #FF89EA
Tints of Pale Magenta #FF89EA
RGB
CMYK
RGB Variations
Color information
#FF89EA (or 0xFF89EA) is known color: Pale Magenta. HEX triplet: FF, 89 and EA. RGB value is (255,137,234). Sum of RGB (Red+Green+Blue) = 255+137+234=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 137 (53.91% from 255 or 21.88% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF89EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF89EA is #007615. Grayscale: #B7B7B7. Windows color (decimal): -30230 or 15370751. OLE color: 15370751.
HSL color Cylindrical-coordinate representation of color #FF89EA: hue angle of 310.68º 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 #FF89EA is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 137 | 234 | - |
| CMYK | 0 | 0.46 | 0.08 | 0 |
| HSL | 310.68º | 1% | 0.77% | - |
| HSV(B) | 310.68º | 0.46% | 1% | - |
| XYZ | 65.04 | 45.09 | 83.12 | - |
| YUV | 183.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 137 | 234 | 0 | 0.46 | 0.08 | 0 | 310.68 | 1 | 0.77 |
| Hex | FF | 89 | EA | 0 | 2E | 8 | 0 | 137 | 64 | 4D |
| Octal | 377 | 211 | 352 | 0 | 56 | 10 | 0 | 467 | 144 | 115 |
| Binary | 11111111 | 10001001 | 11101010 | 0 | 101110 | 1000 | 0 | 100110111 | 1100100 | 1001101 |
Color Harmonies of #FF89EA
Complementary color
Monochromatic Colors of #FF89EA
Black with #FF89EA
Text Example
Text Example
White with #FF89EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF89EA; }
p { color: rgb(255,137,234); }
H1.HeaderClassName
{
color: #FF89EA;
}
.AnyTagClassName
{
color: #FF89EA;
}
</style>
background-color css
<style>
a { background-color: #FF89EA; }
a { background-color: rgb(255,137,234); }
div.DivClassName
{
background-color: #FF89EA;
}
.BgClassName
{
background-color: #FF89EA;
}
</style>
border-color css
<style>
span { border-color: #FF89EA; }
span { border-color: rgb(255,137,234); }
td.TdClassName
{
border-color: #FF89EA;
}
.TagClassName
{
border-color: #FF89EA;
}
</style>