#E7ACE4

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

Shades of Plum #E7ACE4

Tints of Plum #E7ACE4

Color information

#E7ACE4 (or 0xE7ACE4) is unknown color: approx Plum. HEX triplet: E7, AC and E4. RGB value is (231,172,228). Sum of RGB (Red+Green+Blue) = 231+172+228=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ACE4 is #18531B. Grayscale: #C3C3C3. Windows color (decimal): -1594140 or 14986471. OLE color: 14986471.

HSL color Cylindrical-coordinate representation of color #E7ACE4: hue angle of 303.05º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7ACE4 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB231172228-
CMYK00.260.010.09
HSL303.05º55.14%79.02%-
HSV(B)303.05º25.54%90.59%-
XYZ61.7152.180.2-
YUV196.02146.05152.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.61%
GREEN value IS 172 (67.58% from 255) = 27.26%
BLUE value IS 228 (89.45% from 255) = 36.13%
R=36.61%
G=27.26%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117222800.260.010.09303.0555.1479.02
HexE7ACE401A1912f374f
Octal34725434403211145767117
Binary111001111010110011100100011010110011001011111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACE4; }

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

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

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

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

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

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

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

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