#E5ACF2

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

Shades of Mauve #E5ACF2

Tints of Mauve #E5ACF2

Color information

#E5ACF2 (or 0xE5ACF2) is unknown color: approx Mauve. HEX triplet: E5, AC and F2. RGB value is (229,172,242). Sum of RGB (Red+Green+Blue) = 229+172+242=643 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.61% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5ACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ACF2 is #1A530D. Grayscale: #C4C4C4. Windows color (decimal): -1725198 or 15903973. OLE color: 15903973.

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

Color convert

RGB229172242-
CMYK0.050.2900.05
HSL288.86º72.92%81.18%-
HSV(B)288.86º28.93%94.9%-
XYZ63.0952.5790.83-
YUV197.02153.38150.81-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.61%
GREEN value IS 172 (67.58% from 255) = 26.75%
BLUE value IS 242 (94.92% from 255) = 37.64%
R=35.61%
G=26.75%
B=37.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291722420.050.2900.05288.8672.9281.18
HexE5ACF251D051214951
Octal34525436253505441111121
Binary11100101101011001111001010111101010110010000110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ACF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ACF2; }

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

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

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

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

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

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

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

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