#FF80E2

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

Shades of Pale Magenta #FF80E2

Tints of Pale Magenta #FF80E2

Color information

#FF80E2 (or 0xFF80E2) is unknown color: approx Pale Magenta. HEX triplet: FF, 80 and E2. RGB value is (255,128,226). Sum of RGB (Red+Green+Blue) = 255+128+226=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 128 (50.39% from 255 or 21.02% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80E2 is #007F1D. Grayscale: #B0B0B0. Windows color (decimal): -32542 or 14844159. OLE color: 14844159.

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

Color convert

RGB255128226-
CMYK00.500.110
HSL313.7º100%75.1%-
HSV(B)313.7º49.8%100%-
XYZ62.6942.1976.79-
YUV177.14155.58183.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 128 (50.39% from 255) = 21.02%
BLUE value IS 226 (88.67% from 255) = 37.11%
R=41.87%
G=21.02%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512822600.500.110313.710075.1
HexFF80E2032B013a644b
Octal377200342062130472144113
Binary11111111100000001110001001100101011010011101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80E2; }

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

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

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

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

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

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

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

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