#E1ACFF

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

Shades of Mauve #E1ACFF

Tints of Mauve #E1ACFF

Color information

#E1ACFF (or 0xE1ACFF) is unknown color: approx Mauve. HEX triplet: E1, AC and FF. RGB value is (225,172,255). Sum of RGB (Red+Green+Blue) = 225+172+255=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ACFF is #1E5300. Grayscale: #C5C5C5. Windows color (decimal): -1987329 or 16755937. OLE color: 16755937.

HSL color Cylindrical-coordinate representation of color #E1ACFF: hue angle of 278.31º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1ACFF is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225172255-
CMYK0.120.3300
HSL278.31º100%83.73%-
HSV(B)278.31º32.55%100%-
XYZ63.8552.73101.42-
YUV197.31160.56147.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.51%
GREEN value IS 172 (67.58% from 255) = 26.38%
BLUE value IS 255 (100% from 255) = 39.11%
R=34.51%
G=26.38%
B=39.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251722550.120.3300278.3110083.73
HexE1ACFFC21001166454
Octal341254377144100426144124
Binary11100001101011001111111111001000010010001011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACFF; }

 p { color: rgb(225,172,255); }

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

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

 a { background-color: rgb(225,172,255); }

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

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

 span { border-color: rgb(225,172,255); }

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