#E3ACF4

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

Shades of Mauve #E3ACF4

Tints of Mauve #E3ACF4

Color information

#E3ACF4 (or 0xE3ACF4) is unknown color: approx Mauve. HEX triplet: E3, AC and F4. RGB value is (227,172,244). Sum of RGB (Red+Green+Blue) = 227+172+244=643 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.30% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 244 - color contains mainly: blue. Hex color #E3ACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3ACF4 is #1C530B. Grayscale: #C4C4C4. Windows color (decimal): -1856268 or 16035043. OLE color: 16035043.

HSL color Cylindrical-coordinate representation of color #E3ACF4: hue angle of 285.83º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E3ACF4 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB227172244-
CMYK0.070.3000.04
HSL285.83º76.6%81.57%-
HSV(B)285.83º29.51%95.69%-
XYZ62.7652.3792.39-
YUV196.65154.72149.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.30%
GREEN value IS 172 (67.58% from 255) = 26.75%
BLUE value IS 244 (95.70% from 255) = 37.95%
R=35.30%
G=26.75%
B=37.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2271722440.070.3000.04285.8376.681.57
HexE3ACF471E0411e4d52
Octal34325436473604436115122
Binary11100011101011001111010011111110010010001111010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3ACF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3ACF4; }

 p { color: rgb(227,172,244); }

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

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

 a { background-color: rgb(227,172,244); }

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

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

 span { border-color: rgb(227,172,244); }

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