#EB82D1

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

Shades of Pale Magenta #EB82D1

Tints of Pale Magenta #EB82D1

Color information

#EB82D1 (or 0xEB82D1) is unknown color: approx Pale Magenta. HEX triplet: EB, 82 and D1. RGB value is (235,130,209). Sum of RGB (Red+Green+Blue) = 235+130+209=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EB82D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB82D1 is #147D2E. Grayscale: #AAAAAA. Windows color (decimal): -1342767 or 13730539. OLE color: 13730539.

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

Color convert

RGB235130209-
CMYK00.450.110.08
HSL314.86º72.41%71.57%-
HSV(B)314.86º44.68%92.16%-
XYZ53.7538.2364.87-
YUV170.4149.79174.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 130 (51.17% from 255) = 22.65%
BLUE value IS 209 (82.03% from 255) = 36.41%
R=40.94%
G=22.65%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513020900.450.110.08314.8672.4171.57
HexEB82D102DB813b4848
Octal3532023210551310473110110
Binary11101011100000101101000101011011011100010011101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB82D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB82D1; }

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

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

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

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

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

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

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

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