#E8ACFA

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

Shades of Mauve #E8ACFA

Tints of Mauve #E8ACFA

Color information

#E8ACFA (or 0xE8ACFA) is unknown color: approx Mauve. HEX triplet: E8, AC and FA. RGB value is (232,172,250). Sum of RGB (Red+Green+Blue) = 232+172+250=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8ACFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ACFA is #175305. Grayscale: #C6C6C6. Windows color (decimal): -1528582 or 16428264. OLE color: 16428264.

HSL color Cylindrical-coordinate representation of color #E8ACFA: hue angle of 286.15º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8ACFA is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232172250-
CMYK0.070.3100.02
HSL286.15º88.64%82.75%-
HSV(B)286.15º31.2%98.04%-
XYZ65.2953.5697.34-
YUV198.83156.88151.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.47%
GREEN value IS 172 (67.58% from 255) = 26.30%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=35.47%
G=26.30%
B=38.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321722500.070.3100.02286.1588.6482.75
HexE8ACFA71F0211e5953
Octal35025437273702436131123
Binary1110100010101100111110101111111101010001111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ACFA; }

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

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

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

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

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

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

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

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