#E1AEEC

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

Shades of Plum #E1AEEC

Tints of Plum #E1AEEC

Color information

#E1AEEC (or 0xE1AEEC) is unknown color: approx Plum. HEX triplet: E1, AE and EC. RGB value is (225,174,236). Sum of RGB (Red+Green+Blue) = 225+174+236=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AEEC is #1E5113. Grayscale: #C4C4C4. Windows color (decimal): -1986836 or 15511265. OLE color: 15511265.

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

Color convert

RGB225174236-
CMYK0.050.2600.07
HSL289.35º62%80.39%-
HSV(B)289.35º26.27%92.55%-
XYZ61.3352.3486.23-
YUV196.32150.4148.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.43%
GREEN value IS 174 (68.36% from 255) = 27.40%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=35.43%
G=27.40%
B=37.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2251742360.050.2600.07289.356280.39
HexE1AEEC51A071213e50
Octal3412563545320744176120
Binary1110000110101110111011001011101001111001000011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AEEC; }

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

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

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

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

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

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

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

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