#E3A9DC

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

Shades of Plum #E3A9DC

Tints of Plum #E3A9DC

Color information

#E3A9DC (or 0xE3A9DC) is unknown color: approx Plum. HEX triplet: E3, A9 and DC. RGB value is (227,169,220). Sum of RGB (Red+Green+Blue) = 227+169+220=616 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.85% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A9DC is #1C5623. Grayscale: #C0C0C0. Windows color (decimal): -1857060 or 14461411. OLE color: 14461411.

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

Color convert

RGB227169220-
CMYK00.260.030.11
HSL307.24º50.88%77.65%-
HSV(B)307.24º25.55%89.02%-
XYZ58.7849.8774.24-
YUV192.16143.72152.85-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.85%
GREEN value IS 169 (66.41% from 255) = 27.44%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=36.85%
G=27.44%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716922000.260.030.11307.2450.8877.65
HexE3A9DC01A3B133334e
Octal34325133403231346363116
Binary1110001110101001110111000110101110111001100111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A9DC; }

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

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

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

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

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

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

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

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