#E5AEEC

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

Shades of Plum #E5AEEC

Tints of Plum #E5AEEC

Color information

#E5AEEC (or 0xE5AEEC) is unknown color: approx Plum. HEX triplet: E5, AE and EC. RGB value is (229,174,236). Sum of RGB (Red+Green+Blue) = 229+174+236=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEEC is #1A5113. Grayscale: #C5C5C5. Windows color (decimal): -1724692 or 15511269. OLE color: 15511269.

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

Color convert

RGB229174236-
CMYK0.030.2600.07
HSL293.23º62%80.39%-
HSV(B)293.23º26.27%92.55%-
XYZ62.5952.9986.29-
YUV197.51149.72150.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.84%
GREEN value IS 174 (68.36% from 255) = 27.23%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=35.84%
G=27.23%
B=36.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291742360.030.2600.07293.236280.39
HexE5AEEC31A071253e50
Octal3452563543320744576120
Binary111001011010111011101100111101001111001001011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AEEC; }

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

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

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

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

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

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

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

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