#e8acf8

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

Shades of Mauve #E8ACF8

Tints of Mauve #E8ACF8

Color information

#E8ACF8 (or 0xE8ACF8) is unknown color: approx Mauve. HEX triplet: E8, AC and F8. RGB value is (232,172,248). Sum of RGB (Red+Green+Blue) = 232+172+248=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 248 (97.27% from 255 or 38.04% from 652); Max value from RGB is 248 - color contains mainly: blue. Hex color #E8ACF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ACF8 is #175307. Grayscale: #C6C6C6. Windows color (decimal): -1528584 or 16297192. OLE color: 16297192.

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

Color convert

RGB232172248-
CMYK0.060.3100.03
HSL287.37º84.44%82.35%-
HSV(B)287.37º30.65%97.25%-
XYZ64.9753.4495.7-
YUV198.6155.88151.82-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.58%
GREEN value IS 172 (67.58% from 255) = 26.38%
BLUE value IS 248 (97.27% from 255) = 38.04%
R=35.58%
G=26.38%
B=38.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2321722480.060.3100.03287.3784.4482.35
HexE8ACF861F0311f5452
Octal35025437063703437124122
Binary1110100010101100111110001101111101110001111110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8acf8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8acf8; }

 p { color: rgb(232,172,248); }

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

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

 a { background-color: rgb(232,172,248); }

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

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

 span { border-color: rgb(232,172,248); }

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