#E8A5DA

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

Shades of Plum #E8A5DA

Tints of Plum #E8A5DA

Color information

#E8A5DA (or 0xE8A5DA) is unknown color: approx Plum. HEX triplet: E8, A5 and DA. RGB value is (232,165,218). Sum of RGB (Red+Green+Blue) = 232+165+218=615 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.72% from 615); Green value is 165 (64.84% from 255 or 26.83% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A5DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A5DA is #175A25. Grayscale: #BEBEBE. Windows color (decimal): -1530406 or 14329320. OLE color: 14329320.

HSL color Cylindrical-coordinate representation of color #E8A5DA: hue angle of 312.54º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8A5DA is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232165218-
CMYK00.290.060.09
HSL312.54º59.29%77.84%-
HSV(B)312.54º28.88%90.98%-
XYZ59.3949.1372.68-
YUV191.08143.2157.19-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.72%
GREEN value IS 165 (64.84% from 255) = 26.83%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=37.72%
G=26.83%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216521800.290.060.09312.5459.2977.84
HexE8A5DA01D691393b4e
Octal35024533203561147173116
Binary11101000101001011101101001110111010011001110011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A5DA; }

 p { color: rgb(232,165,218); }

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

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

 a { background-color: rgb(232,165,218); }

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

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

 span { border-color: rgb(232,165,218); }

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