#E0ACFC

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

Shades of Mauve #E0ACFC

Tints of Mauve #E0ACFC

Color information

#E0ACFC (or 0xE0ACFC) is unknown color: approx Mauve. HEX triplet: E0, AC and FC. RGB value is (224,172,252). Sum of RGB (Red+Green+Blue) = 224+172+252=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ACFC is #1F5303. Grayscale: #C4C4C4. Windows color (decimal): -2052868 or 16559328. OLE color: 16559328.

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

Color convert

RGB224172252-
CMYK0.110.3200.01
HSL279º93.02%83.14%-
HSV(B)279º31.75%98.82%-
XYZ63.0652.3898.88-
YUV196.67159.23147.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.57%
GREEN value IS 172 (67.58% from 255) = 26.54%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=34.57%
G=26.54%
B=38.89%

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
Decimal2241722520.110.3200.0127993.0283.14
HexE0ACFCB20011175d53
Octal340254374134001427135123
Binary11100000101011001111110010111000000110001011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ACFC; }

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

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

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

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

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

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

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

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