#E0ACF7

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

Shades of Mauve #E0ACF7

Tints of Mauve #E0ACF7

Color information

#E0ACF7 (or 0xE0ACF7) is unknown color: approx Mauve. HEX triplet: E0, AC and F7. RGB value is (224,172,247). Sum of RGB (Red+Green+Blue) = 224+172+247=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #E0ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ACF7 is #1F5308. Grayscale: #C3C3C3. Windows color (decimal): -2052873 or 16231648. OLE color: 16231648.

HSL color Cylindrical-coordinate representation of color #E0ACF7: hue angle of 281.6º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0ACF7 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB224172247-
CMYK0.090.3000.03
HSL281.6º82.42%82.16%-
HSV(B)281.6º30.36%96.86%-
XYZ62.2852.0794.76-
YUV196.1156.73147.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.84%
GREEN value IS 172 (67.58% from 255) = 26.75%
BLUE value IS 247 (96.88% from 255) = 38.41%
R=34.84%
G=26.75%
B=38.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2241722470.090.3000.03281.682.4282.16
HexE0ACF791E0311a5252
Octal340254367113603432122122
Binary11100000101011001111011110011111001110001101010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ACF7; }

 p { color: rgb(224,172,247); }

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

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

 a { background-color: rgb(224,172,247); }

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

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

 span { border-color: rgb(224,172,247); }

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