#E1ADEB

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

Shades of Plum #E1ADEB

Tints of Plum #E1ADEB

Color information

#E1ADEB (or 0xE1ADEB) is unknown color: approx Plum. HEX triplet: E1, AD and EB. RGB value is (225,173,235). Sum of RGB (Red+Green+Blue) = 225+173+235=633 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.55% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ADEB is #1E5214. Grayscale: #C3C3C3. Windows color (decimal): -1987093 or 15445473. OLE color: 15445473.

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

Color convert

RGB225173235-
CMYK0.040.2600.08
HSL290.32º60.78%80%-
HSV(B)290.32º26.38%92.16%-
XYZ60.9951.8985.4-
YUV195.62150.23148.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.55%
GREEN value IS 173 (67.97% from 255) = 27.33%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=35.55%
G=27.33%
B=37.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251732350.040.2600.08290.3260.7880
HexE1ADEB41A081223d50
Octal34125535343201044275120
Binary11100001101011011110101110011010010001001000101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADEB; }

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

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

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

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

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

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

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

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