#FF85EE

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

Shades of Pale Magenta #FF85EE

Tints of Pale Magenta #FF85EE

Color information

#FF85EE (or 0xFF85EE) is unknown color: approx Pale Magenta. HEX triplet: FF, 85 and EE. RGB value is (255,133,238). Sum of RGB (Red+Green+Blue) = 255+133+238=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 133 (52.34% from 255 or 21.25% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF85EE is #007A11. Grayscale: #B5B5B5. Windows color (decimal): -31250 or 15631871. OLE color: 15631871.

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

Color convert

RGB255133238-
CMYK00.480.070
HSL308.36º100%76.08%-
HSV(B)308.36º47.84%100%-
XYZ65.0644.2185.99-
YUV181.45159.92180.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 133 (52.34% from 255) = 21.25%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=40.73%
G=21.25%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513323800.480.070308.3610076.08
HexFF85EE03070134644c
Octal37720535606070464144114
Binary1111111110000101111011100110000111010011010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF85EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF85EE; }

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

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

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

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

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

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

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

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