#E2AADF

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

Shades of Plum #E2AADF

Tints of Plum #E2AADF

Color information

#E2AADF (or 0xE2AADF) is unknown color: approx Plum. HEX triplet: E2, AA and DF. RGB value is (226,170,223). Sum of RGB (Red+Green+Blue) = 226+170+223=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AADF is #1D5520. Grayscale: #C0C0C0. Windows color (decimal): -1922337 or 14658274. OLE color: 14658274.

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

Color convert

RGB226170223-
CMYK00.250.010.11
HSL303.21º49.12%77.65%-
HSV(B)303.21º24.78%88.63%-
XYZ59.0650.2576.4-
YUV192.79145.05151.69-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.51%
GREEN value IS 170 (66.80% from 255) = 27.46%
BLUE value IS 223 (87.5% from 255) = 36.03%
R=36.51%
G=27.46%
B=36.03%

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
Decimal22617022300.250.010.11303.2149.1277.65
HexE2AADF0191B12f314e
Octal34225233703111345761116
Binary111000101010101011011111011001110111001011111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AADF; }

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

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

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

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

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

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

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

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