#E0A0E1

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

Shades of Plum #E0A0E1

Tints of Plum #E0A0E1

Color information

#E0A0E1 (or 0xE0A0E1) is unknown color: approx Plum. HEX triplet: E0, A0 and E1. RGB value is (224,160,225). Sum of RGB (Red+Green+Blue) = 224+160+225=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 225 - color contains mainly: blue. Hex color #E0A0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A0E1 is #1F5F1E. Grayscale: #BABABA. Windows color (decimal): -2055967 or 14786784. OLE color: 14786784.

HSL color Cylindrical-coordinate representation of color #E0A0E1: hue angle of 299.08º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0A0E1 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224160225-
CMYK0.000.2900.12
HSL299.08º52%75.49%-
HSV(B)299.08º28.89%88.24%-
XYZ56.946.4377.2-
YUV186.55149.7154.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.78%
GREEN value IS 160 (62.89% from 255) = 26.27%
BLUE value IS 225 (88.28% from 255) = 36.95%
R=36.78%
G=26.27%
B=36.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241602250.000.2900.12299.085275.49
HexE0A0E101D0C12b344b
Octal34024034103501445364113
Binary111000001010000011100001011101011001001010111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A0E1; }

 p { color: rgb(224,160,225); }

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

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

 a { background-color: rgb(224,160,225); }

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

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

 span { border-color: rgb(224,160,225); }

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