#E3A4DC

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

Shades of Plum #E3A4DC

Tints of Plum #E3A4DC

Color information

#E3A4DC (or 0xE3A4DC) is unknown color: approx Plum. HEX triplet: E3, A4 and DC. RGB value is (227,164,220). Sum of RGB (Red+Green+Blue) = 227+164+220=611 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.15% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A4DC is #1C5B23. Grayscale: #BDBDBD. Windows color (decimal): -1858340 or 14460131. OLE color: 14460131.

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

Color convert

RGB227164220-
CMYK00.280.030.11
HSL306.67º52.94%76.67%-
HSV(B)306.67º27.75%89.02%-
XYZ57.8748.0573.93-
YUV189.22145.37154.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.15%
GREEN value IS 164 (64.45% from 255) = 26.84%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=37.15%
G=26.84%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716422000.280.030.11306.6752.9476.67
HexE3A4DC01C3B133354d
Octal34324433403431346365115
Binary1110001110100100110111000111001110111001100111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A4DC; }

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

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

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

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

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

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

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

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