#FF82E0

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

Shades of Pale Magenta #FF82E0

Tints of Pale Magenta #FF82E0

Color information

#FF82E0 (or 0xFF82E0) is unknown color: approx Pale Magenta. HEX triplet: FF, 82 and E0. RGB value is (255,130,224). Sum of RGB (Red+Green+Blue) = 255+130+224=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 130 (51.17% from 255 or 21.35% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82E0 is #007D1F. Grayscale: #B1B1B1. Windows color (decimal): -32032 or 14713599. OLE color: 14713599.

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

Color convert

RGB255130224-
CMYK00.490.120
HSL314.88º100%75.49%-
HSV(B)314.88º49.02%100%-
XYZ62.6842.6175.44-
YUV178.09153.91182.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.87%
GREEN value IS 130 (51.17% from 255) = 21.35%
BLUE value IS 224 (87.89% from 255) = 36.78%
R=41.87%
G=21.35%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513022400.490.120314.8810075.49
HexFF82E0031C013b644b
Octal377202340061140473144113
Binary11111111100000101110000001100011100010011101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF82E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF82E0; }

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

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

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

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

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

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

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

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