#E3A3E5

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

Shades of Plum #E3A3E5

Tints of Plum #E3A3E5

Color information

#E3A3E5 (or 0xE3A3E5) is unknown color: approx Plum. HEX triplet: E3, A3 and E5. RGB value is (227,163,229). Sum of RGB (Red+Green+Blue) = 227+163+229=619 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.67% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 229 - color contains mainly: blue. Hex color #E3A3E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A3E5 is #1C5C1A. Grayscale: #BDBDBD. Windows color (decimal): -1858587 or 15049699. OLE color: 15049699.

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

Color convert

RGB227163229-
CMYK0.010.2900.10
HSL298.18º55.93%76.86%-
HSV(B)298.18º28.82%89.8%-
XYZ58.9248.1880.32-
YUV189.66150.2154.63-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.67%
GREEN value IS 163 (64.06% from 255) = 26.33%
BLUE value IS 229 (89.84% from 255) = 37.00%
R=36.67%
G=26.33%
B=37.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2271632290.010.2900.10298.1855.9376.86
HexE3A3E511D0A12a384d
Octal34324334513501245270115
Binary111000111010001111100101111101010101001010101110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A3E5; }

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

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

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

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

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

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

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

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