#E9ACFD

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

Shades of Mauve #E9ACFD

Tints of Mauve #E9ACFD

Color information

#E9ACFD (or 0xE9ACFD) is unknown color: approx Mauve. HEX triplet: E9, AC and FD. RGB value is (233,172,253). Sum of RGB (Red+Green+Blue) = 233+172+253=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 172 (67.58% from 255 or 26.14% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9ACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ACFD is #165302. Grayscale: #C7C7C7. Windows color (decimal): -1463043 or 16624873. OLE color: 16624873.

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

Color convert

RGB233172253-
CMYK0.080.3200.01
HSL285.19º95.29%83.33%-
HSV(B)285.19º32.02%99.22%-
XYZ66.0953.9299.85-
YUV199.47158.21151.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.41%
GREEN value IS 172 (67.58% from 255) = 26.14%
BLUE value IS 253 (99.22% from 255) = 38.45%
R=35.41%
G=26.14%
B=38.45%

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
Decimal2331722530.080.3200.01285.1995.2983.33
HexE9ACFD8200111d5f53
Octal351254375104001435137123
Binary11101001101011001111110110001000000110001110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9ACFD; }

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

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

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

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

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

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

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

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