#E0ACFA

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

Shades of Mauve #E0ACFA

Tints of Mauve #E0ACFA

Color information

#E0ACFA (or 0xE0ACFA) is unknown color: approx Mauve. HEX triplet: E0, AC and FA. RGB value is (224,172,250). Sum of RGB (Red+Green+Blue) = 224+172+250=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0ACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ACFA is #1F5305. Grayscale: #C4C4C4. Windows color (decimal): -2052870 or 16428256. OLE color: 16428256.

HSL color Cylindrical-coordinate representation of color #E0ACFA: hue angle of 280º 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 #E0ACFA is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224172250-
CMYK0.100.3100.02
HSL280º88.64%82.75%-
HSV(B)280º31.2%98.04%-
XYZ62.7552.2597.22-
YUV196.44158.23147.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.67%
GREEN value IS 172 (67.58% from 255) = 26.63%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=34.67%
G=26.63%
B=38.70%

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
Decimal2241722500.100.3100.0228088.6482.75
HexE0ACFAA1F021185953
Octal340254372123702430131123
Binary11100000101011001111101010101111101010001100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ACFA; }

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

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

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

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

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

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

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

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