Shades of Pale Magenta #FF87EA
Tints of Pale Magenta #FF87EA
RGB
CMYK
RGB Variations
Color information
#FF87EA (or 0xFF87EA) is known color: Pale Magenta. HEX triplet: FF, 87 and EA. RGB value is (255,135,234). Sum of RGB (Red+Green+Blue) = 255+135+234=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 135 (53.12% from 255 or 21.63% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF87EA is #007815. Grayscale: #B5B5B5. Windows color (decimal): -30742 or 15370239. OLE color: 15370239.
HSL color Cylindrical-coordinate representation of color #FF87EA: hue angle of 310.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF87EA is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 234 | - |
| CMYK | 0 | 0.47 | 0.08 | 0 |
| HSL | 310.5º | 1% | 0.76% | - |
| HSV(B) | 310.5º | 0.47% | 1% | - |
| XYZ | 64.76 | 44.53 | 83.02 | - |
| YUV | 182.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 234 | 0 | 0.47 | 0.08 | 0 | 310.5 | 1 | 0.76 |
| Hex | FF | 87 | EA | 0 | 2F | 8 | 0 | 136 | 64 | 4C |
| Octal | 377 | 207 | 352 | 0 | 57 | 10 | 0 | 466 | 144 | 114 |
| Binary | 11111111 | 10000111 | 11101010 | 0 | 101111 | 1000 | 0 | 100110110 | 1100100 | 1001100 |
Color Harmonies of #FF87EA
Complementary color
Monochromatic Colors of #FF87EA
Black with #FF87EA
Text Example
Text Example
White with #FF87EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF87EA; }
p { color: rgb(255,135,234); }
H1.HeaderClassName
{
color: #FF87EA;
}
.AnyTagClassName
{
color: #FF87EA;
}
</style>
background-color css
<style>
a { background-color: #FF87EA; }
a { background-color: rgb(255,135,234); }
div.DivClassName
{
background-color: #FF87EA;
}
.BgClassName
{
background-color: #FF87EA;
}
</style>
border-color css
<style>
span { border-color: #FF87EA; }
span { border-color: rgb(255,135,234); }
td.TdClassName
{
border-color: #FF87EA;
}
.TagClassName
{
border-color: #FF87EA;
}
</style>