#E2AADE

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

Shades of Plum #E2AADE

Tints of Plum #E2AADE

Color information

#E2AADE (or 0xE2AADE) is unknown color: approx Plum. HEX triplet: E2, AA and DE. RGB value is (226,170,222). Sum of RGB (Red+Green+Blue) = 226+170+222=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AADE is #1D5521. Grayscale: #C0C0C0. Windows color (decimal): -1922338 or 14592738. OLE color: 14592738.

HSL color Cylindrical-coordinate representation of color #E2AADE: hue angle of 304.29º degrees, saturation: 0.49, 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 #E2AADE is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226170222-
CMYK00.250.020.11
HSL304.29º49.12%77.65%-
HSV(B)304.29º24.78%88.63%-
XYZ58.9250.1975.69-
YUV192.67144.55151.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.57%
GREEN value IS 170 (66.80% from 255) = 27.51%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=36.57%
G=27.51%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617022200.250.020.11304.2949.1277.65
HexE2AADE0192B130314e
Octal34225233603121346061116
Binary1110001010101010110111100110011010111001100001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AADE; }

 p { color: rgb(226,170,222); }

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

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

 a { background-color: rgb(226,170,222); }

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

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

 span { border-color: rgb(226,170,222); }

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