#FF82E4

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

Shades of Pale Magenta #FF82E4

Tints of Pale Magenta #FF82E4

Color information

#FF82E4 (or 0xFF82E4) is unknown color: approx Pale Magenta. HEX triplet: FF, 82 and E4. RGB value is (255,130,228). Sum of RGB (Red+Green+Blue) = 255+130+228=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 130 (51.17% from 255 or 21.21% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82E4 is #007D1B. Grayscale: #B2B2B2. Windows color (decimal): -32028 or 14975743. OLE color: 14975743.

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

Color convert

RGB255130228-
CMYK00.490.110
HSL312.96º100%75.49%-
HSV(B)312.96º49.02%100%-
XYZ63.2342.8378.33-
YUV178.55155.91182.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 130 (51.17% from 255) = 21.21%
BLUE value IS 228 (89.45% from 255) = 37.19%
R=41.60%
G=21.21%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513022800.490.110312.9610075.49
HexFF82E4031B0139644b
Octal377202344061130471144113
Binary11111111100000101110010001100011011010011100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF82E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF82E4; }

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

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

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

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

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

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

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

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