#FF85E6

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

Shades of Pale Magenta #FF85E6

Tints of Pale Magenta #FF85E6

Color information

#FF85E6 (or 0xFF85E6) is unknown color: approx Pale Magenta. HEX triplet: FF, 85 and E6. RGB value is (255,133,230). Sum of RGB (Red+Green+Blue) = 255+133+230=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 133 (52.34% from 255 or 21.52% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85E6 is #007A19. Grayscale: #B4B4B4. Windows color (decimal): -31258 or 15107583. OLE color: 15107583.

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

Color convert

RGB255133230-
CMYK00.480.100
HSL312.3º100%76.08%-
HSV(B)312.3º47.84%100%-
XYZ63.9143.7579.94-
YUV180.54155.92181.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.26%
GREEN value IS 133 (52.34% from 255) = 21.52%
BLUE value IS 230 (90.23% from 255) = 37.22%
R=41.26%
G=21.52%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513323000.480.100312.310076.08
HexFF85E6030A0138644c
Octal377205346060120470144114
Binary11111111100001011110011001100001010010011100011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF85E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF85E6; }

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

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

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

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

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

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

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

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