#E9ACFE

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

Shades of Mauve #E9ACFE

Tints of Mauve #E9ACFE

Color information

#E9ACFE (or 0xE9ACFE) is unknown color: approx Mauve. HEX triplet: E9, AC and FE. RGB value is (233,172,254). Sum of RGB (Red+Green+Blue) = 233+172+254=659 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.36% from 659); Green value is 172 (67.58% from 255 or 26.10% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9ACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ACFE is #165301. Grayscale: #C7C7C7. Windows color (decimal): -1463042 or 16690409. OLE color: 16690409.

HSL color Cylindrical-coordinate representation of color #E9ACFE: hue angle of 284.63º 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 #E9ACFE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB233172254-
CMYK0.080.3200.00
HSL284.63º97.62%83.53%-
HSV(B)284.63º32.28%99.61%-
XYZ66.2553.98100.69-
YUV199.59158.71151.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.36%
GREEN value IS 172 (67.58% from 255) = 26.10%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=35.36%
G=26.10%
B=38.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2331722540.080.3200.00284.6397.6283.53
HexE9ACFE8200011d6254
Octal351254376104000435142124
Binary11101001101011001111111010001000000010001110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ACFE; }

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

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

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

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

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

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

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

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