#E0ADEB

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

Shades of Plum #E0ADEB

Tints of Plum #E0ADEB

Color information

#E0ADEB (or 0xE0ADEB) is unknown color: approx Plum. HEX triplet: E0, AD and EB. RGB value is (224,173,235). Sum of RGB (Red+Green+Blue) = 224+173+235=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0ADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ADEB is #1F5214. Grayscale: #C3C3C3. Windows color (decimal): -2052629 or 15445472. OLE color: 15445472.

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

Color convert

RGB224173235-
CMYK0.050.2600.08
HSL289.35º60.78%80%-
HSV(B)289.35º26.38%92.16%-
XYZ60.6851.7385.38-
YUV195.32150.4148.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.44%
GREEN value IS 173 (67.97% from 255) = 27.37%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=35.44%
G=27.37%
B=37.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241732350.050.2600.08289.3560.7880
HexE0ADEB51A081213d50
Octal34025535353201044175120
Binary11100000101011011110101110111010010001001000011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ADEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ADEB; }

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

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

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

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

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

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

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

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