#EF82D9

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

Shades of Pale Magenta #EF82D9

Tints of Pale Magenta #EF82D9

Color information

#EF82D9 (or 0xEF82D9) is unknown color: approx Pale Magenta. HEX triplet: EF, 82 and D9. RGB value is (239,130,217). Sum of RGB (Red+Green+Blue) = 239+130+217=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 130 (51.17% from 255 or 22.18% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EF82D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF82D9 is #107D26. Grayscale: #ACACAC. Windows color (decimal): -1080615 or 14254831. OLE color: 14254831.

HSL color Cylindrical-coordinate representation of color #EF82D9: hue angle of 312.11º 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 #EF82D9 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239130217-
CMYK00.460.090.06
HSL312.11º77.3%72.35%-
HSV(B)312.11º45.61%93.73%-
XYZ56.139.3370.28-
YUV172.51153.11175.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.78%
GREEN value IS 130 (51.17% from 255) = 22.18%
BLUE value IS 217 (85.16% from 255) = 37.03%
R=40.78%
G=22.18%
B=37.03%

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
Decimal23913021700.460.090.06312.1177.372.35
HexEF82D902E961384d48
Octal357202331056116470115110
Binary1110111110000010110110010101110100111010011100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF82D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF82D9; }

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

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

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

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

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

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

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

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