#E1ACFC

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

Shades of Mauve #E1ACFC

Tints of Mauve #E1ACFC

Color information

#E1ACFC (or 0xE1ACFC) is unknown color: approx Mauve. HEX triplet: E1, AC and FC. RGB value is (225,172,252). Sum of RGB (Red+Green+Blue) = 225+172+252=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #E1ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ACFC is #1E5303. Grayscale: #C4C4C4. Windows color (decimal): -1987332 or 16559329. OLE color: 16559329.

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

Color convert

RGB225172252-
CMYK0.110.3200.01
HSL279.75º93.02%83.14%-
HSV(B)279.75º31.75%98.82%-
XYZ63.3752.5498.9-
YUV196.97159.06148-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.67%
GREEN value IS 172 (67.58% from 255) = 26.50%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=34.67%
G=26.50%
B=38.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2251722520.110.3200.01279.7593.0283.14
HexE1ACFCB20011185d53
Octal341254374134001430135123
Binary11100001101011001111110010111000000110001100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACFC; }

 p { color: rgb(225,172,252); }

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

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

 a { background-color: rgb(225,172,252); }

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

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

 span { border-color: rgb(225,172,252); }

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