#FF80EE

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

Shades of Pale Magenta #FF80EE

Tints of Pale Magenta #FF80EE

Color information

#FF80EE (or 0xFF80EE) is unknown color: approx Pale Magenta. HEX triplet: FF, 80 and EE. RGB value is (255,128,238). Sum of RGB (Red+Green+Blue) = 255+128+238=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 128 (50.39% from 255 or 20.61% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80EE is #007F11. Grayscale: #B2B2B2. Windows color (decimal): -32530 or 15630591. OLE color: 15630591.

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

Color convert

RGB255128238-
CMYK00.500.070
HSL308.03º100%75.1%-
HSV(B)308.03º49.8%100%-
XYZ64.3942.8785.77-
YUV178.51161.58182.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 128 (50.39% from 255) = 20.61%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=41.06%
G=20.61%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512823800.500.070308.0310075.1
HexFF80EE03270134644b
Octal37720035606270464144113
Binary1111111110000000111011100110010111010011010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80EE; }

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

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

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

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

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

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

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

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