#FF85EC

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

Shades of Pale Magenta #FF85EC

Tints of Pale Magenta #FF85EC

Color information

#FF85EC (or 0xFF85EC) is unknown color: approx Pale Magenta. HEX triplet: FF, 85 and EC. RGB value is (255,133,236). Sum of RGB (Red+Green+Blue) = 255+133+236=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 133 (52.34% from 255 or 21.31% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85EC is #007A13. Grayscale: #B4B4B4. Windows color (decimal): -31252 or 15500799. OLE color: 15500799.

HSL color Cylindrical-coordinate representation of color #FF85EC: hue angle of 309.34º 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 #FF85EC is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255133236-
CMYK00.480.070
HSL309.34º100%76.08%-
HSV(B)309.34º47.84%100%-
XYZ64.7744.0984.45-
YUV181.22158.92180.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 133 (52.34% from 255) = 21.31%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=40.87%
G=21.31%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513323600.480.070309.3410076.08
HexFF85EC03070135644c
Octal37720535406070465144114
Binary1111111110000101111011000110000111010011010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF85EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF85EC; }

 p { color: rgb(255,133,236); }

 H1.HeaderClassName
 {
   color: #FF85EC;
 }
 .AnyTagClassName
 {
   color: #FF85EC;
 }
</style>
background-color css

<style>
 a { background-color: #FF85EC; }

 a { background-color: rgb(255,133,236); }

 div.DivClassName
 {
   background-color: #FF85EC;
 }
 .BgClassName
 {
   background-color: #FF85EC;
 }
</style>
border-color css

<style>
 span { border-color: #FF85EC; }

 span { border-color: rgb(255,133,236); }

 td.TdClassName
 {
   border-color: #FF85EC;
 }
 .TagClassName
 {
   border-color: #FF85EC;
 }
</style>