#E0A6D8

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

Shades of Plum #E0A6D8

Tints of Plum #E0A6D8

Color information

#E0A6D8 (or 0xE0A6D8) is unknown color: approx Plum. HEX triplet: E0, A6 and D8. RGB value is (224,166,216). Sum of RGB (Red+Green+Blue) = 224+166+216=606 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.96% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A6D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0A6D8 is #1F5927. Grayscale: #BCBCBC. Windows color (decimal): -2054440 or 14198496. OLE color: 14198496.

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

Color convert

RGB224166216-
CMYK00.260.040.12
HSL308.28º48.33%76.47%-
HSV(B)308.28º25.89%87.84%-
XYZ56.7748.0871.25-
YUV189.04143.22152.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.96%
GREEN value IS 166 (65.23% from 255) = 27.39%
BLUE value IS 216 (84.77% from 255) = 35.64%
R=36.96%
G=27.39%
B=35.64%

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
Decimal22416621600.260.040.12308.2848.3376.47
HexE0A6D801A4C134304c
Octal34024633003241446460114
Binary11100000101001101101100001101010011001001101001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0A6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0A6D8; }

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

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

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

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

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

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

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

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