#E3ACF2

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

Shades of Mauve #E3ACF2

Tints of Mauve #E3ACF2

Color information

#E3ACF2 (or 0xE3ACF2) is unknown color: approx Mauve. HEX triplet: E3, AC and F2. RGB value is (227,172,242). Sum of RGB (Red+Green+Blue) = 227+172+242=641 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.41% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3ACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3ACF2 is #1C530D. Grayscale: #C4C4C4. Windows color (decimal): -1856270 or 15903971. OLE color: 15903971.

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

Color convert

RGB227172242-
CMYK0.060.2900.05
HSL287.14º72.92%81.18%-
HSV(B)287.14º28.93%94.9%-
XYZ62.4652.2590.8-
YUV196.42153.72149.81-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.41%
GREEN value IS 172 (67.58% from 255) = 26.83%
BLUE value IS 242 (94.92% from 255) = 37.75%
R=35.41%
G=26.83%
B=37.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271722420.060.2900.05287.1472.9281.18
HexE3ACF261D0511f4951
Octal34325436263505437111121
Binary11100011101011001111001011011101010110001111110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3ACF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3ACF2; }

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

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

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

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

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

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

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

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