#E6ACEB

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

Shades of Plum #E6ACEB

Tints of Plum #E6ACEB

Color information

#E6ACEB (or 0xE6ACEB) is unknown color: approx Plum. HEX triplet: E6, AC and EB. RGB value is (230,172,235). Sum of RGB (Red+Green+Blue) = 230+172+235=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6ACEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ACEB is #195314. Grayscale: #C4C4C4. Windows color (decimal): -1659669 or 15445222. OLE color: 15445222.

HSL color Cylindrical-coordinate representation of color #E6ACEB: hue angle of 295.24º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E6ACEB is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230172235-
CMYK0.020.2700.08
HSL295.24º61.17%79.8%-
HSV(B)295.24º26.81%92.16%-
XYZ62.3852.3385.41-
YUV196.52149.72151.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.11%
GREEN value IS 172 (67.58% from 255) = 27.00%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=36.11%
G=27.00%
B=36.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2301722350.020.2700.08295.2461.1779.8
HexE6ACEB21B081273d50
Octal34625435323301044775120
Binary1110011010101100111010111011011010001001001111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ACEB; }

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

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

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

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

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

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

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

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