#FF80E0

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

Shades of Pale Magenta #FF80E0

Tints of Pale Magenta #FF80E0

Color information

#FF80E0 (or 0xFF80E0) is unknown color: approx Pale Magenta. HEX triplet: FF, 80 and E0. RGB value is (255,128,224). Sum of RGB (Red+Green+Blue) = 255+128+224=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 128 (50.39% from 255 or 21.09% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80E0 is #007F1F. Grayscale: #B0B0B0. Windows color (decimal): -32544 or 14713087. OLE color: 14713087.

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

Color convert

RGB255128224-
CMYK00.500.120
HSL314.65º100%75.1%-
HSV(B)314.65º49.8%100%-
XYZ62.4142.0875.35-
YUV176.92154.58183.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 128 (50.39% from 255) = 21.09%
BLUE value IS 224 (87.89% from 255) = 36.90%
R=42.01%
G=21.09%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512822400.500.120314.6510075.1
HexFF80E0032C013b644b
Octal377200340062140473144113
Binary11111111100000001110000001100101100010011101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80E0; }

 p { color: rgb(255,128,224); }

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

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

 a { background-color: rgb(255,128,224); }

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

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

 span { border-color: rgb(255,128,224); }

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