#EB82D5

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

Shades of Pale Magenta #EB82D5

Tints of Pale Magenta #EB82D5

Color information

#EB82D5 (or 0xEB82D5) is unknown color: approx Pale Magenta. HEX triplet: EB, 82 and D5. RGB value is (235,130,213). Sum of RGB (Red+Green+Blue) = 235+130+213=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EB82D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB82D5 is #147D2A. Grayscale: #AAAAAA. Windows color (decimal): -1342763 or 13992683. OLE color: 13992683.

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

Color convert

RGB235130213-
CMYK00.450.090.08
HSL312.57º72.41%71.57%-
HSV(B)312.57º44.68%92.16%-
XYZ54.2538.4367.51-
YUV170.86151.79173.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 130 (51.17% from 255) = 22.49%
BLUE value IS 213 (83.59% from 255) = 36.85%
R=40.66%
G=22.49%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513021300.450.090.08312.5772.4171.57
HexEB82D502D981394848
Octal3532023250551110471110110
Binary11101011100000101101010101011011001100010011100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB82D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB82D5; }

 p { color: rgb(235,130,213); }

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

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

 a { background-color: rgb(235,130,213); }

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

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

 span { border-color: rgb(235,130,213); }

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