#e3a3e1

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

Shades of Plum #E3A3E1

Tints of Plum #E3A3E1

Color information

#E3A3E1 (or 0xE3A3E1) is unknown color: approx Plum. HEX triplet: E3, A3 and E1. RGB value is (227,163,225). Sum of RGB (Red+Green+Blue) = 227+163+225=615 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.91% from 615); Green value is 163 (64.06% from 255 or 26.50% from 615); Blue value is 225 (88.28% from 255 or 36.59% from 615); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A3E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A3E1 is #1C5C1E. Grayscale: #BDBDBD. Windows color (decimal): -1858591 or 14787555. OLE color: 14787555.

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

Color convert

RGB227163225-
CMYK00.280.010.11
HSL301.88º53.33%76.47%-
HSV(B)301.88º28.19%89.02%-
XYZ58.3747.9677.42-
YUV189.2148.2154.96-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.91%
GREEN value IS 163 (64.06% from 255) = 26.50%
BLUE value IS 225 (88.28% from 255) = 36.59%
R=36.91%
G=26.50%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716322500.280.010.11301.8853.3376.47
HexE3A3E101C1B12e354c
Octal34324334103411345665114
Binary111000111010001111100001011100110111001011101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3a3e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3a3e1; }

 p { color: rgb(227,163,225); }

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

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

 a { background-color: rgb(227,163,225); }

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

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

 span { border-color: rgb(227,163,225); }

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