#E3A6DC

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

Shades of Plum #E3A6DC

Tints of Plum #E3A6DC

Color information

#E3A6DC (or 0xE3A6DC) is unknown color: approx Plum. HEX triplet: E3, A6 and DC. RGB value is (227,166,220). Sum of RGB (Red+Green+Blue) = 227+166+220=613 (81% of max value = 765). Red value is 227 (89.06% from 255 or 37.03% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A6DC is #1C5923. Grayscale: #BEBEBE. Windows color (decimal): -1857828 or 14460643. OLE color: 14460643.

HSL color Cylindrical-coordinate representation of color #E3A6DC: hue angle of 306.89º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3A6DC is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB227166220-
CMYK00.270.030.11
HSL306.89º52.14%77.06%-
HSV(B)306.89º26.87%89.02%-
XYZ58.2348.7774.05-
YUV190.4144.71154.11-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.03%
GREEN value IS 166 (65.23% from 255) = 27.08%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=37.03%
G=27.08%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716622000.270.030.11306.8952.1477.06
HexE3A6DC01B3B133344d
Octal34324633403331346364115
Binary1110001110100110110111000110111110111001100111101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A6DC; }

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

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

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

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

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

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

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

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