#e0acef

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

Shades of Mauve #E0ACEF

Tints of Mauve #E0ACEF

Color information

#E0ACEF (or 0xE0ACEF) is unknown color: approx Mauve. HEX triplet: E0, AC and EF. RGB value is (224,172,239). Sum of RGB (Red+Green+Blue) = 224+172+239=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0ACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ACEF is #1F5310. Grayscale: #C2C2C2. Windows color (decimal): -2052881 or 15707360. OLE color: 15707360.

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

Color convert

RGB224172239-
CMYK0.060.2800.06
HSL286.57º67.68%80.59%-
HSV(B)286.57º28.03%93.73%-
XYZ61.0751.5888.4-
YUV195.19152.73148.55-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.28%
GREEN value IS 172 (67.58% from 255) = 27.09%
BLUE value IS 239 (93.75% from 255) = 37.64%
R=35.28%
G=27.09%
B=37.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241722390.060.2800.06286.5767.6880.59
HexE0ACEF61C0611f4451
Octal34025435763406437104121
Binary11100000101011001110111111011100011010001111110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0acef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0acef; }

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

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

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

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

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

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

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

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