#E8ADEB

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

Shades of Plum #E8ADEB

Tints of Plum #E8ADEB

Color information

#E8ADEB (or 0xE8ADEB) is unknown color: approx Plum. HEX triplet: E8, AD and EB. RGB value is (232,173,235). Sum of RGB (Red+Green+Blue) = 232+173+235=640 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.25% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8ADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ADEB is #175214. Grayscale: #C5C5C5. Windows color (decimal): -1528341 or 15445480. OLE color: 15445480.

HSL color Cylindrical-coordinate representation of color #E8ADEB: hue angle of 297.1º degrees, saturation: 0.61, 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 #E8ADEB is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232173235-
CMYK0.010.2600.08
HSL297.1º60.78%80%-
HSV(B)297.1º26.38%92.16%-
XYZ63.2253.0485.5-
YUV197.71149.05152.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.25%
GREEN value IS 173 (67.97% from 255) = 27.03%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=36.25%
G=27.03%
B=36.72%

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
Decimal2321732350.010.2600.08297.160.7880
HexE8ADEB11A081293d50
Octal35025535313201045175120
Binary111010001010110111101011111010010001001010011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ADEB; }

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

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

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

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

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

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

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

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