#E5AADF

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

Shades of Plum #E5AADF

Tints of Plum #E5AADF

Color information

#E5AADF (or 0xE5AADF) is unknown color: approx Plum. HEX triplet: E5, AA and DF. RGB value is (229,170,223). Sum of RGB (Red+Green+Blue) = 229+170+223=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5AADF is #1A5520. Grayscale: #C1C1C1. Windows color (decimal): -1725729 or 14658277. OLE color: 14658277.

HSL color Cylindrical-coordinate representation of color #E5AADF: hue angle of 306.1º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5AADF is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229170223-
CMYK00.260.030.10
HSL306.1º53.15%78.24%-
HSV(B)306.1º25.76%89.8%-
XYZ60.0150.7476.44-
YUV193.68144.55153.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.82%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 223 (87.5% from 255) = 35.85%
R=36.82%
G=27.33%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917022300.260.030.10306.153.1578.24
HexE5AADF01A3A132354e
Octal34525233703231246265116
Binary1110010110101010110111110110101110101001100101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AADF; }

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

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

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

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

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

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

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

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