#E8ACEF

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

Shades of Plum #E8ACEF

Tints of Plum #E8ACEF

Color information

#E8ACEF (or 0xE8ACEF) is unknown color: approx Plum. HEX triplet: E8, AC and EF. RGB value is (232,172,239). Sum of RGB (Red+Green+Blue) = 232+172+239=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8ACEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ACEF is #175310. Grayscale: #C5C5C5. Windows color (decimal): -1528593 or 15707368. OLE color: 15707368.

HSL color Cylindrical-coordinate representation of color #E8ACEF: hue angle of 293.73º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8ACEF is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232172239-
CMYK0.030.2800.06
HSL293.73º67.68%80.59%-
HSV(B)293.73º28.03%93.73%-
XYZ63.6152.8988.52-
YUV197.58151.38152.55-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.08%
GREEN value IS 172 (67.58% from 255) = 26.75%
BLUE value IS 239 (93.75% from 255) = 37.17%
R=36.08%
G=26.75%
B=37.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2321722390.030.2800.06293.7367.6880.59
HexE8ACEF31C061264451
Octal35025435733406446104121
Binary1110100010101100111011111111100011010010011010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ACEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ACEF; }

 p { color: rgb(232,172,239); }

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

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

 a { background-color: rgb(232,172,239); }

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

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

 span { border-color: rgb(232,172,239); }

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