#E5ACEA

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

Shades of Plum #E5ACEA

Tints of Plum #E5ACEA

Color information

#E5ACEA (or 0xE5ACEA) is unknown color: approx Plum. HEX triplet: E5, AC and EA. RGB value is (229,172,234). Sum of RGB (Red+Green+Blue) = 229+172+234=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ACEA is #1A5315. Grayscale: #C3C3C3. Windows color (decimal): -1725206 or 15379685. OLE color: 15379685.

HSL color Cylindrical-coordinate representation of color #E5ACEA: hue angle of 295.16º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5ACEA is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229172234-
CMYK0.020.2600.08
HSL295.16º59.62%79.61%-
HSV(B)295.16º26.5%91.76%-
XYZ61.9252.184.64-
YUV196.11149.38151.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.06%
GREEN value IS 172 (67.58% from 255) = 27.09%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=36.06%
G=27.09%
B=36.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291722340.020.2600.08295.1659.6279.61
HexE5ACEA21A081273c50
Octal34525435223201044774120
Binary1110010110101100111010101011010010001001001111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ACEA; }

 p { color: rgb(229,172,234); }

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

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

 a { background-color: rgb(229,172,234); }

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

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

 span { border-color: rgb(229,172,234); }

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