#E8A6DC

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

Shades of Plum #E8A6DC

Tints of Plum #E8A6DC

Color information

#E8A6DC (or 0xE8A6DC) is unknown color: approx Plum. HEX triplet: E8, A6 and DC. RGB value is (232,166,220). Sum of RGB (Red+Green+Blue) = 232+166+220=618 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.54% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A6DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A6DC is #175923. Grayscale: #BFBFBF. Windows color (decimal): -1530148 or 14460648. OLE color: 14460648.

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

Color convert

RGB232166220-
CMYK00.280.050.09
HSL310.91º58.93%78.04%-
HSV(B)310.91º28.45%90.98%-
XYZ59.8349.674.13-
YUV191.89143.87156.61-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.54%
GREEN value IS 166 (65.23% from 255) = 26.86%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=37.54%
G=26.86%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216622000.280.050.09310.9158.9378.04
HexE8A6DC01C591373b4e
Octal35024633403451146773116
Binary11101000101001101101110001110010110011001101111110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A6DC; }

 p { color: rgb(232,166,220); }

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

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

 a { background-color: rgb(232,166,220); }

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

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

 span { border-color: rgb(232,166,220); }

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