#FF85E7

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

Shades of Pale Magenta #FF85E7

Tints of Pale Magenta #FF85E7

Color information

#FF85E7 (or 0xFF85E7) is unknown color: approx Pale Magenta. HEX triplet: FF, 85 and E7. RGB value is (255,133,231). Sum of RGB (Red+Green+Blue) = 255+133+231=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 133 (52.34% from 255 or 21.49% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85E7 is #007A18. Grayscale: #B4B4B4. Windows color (decimal): -31257 or 15173119. OLE color: 15173119.

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

Color convert

RGB255133231-
CMYK00.480.090
HSL311.8º100%76.08%-
HSV(B)311.8º47.84%100%-
XYZ64.0543.880.68-
YUV180.65156.42181.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.20%
GREEN value IS 133 (52.34% from 255) = 21.49%
BLUE value IS 231 (90.62% from 255) = 37.32%
R=41.20%
G=21.49%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513323100.480.090311.810076.08
HexFF85E703090138644c
Octal377205347060110470144114
Binary11111111100001011110011101100001001010011100011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF85E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF85E7; }

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

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

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

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

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

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

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

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