#E8A5DD

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

Shades of Plum #E8A5DD

Tints of Plum #E8A5DD

Color information

#E8A5DD (or 0xE8A5DD) is unknown color: approx Plum. HEX triplet: E8, A5 and DD. RGB value is (232,165,221). Sum of RGB (Red+Green+Blue) = 232+165+221=618 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.54% from 618); Green value is 165 (64.84% from 255 or 26.70% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A5DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A5DD is #175A22. Grayscale: #BFBFBF. Windows color (decimal): -1530403 or 14525928. OLE color: 14525928.

HSL color Cylindrical-coordinate representation of color #E8A5DD: hue angle of 309.85º 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 #E8A5DD is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB232165221-
CMYK00.290.050.09
HSL309.85º59.29%77.84%-
HSV(B)309.85º28.88%90.98%-
XYZ59.7849.2974.77-
YUV191.42144.7156.95-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.54%
GREEN value IS 165 (64.84% from 255) = 26.70%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=37.54%
G=26.70%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216522100.290.050.09309.8559.2977.84
HexE8A5DD01D591363b4e
Octal35024533503551146673116
Binary11101000101001011101110101110110110011001101101110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A5DD; }

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

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

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

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

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

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

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

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