#FF85EA

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

Shades of Pale Magenta #FF85EA

Tints of Pale Magenta #FF85EA

Color information

#FF85EA (or 0xFF85EA) is unknown color: approx Pale Magenta. HEX triplet: FF, 85 and EA. RGB value is (255,133,234). Sum of RGB (Red+Green+Blue) = 255+133+234=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 133 (52.34% from 255 or 21.38% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85EA is #007A15. Grayscale: #B4B4B4. Windows color (decimal): -31254 or 15369727. OLE color: 15369727.

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

Color convert

RGB255133234-
CMYK00.480.080
HSL310.33º100%76.08%-
HSV(B)310.33º47.84%100%-
XYZ64.4843.9882.93-
YUV180.99157.92180.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 133 (52.34% from 255) = 21.38%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=41.00%
G=21.38%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513323400.480.080310.3310076.08
HexFF85EA03080136644c
Octal377205352060100466144114
Binary11111111100001011110101001100001000010011011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF85EA; }

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

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

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

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

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

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

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

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