#E8A4DD

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

Shades of Plum #E8A4DD

Tints of Plum #E8A4DD

Color information

#E8A4DD (or 0xE8A4DD) is unknown color: approx Plum. HEX triplet: E8, A4 and DD. RGB value is (232,164,221). Sum of RGB (Red+Green+Blue) = 232+164+221=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A4DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A4DD is #175B22. Grayscale: #BEBEBE. Windows color (decimal): -1530659 or 14525672. OLE color: 14525672.

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

Color convert

RGB232164221-
CMYK00.290.050.09
HSL309.71º59.65%77.65%-
HSV(B)309.71º29.31%90.98%-
XYZ59.6148.9374.71-
YUV190.83145.03157.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.60%
GREEN value IS 164 (64.45% from 255) = 26.58%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=37.60%
G=26.58%
B=35.82%

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
Decimal23216422100.290.050.09309.7159.6577.65
HexE8A4DD01D591363c4e
Octal35024433503551146674116
Binary11101000101001001101110101110110110011001101101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A4DD; }

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

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

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

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

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

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

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

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