#E2ACEF

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

Shades of Mauve #E2ACEF

Tints of Mauve #E2ACEF

Color information

#E2ACEF (or 0xE2ACEF) is unknown color: approx Mauve. HEX triplet: E2, AC and EF. RGB value is (226,172,239). Sum of RGB (Red+Green+Blue) = 226+172+239=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2ACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACEF is #1D5310. Grayscale: #C3C3C3. Windows color (decimal): -1921809 or 15707362. OLE color: 15707362.

HSL color Cylindrical-coordinate representation of color #E2ACEF: hue angle of 288.36º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2ACEF is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB226172239-
CMYK0.050.2800.06
HSL288.36º67.68%80.59%-
HSV(B)288.36º28.03%93.73%-
XYZ61.751.9188.43-
YUV195.78152.39149.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.48%
GREEN value IS 172 (67.58% from 255) = 27.00%
BLUE value IS 239 (93.75% from 255) = 37.52%
R=35.48%
G=27.00%
B=37.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261722390.050.2800.06288.3667.6880.59
HexE2ACEF51C061204451
Octal34225435753406440104121
Binary11100010101011001110111110111100011010010000010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACEF; }

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

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

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

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

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

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

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

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