#E1ADE8

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

Shades of Plum #E1ADE8

Tints of Plum #E1ADE8

Color information

#E1ADE8 (or 0xE1ADE8) is unknown color: approx Plum. HEX triplet: E1, AD and E8. RGB value is (225,173,232). Sum of RGB (Red+Green+Blue) = 225+173+232=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #E1ADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ADE8 is #1E5217. Grayscale: #C3C3C3. Windows color (decimal): -1987096 or 15248865. OLE color: 15248865.

HSL color Cylindrical-coordinate representation of color #E1ADE8: hue angle of 292.88º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1ADE8 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB225173232-
CMYK0.030.2500.09
HSL292.88º56.19%79.41%-
HSV(B)292.88º25.43%90.98%-
XYZ60.5651.7283.14-
YUV195.27148.73149.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 173 (67.97% from 255) = 27.46%
BLUE value IS 232 (91.02% from 255) = 36.83%
R=35.71%
G=27.46%
B=36.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2251732320.030.2500.09292.8856.1979.41
HexE1ADE831909125384f
Octal34125535033101144570117
Binary1110000110101101111010001111001010011001001011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ADE8; }

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

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

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

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

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

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

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

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