#E9ADEB

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

Shades of Plum #E9ADEB

Tints of Plum #E9ADEB

Color information

#E9ADEB (or 0xE9ADEB) is unknown color: approx Plum. HEX triplet: E9, AD and EB. RGB value is (233,173,235). Sum of RGB (Red+Green+Blue) = 233+173+235=641 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.35% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9ADEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ADEB is #165214. Grayscale: #C5C5C5. Windows color (decimal): -1462805 or 15445481. OLE color: 15445481.

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

Color convert

RGB233173235-
CMYK0.010.2600.08
HSL298.06º60.78%80%-
HSV(B)298.06º26.38%92.16%-
XYZ63.5453.2185.52-
YUV198.01148.88152.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.35%
GREEN value IS 173 (67.97% from 255) = 26.99%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=36.35%
G=26.99%
B=36.66%

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
Decimal2331732350.010.2600.08298.0660.7880
HexE9ADEB11A0812a3d50
Octal35125535313201045275120
Binary111010011010110111101011111010010001001010101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ADEB; }

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

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

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

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

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

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

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

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