#E0A6DF

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

Shades of Plum #E0A6DF

Tints of Plum #E0A6DF

Color information

#E0A6DF (or 0xE0A6DF) is unknown color: approx Plum. HEX triplet: E0, A6 and DF. RGB value is (224,166,223). Sum of RGB (Red+Green+Blue) = 224+166+223=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A6DF is #1F5920. Grayscale: #BDBDBD. Windows color (decimal): -2054433 or 14657248. OLE color: 14657248.

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

Color convert

RGB224166223-
CMYK00.260.000.12
HSL301.03º48.33%76.47%-
HSV(B)301.03º25.89%87.84%-
XYZ57.748.4576.12-
YUV189.84146.72152.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.54%
GREEN value IS 166 (65.23% from 255) = 27.08%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=36.54%
G=27.08%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416622300.260.000.12301.0348.3376.47
HexE0A6DF01A0C12d304c
Octal34024633703201445560114
Binary111000001010011011011111011010011001001011011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A6DF; }

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

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

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

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

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

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

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

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