#E7AEEC

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

Shades of Plum #E7AEEC

Tints of Plum #E7AEEC

Color information

#E7AEEC (or 0xE7AEEC) is unknown color: approx Plum. HEX triplet: E7, AE and EC. RGB value is (231,174,236). Sum of RGB (Red+Green+Blue) = 231+174+236=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #E7AEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AEEC is #185113. Grayscale: #C5C5C5. Windows color (decimal): -1593620 or 15511271. OLE color: 15511271.

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

Color convert

RGB231174236-
CMYK0.020.2600.07
HSL295.16º62%80.39%-
HSV(B)295.16º26.27%92.55%-
XYZ63.2353.3286.32-
YUV198.11149.38151.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.04%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=36.04%
G=27.15%
B=36.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311742360.020.2600.07295.166280.39
HexE7AEEC21A071273e50
Octal3472563542320744776120
Binary111001111010111011101100101101001111001001111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AEEC; }

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

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

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

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

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

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

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

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