#e2a3e3

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

Shades of Plum #E2A3E3

Tints of Plum #E2A3E3

Color information

#E2A3E3 (or 0xE2A3E3) is unknown color: approx Plum. HEX triplet: E2, A3 and E3. RGB value is (226,163,227). Sum of RGB (Red+Green+Blue) = 226+163+227=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 163 (64.06% from 255 or 26.46% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 227 - color contains mainly: blue. Hex color #E2A3E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A3E3 is #1D5C1C. Grayscale: #BCBCBC. Windows color (decimal): -1924125 or 14918626. OLE color: 14918626.

HSL color Cylindrical-coordinate representation of color #E2A3E3: hue angle of 299.06º 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 #E2A3E3 is Cyan = 0.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB226163227-
CMYK0.000.2800.11
HSL299.06º53.33%76.47%-
HSV(B)299.06º28.19%89.02%-
XYZ58.3347.9178.85-
YUV189.13149.37154.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.69%
GREEN value IS 163 (64.06% from 255) = 26.46%
BLUE value IS 227 (89.06% from 255) = 36.85%
R=36.69%
G=26.46%
B=36.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261632270.000.2800.11299.0653.3376.47
HexE2A3E301C0B12b354c
Octal34224334303401345365114
Binary111000101010001111100011011100010111001010111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2a3e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2a3e3; }

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

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

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

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

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

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

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

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