#E5ACFF

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

Shades of Mauve #E5ACFF

Tints of Mauve #E5ACFF

Color information

#E5ACFF (or 0xE5ACFF) is unknown color: approx Mauve. HEX triplet: E5, AC and FF. RGB value is (229,172,255). Sum of RGB (Red+Green+Blue) = 229+172+255=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ACFF is #1A5300. Grayscale: #C6C6C6. Windows color (decimal): -1725185 or 16755941. OLE color: 16755941.

HSL color Cylindrical-coordinate representation of color #E5ACFF: hue angle of 281.2º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5ACFF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB229172255-
CMYK0.100.3300
HSL281.2º100%83.73%-
HSV(B)281.2º32.55%100%-
XYZ65.1253.38101.48-
YUV198.5159.88149.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.91%
GREEN value IS 172 (67.58% from 255) = 26.22%
BLUE value IS 255 (100% from 255) = 38.87%
R=34.91%
G=26.22%
B=38.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2291722550.100.3300281.210083.73
HexE5ACFFA21001196454
Octal345254377124100431144124
Binary11100101101011001111111110101000010010001100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ACFF; }

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

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

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

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

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

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

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

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