#FF80EA

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

Shades of Pale Magenta #FF80EA

Tints of Pale Magenta #FF80EA

Color information

#FF80EA (or 0xFF80EA) is unknown color: approx Pale Magenta. HEX triplet: FF, 80 and EA. RGB value is (255,128,234). Sum of RGB (Red+Green+Blue) = 255+128+234=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 128 (50.39% from 255 or 20.75% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80EA is #007F15. Grayscale: #B1B1B1. Windows color (decimal): -32534 or 15368447. OLE color: 15368447.

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

Color convert

RGB255128234-
CMYK00.500.080
HSL309.92º100%75.1%-
HSV(B)309.92º49.8%100%-
XYZ63.8142.6482.71-
YUV178.06159.58182.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.33%
GREEN value IS 128 (50.39% from 255) = 20.75%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=41.33%
G=20.75%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512823400.500.080309.9210075.1
HexFF80EA03280136644b
Octal377200352062100466144113
Binary11111111100000001110101001100101000010011011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80EA; }

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

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

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

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

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

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

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

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