#E8ACFD

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

Shades of Mauve #E8ACFD

Tints of Mauve #E8ACFD

Color information

#E8ACFD (or 0xE8ACFD) is unknown color: approx Mauve. HEX triplet: E8, AC and FD. RGB value is (232,172,253). Sum of RGB (Red+Green+Blue) = 232+172+253=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 172 (67.58% from 255 or 26.18% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #E8ACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ACFD is #175302. Grayscale: #C6C6C6. Windows color (decimal): -1528579 or 16624872. OLE color: 16624872.

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

Color convert

RGB232172253-
CMYK0.080.3200.01
HSL284.44º95.29%83.33%-
HSV(B)284.44º32.02%99.22%-
XYZ65.7653.7599.84-
YUV199.17158.38151.41-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.31%
GREEN value IS 172 (67.58% from 255) = 26.18%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=35.31%
G=26.18%
B=38.51%

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
Decimal2321722530.080.3200.01284.4495.2983.33
HexE8ACFD8200111c5f53
Octal350254375104001434137123
Binary11101000101011001111110110001000000110001110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ACFD; }

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

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

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

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

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

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

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

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