#E1ADE0

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

Shades of Plum #E1ADE0

Tints of Plum #E1ADE0

Color information

#E1ADE0 (or 0xE1ADE0) is unknown color: approx Plum. HEX triplet: E1, AD and E0. RGB value is (225,173,224). Sum of RGB (Red+Green+Blue) = 225+173+224=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1ADE0 is #1E521F. Grayscale: #C2C2C2. Windows color (decimal): -1987104 or 14724577. OLE color: 14724577.

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

Color convert

RGB225173224-
CMYK00.230.000.12
HSL301.15º46.43%78.04%-
HSV(B)301.15º23.11%88.24%-
XYZ59.4551.2877.29-
YUV194.36144.73149.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.17%
GREEN value IS 173 (67.97% from 255) = 27.81%
BLUE value IS 224 (87.89% from 255) = 36.01%
R=36.17%
G=27.81%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517322400.230.000.12301.1546.4378.04
HexE1ADE00170C12d2e4e
Octal34125534002701445556116
Binary111000011010110111100000010111011001001011011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADE0; }

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

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

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

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

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

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

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

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