#FF85ED

Color #FF85ED Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FF85ED

Tints of Pale Magenta #FF85ED

Color information

#FF85ED (or 0xFF85ED) is unknown color: approx 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

RGB255133237-
CMYK00.480.070
HSL308.85º100%76.08%-
HSV(B)308.85º47.84%100%-
XYZ64.9144.1585.22-
YUV181.33159.42180.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 133 (52.34% from 255) = 21.28%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=40.8%
G=21.28%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513323700.480.070308.8510076.08
HexFF85ED03070135644c
Octal37720535506070465144114
Binary1111111110000101111011010110000111010011010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>