#E5ACF9

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

Shades of Mauve #E5ACF9

Tints of Mauve #E5ACF9

Color information

#E5ACF9 (or 0xE5ACF9) is unknown color: approx Mauve. HEX triplet: E5, AC and F9. RGB value is (229,172,249). Sum of RGB (Red+Green+Blue) = 229+172+249=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5ACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ACF9 is #1A5306. Grayscale: #C5C5C5. Windows color (decimal): -1725191 or 16362725. OLE color: 16362725.

HSL color Cylindrical-coordinate representation of color #E5ACF9: hue angle of 284.42º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5ACF9 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229172249-
CMYK0.080.3100.02
HSL284.42º86.52%82.55%-
HSV(B)284.42º30.92%97.65%-
XYZ64.165396.47-
YUV197.82156.88150.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.23%
GREEN value IS 172 (67.58% from 255) = 26.46%
BLUE value IS 249 (97.66% from 255) = 38.31%
R=35.23%
G=26.46%
B=38.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291722490.080.3100.02284.4286.5282.55
HexE5ACF981F0211c5753
Octal345254371103702434127123
Binary11100101101011001111100110001111101010001110010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ACF9; }

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

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

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

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

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

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

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

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