#EF82DA

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

Shades of Pale Magenta #EF82DA

Tints of Pale Magenta #EF82DA

Color information

#EF82DA (or 0xEF82DA) is unknown color: approx Pale Magenta. HEX triplet: EF, 82 and DA. RGB value is (239,130,218). Sum of RGB (Red+Green+Blue) = 239+130+218=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF82DA is #107D25. Grayscale: #ACACAC. Windows color (decimal): -1080614 or 14320367. OLE color: 14320367.

HSL color Cylindrical-coordinate representation of color #EF82DA: hue angle of 311.56º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF82DA is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239130218-
CMYK00.460.090.06
HSL311.56º77.3%72.35%-
HSV(B)311.56º45.61%93.73%-
XYZ56.2339.3870.97-
YUV172.62153.61175.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 130 (51.17% from 255) = 22.15%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=40.72%
G=22.15%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913021800.460.090.06311.5677.372.35
HexEF82DA02E961384d48
Octal357202332056116470115110
Binary1110111110000010110110100101110100111010011100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF82DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF82DA; }

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

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

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

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

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

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

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

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