#EC82DA

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

Shades of Pale Magenta #EC82DA

Tints of Pale Magenta #EC82DA

Color information

#EC82DA (or 0xEC82DA) is unknown color: approx Pale Magenta. HEX triplet: EC, 82 and DA. RGB value is (236,130,218). Sum of RGB (Red+Green+Blue) = 236+130+218=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82DA is #137D25. Grayscale: #ABABAB. Windows color (decimal): -1277222 or 14320364. OLE color: 14320364.

HSL color Cylindrical-coordinate representation of color #EC82DA: hue angle of 310.19º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC82DA is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB236130218-
CMYK00.450.080.07
HSL310.19º73.61%71.76%-
HSV(B)310.19º44.92%92.55%-
XYZ55.2338.8670.92-
YUV171.73154.12173.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.41%
GREEN value IS 130 (51.17% from 255) = 22.26%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=40.41%
G=22.26%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613021800.450.080.07310.1973.6171.76
HexEC82DA02D871364a48
Octal354202332055107466112110
Binary1110110010000010110110100101101100011110011011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC82DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC82DA; }

 p { color: rgb(236,130,218); }

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

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

 a { background-color: rgb(236,130,218); }

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

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

 span { border-color: rgb(236,130,218); }

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