#E0A6DA

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

Shades of Plum #E0A6DA

Tints of Plum #E0A6DA

Color information

#E0A6DA (or 0xE0A6DA) is unknown color: approx Plum. HEX triplet: E0, A6 and DA. RGB value is (224,166,218). Sum of RGB (Red+Green+Blue) = 224+166+218=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A6DA is #1F5925. Grayscale: #BDBDBD. Windows color (decimal): -2054438 or 14329568. OLE color: 14329568.

HSL color Cylindrical-coordinate representation of color #E0A6DA: hue angle of 306.21º 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 #E0A6DA is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB224166218-
CMYK00.260.030.12
HSL306.21º48.33%76.47%-
HSV(B)306.21º25.89%87.84%-
XYZ57.0348.1872.62-
YUV189.27144.22152.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.84%
GREEN value IS 166 (65.23% from 255) = 27.30%
BLUE value IS 218 (85.55% from 255) = 35.86%
R=36.84%
G=27.30%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416621800.260.030.12306.2148.3376.47
HexE0A6DA01A3C132304c
Octal34024633203231446260114
Binary1110000010100110110110100110101111001001100101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A6DA; }

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

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

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

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

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

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

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

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