#E3A2E5

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

Shades of Plum #E3A2E5

Tints of Plum #E3A2E5

Color information

#E3A2E5 (or 0xE3A2E5) is unknown color: approx Plum. HEX triplet: E3, A2 and E5. RGB value is (227,162,229). Sum of RGB (Red+Green+Blue) = 227+162+229=618 (81% of max value = 765). Red value is 227 (89.06% from 255 or 36.73% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #E3A2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A2E5 is #1C5D1A. Grayscale: #BCBCBC. Windows color (decimal): -1858843 or 15049443. OLE color: 15049443.

HSL color Cylindrical-coordinate representation of color #E3A2E5: hue angle of 298.21º 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 #E3A2E5 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB227162229-
CMYK0.010.2900.10
HSL298.21º56.3%76.67%-
HSV(B)298.21º29.26%89.8%-
XYZ58.7447.8380.26-
YUV189.07150.53155.05-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.73%
GREEN value IS 162 (63.67% from 255) = 26.21%
BLUE value IS 229 (89.84% from 255) = 37.06%
R=36.73%
G=26.21%
B=37.06%

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
Decimal2271622290.010.2900.10298.2156.376.67
HexE3A2E511D0A12a384d
Octal34324234513501245270115
Binary111000111010001011100101111101010101001010101110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A2E5; }

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

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

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

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

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

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

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

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