#E6AEEC

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

Shades of Plum #E6AEEC

Tints of Plum #E6AEEC

Color information

#E6AEEC (or 0xE6AEEC) is unknown color: approx Plum. HEX triplet: E6, AE and EC. RGB value is (230,174,236). Sum of RGB (Red+Green+Blue) = 230+174+236=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #E6AEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEEC is #195113. Grayscale: #C5C5C5. Windows color (decimal): -1659156 or 15511270. OLE color: 15511270.

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

Color convert

RGB230174236-
CMYK0.030.2600.07
HSL294.19º62%80.39%-
HSV(B)294.19º26.27%92.55%-
XYZ62.9153.1586.3-
YUV197.81149.55150.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.94%
GREEN value IS 174 (68.36% from 255) = 27.19%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=35.94%
G=27.19%
B=36.88%

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
Decimal2301742360.030.2600.07294.196280.39
HexE6AEEC31A071263e50
Octal3462563543320744676120
Binary111001101010111011101100111101001111001001101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AEEC; }

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

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

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

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

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

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

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

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