#E3AAE0

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

Shades of Plum #E3AAE0

Tints of Plum #E3AAE0

Color information

#E3AAE0 (or 0xE3AAE0) is unknown color: approx Plum. HEX triplet: E3, AA and E0. RGB value is (227,170,224). Sum of RGB (Red+Green+Blue) = 227+170+224=621 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.55% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3AAE0 is #1C551F. Grayscale: #C1C1C1. Windows color (decimal): -1856800 or 14723811. OLE color: 14723811.

HSL color Cylindrical-coordinate representation of color #E3AAE0: hue angle of 303.16º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3AAE0 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB227170224-
CMYK00.250.010.11
HSL303.16º50.44%77.84%-
HSV(B)303.16º25.11%89.02%-
XYZ59.5150.4677.12-
YUV193.2145.38152.11-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.55%
GREEN value IS 170 (66.80% from 255) = 27.38%
BLUE value IS 224 (87.89% from 255) = 36.07%
R=36.55%
G=27.38%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717022400.250.010.11303.1650.4477.84
HexE3AAE00191B12f324e
Octal34325234003111345762116
Binary111000111010101011100000011001110111001011111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AAE0; }

 p { color: rgb(227,170,224); }

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

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

 a { background-color: rgb(227,170,224); }

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

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

 span { border-color: rgb(227,170,224); }

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