#E0A6DC

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

Shades of Plum #E0A6DC

Tints of Plum #E0A6DC

Color information

#E0A6DC (or 0xE0A6DC) is unknown color: approx Plum. HEX triplet: E0, A6 and DC. RGB value is (224,166,220). Sum of RGB (Red+Green+Blue) = 224+166+220=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A6DC is #1F5923. Grayscale: #BDBDBD. Windows color (decimal): -2054436 or 14460640. OLE color: 14460640.

HSL color Cylindrical-coordinate representation of color #E0A6DC: hue angle of 304.14º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0A6DC is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224166220-
CMYK00.260.020.12
HSL304.14º48.33%76.47%-
HSV(B)304.14º25.89%87.84%-
XYZ57.2948.2974.01-
YUV189.5145.22152.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.72%
GREEN value IS 166 (65.23% from 255) = 27.21%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=36.72%
G=27.21%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416622000.260.020.12304.1448.3376.47
HexE0A6DC01A2C130304c
Octal34024633403221446060114
Binary1110000010100110110111000110101011001001100001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A6DC; }

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

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

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

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

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

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

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

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