#E1ACF2

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

Shades of Mauve #E1ACF2

Tints of Mauve #E1ACF2

Color information

#E1ACF2 (or 0xE1ACF2) is unknown color: approx Mauve. HEX triplet: E1, AC and F2. RGB value is (225,172,242). Sum of RGB (Red+Green+Blue) = 225+172+242=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1ACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ACF2 is #1E530D. Grayscale: #C3C3C3. Windows color (decimal): -1987342 or 15903969. OLE color: 15903969.

HSL color Cylindrical-coordinate representation of color #E1ACF2: hue angle of 285.43º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1ACF2 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225172242-
CMYK0.070.2900.05
HSL285.43º72.92%81.18%-
HSV(B)285.43º28.93%94.9%-
XYZ61.8351.9290.77-
YUV195.83154.06148.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 172 (67.58% from 255) = 26.92%
BLUE value IS 242 (94.92% from 255) = 37.87%
R=35.21%
G=26.92%
B=37.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251722420.070.2900.05285.4372.9281.18
HexE1ACF271D0511d4951
Octal34125436273505435111121
Binary11100001101011001111001011111101010110001110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACF2; }

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

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

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

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

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

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

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

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