#E8ACFC

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

Shades of Mauve #E8ACFC

Tints of Mauve #E8ACFC

Color information

#E8ACFC (or 0xE8ACFC) is unknown color: approx Mauve. HEX triplet: E8, AC and FC. RGB value is (232,172,252). Sum of RGB (Red+Green+Blue) = 232+172+252=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #E8ACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ACFC is #175303. Grayscale: #C6C6C6. Windows color (decimal): -1528580 or 16559336. OLE color: 16559336.

HSL color Cylindrical-coordinate representation of color #E8ACFC: hue angle of 285º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8ACFC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB232172252-
CMYK0.080.3200.01
HSL285º93.02%83.14%-
HSV(B)285º31.75%98.82%-
XYZ65.653.6999-
YUV199.06157.88151.5-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.37%
GREEN value IS 172 (67.58% from 255) = 26.22%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=35.37%
G=26.22%
B=38.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2321722520.080.3200.0128593.0283.14
HexE8ACFC8200111d5d53
Octal350254374104001435135123
Binary11101000101011001111110010001000000110001110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ACFC; }

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

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

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

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

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

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

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

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