#E4AAEC

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

Shades of Plum #E4AAEC

Tints of Plum #E4AAEC

Color information

#E4AAEC (or 0xE4AAEC) is unknown color: approx Plum. HEX triplet: E4, AA and EC. RGB value is (228,170,236). Sum of RGB (Red+Green+Blue) = 228+170+236=634 (83% of max value = 765). Red value is 228 (89.45% from 255 or 35.96% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #E4AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AAEC is #1B5513. Grayscale: #C2C2C2. Windows color (decimal): -1791252 or 15510244. OLE color: 15510244.

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

Color convert

RGB228170236-
CMYK0.030.2800.07
HSL292.73º63.46%79.61%-
HSV(B)292.73º27.97%92.55%-
XYZ61.5151.386.02-
YUV194.87151.22151.63-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.96%
GREEN value IS 170 (66.80% from 255) = 26.81%
BLUE value IS 236 (92.58% from 255) = 37.22%
R=35.96%
G=26.81%
B=37.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281702360.030.2800.07292.7363.4679.61
HexE4AAEC31C071253f50
Octal3442523543340744577120
Binary111001001010101011101100111110001111001001011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AAEC; }

 p { color: rgb(228,170,236); }

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

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

 a { background-color: rgb(228,170,236); }

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

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

 span { border-color: rgb(228,170,236); }

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