#E8ADEA

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

Shades of Plum #E8ADEA

Tints of Plum #E8ADEA

Color information

#E8ADEA (or 0xE8ADEA) is unknown color: approx Plum. HEX triplet: E8, AD and EA. RGB value is (232,173,234). Sum of RGB (Red+Green+Blue) = 232+173+234=639 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.31% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8ADEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ADEA is #175215. Grayscale: #C5C5C5. Windows color (decimal): -1528342 or 15379944. OLE color: 15379944.

HSL color Cylindrical-coordinate representation of color #E8ADEA: hue angle of 298.03º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8ADEA is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232173234-
CMYK0.010.2600.08
HSL298.03º59.22%79.8%-
HSV(B)298.03º26.07%91.76%-
XYZ63.0752.9884.74-
YUV197.59148.55152.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.31%
GREEN value IS 173 (67.97% from 255) = 27.07%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=36.31%
G=27.07%
B=36.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2321732340.010.2600.08298.0359.2279.8
HexE8ADEA11A0812a3b50
Octal35025535213201045273120
Binary111010001010110111101010111010010001001010101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ADEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ADEA; }

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

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

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

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

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

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

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

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