#E3A5D7

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

Shades of Plum #E3A5D7

Tints of Plum #E3A5D7

Color information

#E3A5D7 (or 0xE3A5D7) is unknown color: approx Plum. HEX triplet: E3, A5 and D7. RGB value is (227,165,215). Sum of RGB (Red+Green+Blue) = 227+165+215=607 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.40% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A5D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3A5D7 is #1C5A28. Grayscale: #BDBDBD. Windows color (decimal): -1858089 or 14132707. OLE color: 14132707.

HSL color Cylindrical-coordinate representation of color #E3A5D7: hue angle of 311.61º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E3A5D7 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB227165215-
CMYK00.270.050.11
HSL311.61º52.54%76.86%-
HSV(B)311.61º27.31%89.02%-
XYZ57.448.1570.56-
YUV189.24142.54154.93-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.40%
GREEN value IS 165 (64.84% from 255) = 27.18%
BLUE value IS 215 (84.38% from 255) = 35.42%
R=37.40%
G=27.18%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22716521500.270.050.11311.6152.5476.86
HexE3A5D701B5B138354d
Octal34324532703351347065115
Binary11100011101001011101011101101110110111001110001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3A5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3A5D7; }

 p { color: rgb(227,165,215); }

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

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

 a { background-color: rgb(227,165,215); }

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

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

 span { border-color: rgb(227,165,215); }

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