#E3AADF

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

Shades of Plum #E3AADF

Tints of Plum #E3AADF

Color information

#E3AADF (or 0xE3AADF) is unknown color: approx Plum. HEX triplet: E3, AA and DF. RGB value is (227,170,223). Sum of RGB (Red+Green+Blue) = 227+170+223=620 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.61% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3AADF is #1C5520. Grayscale: #C0C0C0. Windows color (decimal): -1856801 or 14658275. OLE color: 14658275.

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

Color convert

RGB227170223-
CMYK00.250.020.11
HSL304.21º50.44%77.84%-
HSV(B)304.21º25.11%89.02%-
XYZ59.3750.4176.41-
YUV193.08144.88152.19-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 36.61%
GREEN value IS 170 (66.80% from 255) = 27.42%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=36.61%
G=27.42%
B=35.97%

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
Decimal22717022300.250.020.11304.2150.4477.84
HexE3AADF0192B130324e
Octal34325233703121346062116
Binary1110001110101010110111110110011010111001100001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AADF; }

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

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

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

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

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

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

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

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