#E7ACEA

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

Shades of Plum #E7ACEA

Tints of Plum #E7ACEA

Color information

#E7ACEA (or 0xE7ACEA) is unknown color: approx Plum. HEX triplet: E7, AC and EA. RGB value is (231,172,234). Sum of RGB (Red+Green+Blue) = 231+172+234=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7ACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ACEA is #185315. Grayscale: #C4C4C4. Windows color (decimal): -1594134 or 15379687. OLE color: 15379687.

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

Color convert

RGB231172234-
CMYK0.010.2600.08
HSL297.1º59.62%79.61%-
HSV(B)297.1º26.5%91.76%-
XYZ62.5652.4384.67-
YUV196.71149.05152.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.26%
GREEN value IS 172 (67.58% from 255) = 27.00%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=36.26%
G=27.00%
B=36.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311722340.010.2600.08297.159.6279.61
HexE7ACEA11A081293c50
Octal34725435213201045174120
Binary111001111010110011101010111010010001001010011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACEA; }

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

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

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

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

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

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

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

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