#E6AEE8

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

Shades of Plum #E6AEE8

Tints of Plum #E6AEE8

Color information

#E6AEE8 (or 0xE6AEE8) is unknown color: approx Plum. HEX triplet: E6, AE and E8. RGB value is (230,174,232). Sum of RGB (Red+Green+Blue) = 230+174+232=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 232 - color contains mainly: blue. Hex color #E6AEE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEE8 is #195117. Grayscale: #C5C5C5. Windows color (decimal): -1659160 or 15249126. OLE color: 15249126.

HSL color Cylindrical-coordinate representation of color #E6AEE8: hue angle of 297.93º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6AEE8 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB230174232-
CMYK0.010.2500.09
HSL297.93º55.77%79.61%-
HSV(B)297.93º25%90.98%-
XYZ62.3352.9283.27-
YUV197.36147.55151.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.16%
GREEN value IS 174 (68.36% from 255) = 27.36%
BLUE value IS 232 (91.02% from 255) = 36.48%
R=36.16%
G=27.36%
B=36.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2301742320.010.2500.09297.9355.7779.61
HexE6AEE81190912a3850
Octal34625635013101145270120
Binary111001101010111011101000111001010011001010101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AEE8; }

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

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

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

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

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

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

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

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