#E0A3E2

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

Shades of Plum #E0A3E2

Tints of Plum #E0A3E2

Color information

#E0A3E2 (or 0xE0A3E2) is unknown color: approx Plum. HEX triplet: E0, A3 and E2. RGB value is (224,163,226). Sum of RGB (Red+Green+Blue) = 224+163+226=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 163 (64.06% from 255 or 26.59% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 226 - color contains mainly: blue. Hex color #E0A3E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A3E2 is #1F5C1D. Grayscale: #BCBCBC. Windows color (decimal): -2055198 or 14853088. OLE color: 14853088.

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

Color convert

RGB224163226-
CMYK0.010.2800.11
HSL298.1º52.07%76.27%-
HSV(B)298.1º27.88%88.63%-
XYZ57.5747.5378.09-
YUV188.42149.21153.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.54%
GREEN value IS 163 (64.06% from 255) = 26.59%
BLUE value IS 226 (88.67% from 255) = 36.87%
R=36.54%
G=26.59%
B=36.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2241632260.010.2800.11298.152.0776.27
HexE0A3E211C0B12a344c
Octal34024334213401345264114
Binary111000001010001111100010111100010111001010101101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A3E2; }

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

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

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

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

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

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

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

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