#E6ACEA

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

Shades of Plum #E6ACEA

Tints of Plum #E6ACEA

Color information

#E6ACEA (or 0xE6ACEA) is unknown color: approx Plum. HEX triplet: E6, AC and EA. RGB value is (230,172,234). Sum of RGB (Red+Green+Blue) = 230+172+234=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6ACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ACEA is #195315. Grayscale: #C4C4C4. Windows color (decimal): -1659670 or 15379686. OLE color: 15379686.

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

Color convert

RGB230172234-
CMYK0.020.2600.08
HSL296.13º59.62%79.61%-
HSV(B)296.13º26.5%91.76%-
XYZ62.2452.2784.65-
YUV196.41149.22151.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.16%
GREEN value IS 172 (67.58% from 255) = 27.04%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=36.16%
G=27.04%
B=36.79%

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
Decimal2301722340.020.2600.08296.1359.6279.61
HexE6ACEA21A081283c50
Octal34625435223201045074120
Binary1110011010101100111010101011010010001001010001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ACEA; }

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

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

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

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

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

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

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

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