#E0ACE2

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

Shades of Plum #E0ACE2

Tints of Plum #E0ACE2

Color information

#E0ACE2 (or 0xE0ACE2) is unknown color: approx Plum. HEX triplet: E0, AC and E2. RGB value is (224,172,226). Sum of RGB (Red+Green+Blue) = 224+172+226=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 226 - color contains mainly: blue. Hex color #E0ACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ACE2 is #1F531D. Grayscale: #C1C1C1. Windows color (decimal): -2052894 or 14855392. OLE color: 14855392.

HSL color Cylindrical-coordinate representation of color #E0ACE2: hue angle of 297.78º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0ACE2 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224172226-
CMYK0.010.2400.11
HSL297.78º48.21%78.04%-
HSV(B)297.78º23.89%88.63%-
XYZ59.2250.8478.64-
YUV193.7146.23149.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.01%
GREEN value IS 172 (67.58% from 255) = 27.65%
BLUE value IS 226 (88.67% from 255) = 36.33%
R=36.01%
G=27.65%
B=36.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2241722260.010.2400.11297.7848.2178.04
HexE0ACE21180B12a304e
Octal34025434213001345260116
Binary111000001010110011100010111000010111001010101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ACE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ACE2; }

 p { color: rgb(224,172,226); }

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

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

 a { background-color: rgb(224,172,226); }

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

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

 span { border-color: rgb(224,172,226); }

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