#E0A6D6

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

Shades of Plum #E0A6D6

Tints of Plum #E0A6D6

Color information

#E0A6D6 (or 0xE0A6D6) is unknown color: approx Plum. HEX triplet: E0, A6 and D6. RGB value is (224,166,214). Sum of RGB (Red+Green+Blue) = 224+166+214=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A6D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A6D6 is #1F5929. Grayscale: #BCBCBC. Windows color (decimal): -2054442 or 14067424. OLE color: 14067424.

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

Color convert

RGB224166214-
CMYK00.260.040.12
HSL310.34º48.33%76.47%-
HSV(B)310.34º25.89%87.84%-
XYZ56.5147.9769.9-
YUV188.81142.22153.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 166 (65.23% from 255) = 27.48%
BLUE value IS 214 (83.98% from 255) = 35.43%
R=37.09%
G=27.48%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22416621400.260.040.12310.3448.3376.47
HexE0A6D601A4C136304c
Octal34024632603241446660114
Binary11100000101001101101011001101010011001001101101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A6D6; }

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

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

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

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

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

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

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

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