#E7ACE3

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

Shades of Plum #E7ACE3

Tints of Plum #E7ACE3

Color information

#E7ACE3 (or 0xE7ACE3) is unknown color: approx Plum. HEX triplet: E7, AC and E3. RGB value is (231,172,227). Sum of RGB (Red+Green+Blue) = 231+172+227=630 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.67% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 227 (89.06% from 255 or 36.03% from 630); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ACE3 is #18531C. Grayscale: #C3C3C3. Windows color (decimal): -1594141 or 14920935. OLE color: 14920935.

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

Color convert

RGB231172227-
CMYK00.260.020.09
HSL304.07º55.14%79.02%-
HSV(B)304.07º25.54%90.59%-
XYZ61.5752.0479.47-
YUV195.91145.55153.03-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.67%
GREEN value IS 172 (67.58% from 255) = 27.30%
BLUE value IS 227 (89.06% from 255) = 36.03%
R=36.67%
G=27.30%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117222700.260.020.09304.0755.1479.02
HexE7ACE301A29130374f
Octal34725434303221146067117
Binary1110011110101100111000110110101010011001100001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ACE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ACE3; }

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

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

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

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

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

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

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

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