#E3AEEC

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

Shades of Plum #E3AEEC

Tints of Plum #E3AEEC

Color information

#E3AEEC (or 0xE3AEEC) is unknown color: approx Plum. HEX triplet: E3, AE and EC. RGB value is (227,174,236). Sum of RGB (Red+Green+Blue) = 227+174+236=637 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.64% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AEEC is #1C5113. Grayscale: #C4C4C4. Windows color (decimal): -1855764 or 15511267. OLE color: 15511267.

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

Color convert

RGB227174236-
CMYK0.040.2600.07
HSL291.29º62%80.39%-
HSV(B)291.29º26.27%92.55%-
XYZ61.9552.6686.26-
YUV196.91150.06149.46-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.64%
GREEN value IS 174 (68.36% from 255) = 27.32%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=35.64%
G=27.32%
B=37.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271742360.040.2600.07291.296280.39
HexE3AEEC41A071233e50
Octal3432563544320744376120
Binary1110001110101110111011001001101001111001000111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AEEC; }

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

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

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

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

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

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

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

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