#EB82DC

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

Shades of Pale Magenta #EB82DC

Tints of Pale Magenta #EB82DC

Color information

#EB82DC (or 0xEB82DC) is unknown color: approx Pale Magenta. HEX triplet: EB, 82 and DC. RGB value is (235,130,220). Sum of RGB (Red+Green+Blue) = 235+130+220=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 130 (51.17% from 255 or 22.22% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB82DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB82DC is #147D23. Grayscale: #ABABAB. Windows color (decimal): -1342756 or 14451435. OLE color: 14451435.

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

Color convert

RGB235130220-
CMYK00.450.060.08
HSL308.57º72.41%71.57%-
HSV(B)308.57º44.68%92.16%-
XYZ55.1638.7972.29-
YUV171.66155.29173.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 130 (51.17% from 255) = 22.22%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=40.17%
G=22.22%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513022000.450.060.08308.5772.4171.57
HexEB82DC02D681354848
Octal353202334055610465110110
Binary1110101110000010110111000101101110100010011010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB82DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB82DC; }

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

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

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

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

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

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

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

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