#e8ade9

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

Shades of Plum #E8ADE9

Tints of Plum #E8ADE9

Color information

#E8ADE9 (or 0xE8ADE9) is unknown color: approx Plum. HEX triplet: E8, AD and E9. RGB value is (232,173,233). Sum of RGB (Red+Green+Blue) = 232+173+233=638 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.36% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 233 - color contains mainly: blue. Hex color #E8ADE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ADE9 is #175216. Grayscale: #C5C5C5. Windows color (decimal): -1528343 or 15314408. OLE color: 15314408.

HSL color Cylindrical-coordinate representation of color #E8ADE9: hue angle of 299º 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 #E8ADE9 is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB232173233-
CMYK0.000.2600.09
HSL299º57.69%79.61%-
HSV(B)299º25.75%91.37%-
XYZ62.9352.9383.99-
YUV197.48148.05152.62-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.36%
GREEN value IS 173 (67.97% from 255) = 27.12%
BLUE value IS 233 (91.41% from 255) = 36.52%
R=36.36%
G=27.12%
B=36.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321732330.000.2600.0929957.6979.61
HexE8ADE901A0912b3a50
Octal35025535103201145372120
Binary111010001010110111101001011010010011001010111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8ade9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8ade9; }

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

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

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

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

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

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

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

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