#E5ADEC

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

Shades of Plum #E5ADEC

Tints of Plum #E5ADEC

Color information

#E5ADEC (or 0xE5ADEC) is unknown color: approx Plum. HEX triplet: E5, AD and EC. RGB value is (229,173,236). Sum of RGB (Red+Green+Blue) = 229+173+236=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ADEC is #1A5213. Grayscale: #C4C4C4. Windows color (decimal): -1724948 or 15511013. OLE color: 15511013.

HSL color Cylindrical-coordinate representation of color #E5ADEC: hue angle of 293.33º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5ADEC is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229173236-
CMYK0.030.2700.07
HSL293.33º62.38%80.2%-
HSV(B)293.33º26.69%92.55%-
XYZ62.452.686.22-
YUV196.93150.05150.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.89%
GREEN value IS 173 (67.97% from 255) = 27.12%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=35.89%
G=27.12%
B=36.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291732360.030.2700.07293.3362.3880.2
HexE5ADEC31B071253e50
Octal3452553543330744576120
Binary111001011010110111101100111101101111001001011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ADEC; }

 p { color: rgb(229,173,236); }

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

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

 a { background-color: rgb(229,173,236); }

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

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

 span { border-color: rgb(229,173,236); }

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