#E9ACEA

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

Shades of Plum #E9ACEA

Tints of Plum #E9ACEA

Color information

#E9ACEA (or 0xE9ACEA) is unknown color: approx Plum. HEX triplet: E9, AC and EA. RGB value is (233,172,234). Sum of RGB (Red+Green+Blue) = 233+172+234=639 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.46% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9ACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ACEA is #165315. Grayscale: #C5C5C5. Windows color (decimal): -1463062 or 15379689. OLE color: 15379689.

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

Color convert

RGB233172234-
CMYK0.000.2600.08
HSL299.03º59.62%79.61%-
HSV(B)299.03º26.5%91.76%-
XYZ63.2152.7784.7-
YUV197.31148.71153.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.46%
GREEN value IS 172 (67.58% from 255) = 26.92%
BLUE value IS 234 (91.80% from 255) = 36.62%
R=36.46%
G=26.92%
B=36.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331722340.000.2600.08299.0359.6279.61
HexE9ACEA01A0812b3c50
Octal35125435203201045374120
Binary111010011010110011101010011010010001001010111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ACEA; }

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

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

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

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

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

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

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

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