#E6ACEF

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

Shades of Plum #E6ACEF

Tints of Plum #E6ACEF

Color information

#E6ACEF (or 0xE6ACEF) is unknown color: approx Plum. HEX triplet: E6, AC and EF. RGB value is (230,172,239). Sum of RGB (Red+Green+Blue) = 230+172+239=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6ACEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ACEF is #195310. Grayscale: #C4C4C4. Windows color (decimal): -1659665 or 15707366. OLE color: 15707366.

HSL color Cylindrical-coordinate representation of color #E6ACEF: hue angle of 291.94º 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 #E6ACEF is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230172239-
CMYK0.040.2800.06
HSL291.94º67.68%80.59%-
HSV(B)291.94º28.03%93.73%-
XYZ62.9752.5688.49-
YUV196.98151.72151.55-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.88%
GREEN value IS 172 (67.58% from 255) = 26.83%
BLUE value IS 239 (93.75% from 255) = 37.29%
R=35.88%
G=26.83%
B=37.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301722390.040.2800.06291.9467.6880.59
HexE6ACEF41C061244451
Octal34625435743406444104121
Binary11100110101011001110111110011100011010010010010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ACEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ACEF; }

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

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

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

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

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

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

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

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