#E8ADED

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

Shades of Plum #E8ADED

Tints of Plum #E8ADED

Color information

#E8ADED (or 0xE8ADED) is unknown color: approx Plum. HEX triplet: E8, AD and ED. RGB value is (232,173,237). Sum of RGB (Red+Green+Blue) = 232+173+237=642 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.14% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8ADED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ADED is #175212. Grayscale: #C5C5C5. Windows color (decimal): -1528339 or 15576552. OLE color: 15576552.

HSL color Cylindrical-coordinate representation of color #E8ADED: hue angle of 295.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8ADED is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232173237-
CMYK0.020.2700.07
HSL295.31º64%80.39%-
HSV(B)295.31º27%92.94%-
XYZ63.5153.1687.03-
YUV197.94150.05152.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.14%
GREEN value IS 173 (67.97% from 255) = 26.95%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=36.14%
G=26.95%
B=36.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321732370.020.2700.07295.316480.39
HexE8ADED21B071274050
Octal35025535523307447100120
Binary1110100010101101111011011011011011110010011110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ADED; }

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

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

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

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

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

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

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

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