#E1ACFA

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

Shades of Mauve #E1ACFA

Tints of Mauve #E1ACFA

Color information

#E1ACFA (or 0xE1ACFA) is unknown color: approx Mauve. HEX triplet: E1, AC and FA. RGB value is (225,172,250). Sum of RGB (Red+Green+Blue) = 225+172+250=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1ACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1ACFA is #1E5305. Grayscale: #C4C4C4. Windows color (decimal): -1987334 or 16428257. OLE color: 16428257.

HSL color Cylindrical-coordinate representation of color #E1ACFA: hue angle of 280.77º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1ACFA is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225172250-
CMYK0.100.3100.02
HSL280.77º88.64%82.75%-
HSV(B)280.77º31.2%98.04%-
XYZ63.0652.4197.24-
YUV196.74158.06148.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.78%
GREEN value IS 172 (67.58% from 255) = 26.58%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=34.78%
G=26.58%
B=38.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2251722500.100.3100.02280.7788.6482.75
HexE1ACFAA1F021195953
Octal341254372123702431131123
Binary11100001101011001111101010101111101010001100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1ACFA; }

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

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

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

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

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

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

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

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