Shades of Pale Magenta #FF85ED
Tints of Pale Magenta #FF85ED
RGB
CMYK
RGB Variations
Color information
#FF85ED (or 0xFF85ED) is known color: Pale Magenta. HEX triplet: FF, 85 and ED. RGB value is (255,133,237). Sum of RGB (Red+Green+Blue) = 255+133+237=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 133 (52.34% from 255 or 21.28% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85ED is #007A12. Grayscale: #B5B5B5. Windows color (decimal): -31251 or 15566335. OLE color: 15566335.
HSL color Cylindrical-coordinate representation of color #FF85ED: hue angle of 308.85º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF85ED is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 237 | - |
| CMYK | 0 | 0.48 | 0.07 | 0 |
| HSL | 308.85º | 1% | 0.76% | - |
| HSV(B) | 308.85º | 0.48% | 1% | - |
| XYZ | 64.91 | 44.15 | 85.22 | - |
| YUV | 181.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 237 | 0 | 0.48 | 0.07 | 0 | 308.85 | 1 | 0.76 |
| Hex | FF | 85 | ED | 0 | 30 | 7 | 0 | 135 | 64 | 4C |
| Octal | 377 | 205 | 355 | 0 | 60 | 7 | 0 | 465 | 144 | 114 |
| Binary | 11111111 | 10000101 | 11101101 | 0 | 110000 | 111 | 0 | 100110101 | 1100100 | 1001100 |
Color Harmonies of #FF85ED
Complementary color
Monochromatic Colors of #FF85ED
Black with #FF85ED
Text Example
Text Example
White with #FF85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85ED; }
p { color: rgb(255,133,237); }
H1.HeaderClassName
{
color: #FF85ED;
}
.AnyTagClassName
{
color: #FF85ED;
}
</style>
background-color css
<style>
a { background-color: #FF85ED; }
a { background-color: rgb(255,133,237); }
div.DivClassName
{
background-color: #FF85ED;
}
.BgClassName
{
background-color: #FF85ED;
}
</style>
border-color css
<style>
span { border-color: #FF85ED; }
span { border-color: rgb(255,133,237); }
td.TdClassName
{
border-color: #FF85ED;
}
.TagClassName
{
border-color: #FF85ED;
}
</style>