#FF85EB

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

Shades of Pale Magenta #FF85EB

Tints of Pale Magenta #FF85EB

Color information

#FF85EB (or 0xFF85EB) is unknown color: approx Pale Magenta. HEX triplet: FF, 85 and EB. RGB value is (255,133,235). Sum of RGB (Red+Green+Blue) = 255+133+235=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 133 (52.34% from 255 or 21.35% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85EB is #007A14. Grayscale: #B4B4B4. Windows color (decimal): -31253 or 15435263. OLE color: 15435263.

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

Color convert

RGB255133235-
CMYK00.480.080
HSL309.84º100%76.08%-
HSV(B)309.84º47.84%100%-
XYZ64.6244.0383.69-
YUV181.11158.42180.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 133 (52.34% from 255) = 21.35%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=40.93%
G=21.35%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513323500.480.080309.8410076.08
HexFF85EB03080136644c
Octal377205353060100466144114
Binary11111111100001011110101101100001000010011011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF85EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF85EB; }

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

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

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

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

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

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

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

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