#FF85E3

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

Shades of Pale Magenta #FF85E3

Tints of Pale Magenta #FF85E3

Color information

#FF85E3 (or 0xFF85E3) is unknown color: approx Pale Magenta. HEX triplet: FF, 85 and E3. RGB value is (255,133,227). Sum of RGB (Red+Green+Blue) = 255+133+227=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 133 (52.34% from 255 or 21.63% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85E3 is #007A1C. Grayscale: #B3B3B3. Windows color (decimal): -31261 or 14910975. OLE color: 14910975.

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

Color convert

RGB255133227-
CMYK00.480.110
HSL313.77º100%76.08%-
HSV(B)313.77º47.84%100%-
XYZ63.4943.5877.74-
YUV180.19154.42181.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 133 (52.34% from 255) = 21.63%
BLUE value IS 227 (89.06% from 255) = 36.91%
R=41.46%
G=21.63%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513322700.480.110313.7710076.08
HexFF85E3030B013a644c
Octal377205343060130472144114
Binary11111111100001011110001101100001011010011101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF85E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF85E3; }

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

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

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

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

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

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

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

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