#E6A4DC

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

Shades of Plum #E6A4DC

Tints of Plum #E6A4DC

Color information

#E6A4DC (or 0xE6A4DC) is unknown color: approx Plum. HEX triplet: E6, A4 and DC. RGB value is (230,164,220). Sum of RGB (Red+Green+Blue) = 230+164+220=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A4DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A4DC is #195B23. Grayscale: #BDBDBD. Windows color (decimal): -1661732 or 14460134. OLE color: 14460134.

HSL color Cylindrical-coordinate representation of color #E6A4DC: hue angle of 309.09º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6A4DC is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB230164220-
CMYK00.290.040.10
HSL309.09º56.9%77.25%-
HSV(B)309.09º28.7%90.2%-
XYZ58.8348.5473.98-
YUV190.12144.87156.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.46%
GREEN value IS 164 (64.45% from 255) = 26.71%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=37.46%
G=26.71%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016422000.290.040.10309.0956.977.25
HexE6A4DC01D4A135394d
Octal34624433403541246571115
Binary11100110101001001101110001110110010101001101011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A4DC; }

 p { color: rgb(230,164,220); }

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

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

 a { background-color: rgb(230,164,220); }

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

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

 span { border-color: rgb(230,164,220); }

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