#E1ADE9

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

Shades of Plum #E1ADE9

Tints of Plum #E1ADE9

Color information

#E1ADE9 (or 0xE1ADE9) is unknown color: approx Plum. HEX triplet: E1, AD and E9. RGB value is (225,173,233). Sum of RGB (Red+Green+Blue) = 225+173+233=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #E1ADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ADE9 is #1E5216. Grayscale: #C3C3C3. Windows color (decimal): -1987095 or 15314401. OLE color: 15314401.

HSL color Cylindrical-coordinate representation of color #E1ADE9: hue angle of 292º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1ADE9 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225173233-
CMYK0.030.2600.09
HSL292º57.69%79.61%-
HSV(B)292º25.75%91.37%-
XYZ60.751.7883.89-
YUV195.39149.23149.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.66%
GREEN value IS 173 (67.97% from 255) = 27.42%
BLUE value IS 233 (91.41% from 255) = 36.93%
R=35.66%
G=27.42%
B=36.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2251732330.030.2600.0929257.6979.61
HexE1ADE931A091243a50
Octal34125535133201144472120
Binary1110000110101101111010011111010010011001001001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADE9; }

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

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

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

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

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

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

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

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