#E8ACFE

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

Shades of Mauve #E8ACFE

Tints of Mauve #E8ACFE

Color information

#E8ACFE (or 0xE8ACFE) is unknown color: approx Mauve. HEX triplet: E8, AC and FE. RGB value is (232,172,254). Sum of RGB (Red+Green+Blue) = 232+172+254=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 172 (67.58% from 255 or 26.14% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8ACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ACFE is #175301. Grayscale: #C7C7C7. Windows color (decimal): -1528578 or 16690408. OLE color: 16690408.

HSL color Cylindrical-coordinate representation of color #E8ACFE: hue angle of 283.9º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8ACFE is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB232172254-
CMYK0.090.3200.00
HSL283.9º97.62%83.53%-
HSV(B)283.9º32.28%99.61%-
XYZ65.9253.82100.68-
YUV199.29158.88151.33-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.26%
GREEN value IS 172 (67.58% from 255) = 26.14%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=35.26%
G=26.14%
B=38.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2321722540.090.3200.00283.997.6283.53
HexE8ACFE9200011c6254
Octal350254376114000434142124
Binary11101000101011001111111010011000000010001110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ACFE; }

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

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

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

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

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

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

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

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