#E2ACFF

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

Shades of Mauve #E2ACFF

Tints of Mauve #E2ACFF

Color information

#E2ACFF (or 0xE2ACFF) is unknown color: approx Mauve. HEX triplet: E2, AC and FF. RGB value is (226,172,255). Sum of RGB (Red+Green+Blue) = 226+172+255=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACFF is #1D5300. Grayscale: #C5C5C5. Windows color (decimal): -1921793 or 16755938. OLE color: 16755938.

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

Color convert

RGB226172255-
CMYK0.110.3300
HSL279.04º100%83.73%-
HSV(B)279.04º32.55%100%-
XYZ64.1752.89101.44-
YUV197.61160.39148.25-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.61%
GREEN value IS 172 (67.58% from 255) = 26.34%
BLUE value IS 255 (100% from 255) = 39.05%
R=34.61%
G=26.34%
B=39.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261722550.110.3300279.0410083.73
HexE2ACFFB21001176454
Octal342254377134100427144124
Binary11100010101011001111111110111000010010001011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACFF; }

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

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

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

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

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

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

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

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