#E8AEE6

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

Shades of Plum #E8AEE6

Tints of Plum #E8AEE6

Color information

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

HSL color Cylindrical-coordinate representation of color #E8AEE6: hue angle of 302.07º 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 #E8AEE6 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB232174230-
CMYK00.250.010.09
HSL302.07º55.77%79.61%-
HSV(B)302.07º25%90.98%-
XYZ62.753.1481.82-
YUV197.73146.22152.45-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217423000.250.010.09302.0755.7779.61
HexE8AEE60191912e3850
Octal35025634603111145670120
Binary111010001010111011100110011001110011001011101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AEE6; }

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

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

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

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

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

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

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

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