#FF88E1

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

Shades of Pale Magenta #FF88E1

Tints of Pale Magenta #FF88E1

Color information

#FF88E1 (or 0xFF88E1) is unknown color: approx Pale Magenta. HEX triplet: FF, 88 and E1. RGB value is (255,136,225). Sum of RGB (Red+Green+Blue) = 255+136+225=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 136 (53.52% from 255 or 22.08% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88E1 is #00771E. Grayscale: #B5B5B5. Windows color (decimal): -30495 or 14780671. OLE color: 14780671.

HSL color Cylindrical-coordinate representation of color #FF88E1: hue angle of 315.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF88E1 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255136225-
CMYK00.470.120
HSL315.13º100%76.67%-
HSV(B)315.13º46.67%100%-
XYZ63.6344.376.43-
YUV181.73152.42180.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.40%
GREEN value IS 136 (53.52% from 255) = 22.08%
BLUE value IS 225 (88.28% from 255) = 36.53%
R=41.40%
G=22.08%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513622500.470.120315.1310076.67
HexFF88E102FC013b644d
Octal377210341057140473144115
Binary11111111100010001110000101011111100010011101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF88E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF88E1; }

 p { color: rgb(255,136,225); }

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

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

 a { background-color: rgb(255,136,225); }

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

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

 span { border-color: rgb(255,136,225); }

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