#E6A6DC

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

Shades of Plum #E6A6DC

Tints of Plum #E6A6DC

Color information

#E6A6DC (or 0xE6A6DC) is unknown color: approx Plum. HEX triplet: E6, A6 and DC. RGB value is (230,166,220). Sum of RGB (Red+Green+Blue) = 230+166+220=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 166 (65.23% from 255 or 26.95% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A6DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A6DC is #195923. Grayscale: #BFBFBF. Windows color (decimal): -1661220 or 14460646. OLE color: 14460646.

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

Color convert

RGB230166220-
CMYK00.280.040.10
HSL309.38º56.14%77.65%-
HSV(B)309.38º27.83%90.2%-
XYZ59.1949.2674.1-
YUV191.29144.2155.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.34%
GREEN value IS 166 (65.23% from 255) = 26.95%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=37.34%
G=26.95%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016622000.280.040.10309.3856.1477.65
HexE6A6DC01C4A135384e
Octal34624633403441246570116
Binary11100110101001101101110001110010010101001101011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A6DC; }

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

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

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

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

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

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

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

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