#E0A4E5

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

Shades of Plum #E0A4E5

Tints of Plum #E0A4E5

Color information

#E0A4E5 (or 0xE0A4E5) is unknown color: approx Plum. HEX triplet: E0, A4 and E5. RGB value is (224,164,229). Sum of RGB (Red+Green+Blue) = 224+164+229=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0A4E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A4E5 is #1F5B1A. Grayscale: #BDBDBD. Windows color (decimal): -2054939 or 15049952. OLE color: 15049952.

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

Color convert

RGB224164229-
CMYK0.020.2800.10
HSL295.38º55.56%77.06%-
HSV(B)295.38º28.38%89.8%-
XYZ58.1648.0680.34-
YUV189.35150.38152.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.30%
GREEN value IS 164 (64.45% from 255) = 26.58%
BLUE value IS 229 (89.84% from 255) = 37.12%
R=36.30%
G=26.58%
B=37.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241642290.020.2800.10295.3855.5677.06
HexE0A4E521C0A127384d
Octal34024434523401244770115
Binary1110000010100100111001011011100010101001001111110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A4E5; }

 p { color: rgb(224,164,229); }

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

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

 a { background-color: rgb(224,164,229); }

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

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

 span { border-color: rgb(224,164,229); }

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