#E0ACFB

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

Shades of Mauve #E0ACFB

Tints of Mauve #E0ACFB

Color information

#E0ACFB (or 0xE0ACFB) is unknown color: approx Mauve. HEX triplet: E0, AC and FB. RGB value is (224,172,251). Sum of RGB (Red+Green+Blue) = 224+172+251=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0ACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ACFB is #1F5304. Grayscale: #C4C4C4. Windows color (decimal): -2052869 or 16493792. OLE color: 16493792.

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

Color convert

RGB224172251-
CMYK0.110.3100.02
HSL279.49º90.8%82.94%-
HSV(B)279.49º31.47%98.43%-
XYZ62.9152.3298.05-
YUV196.55158.73147.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.62%
GREEN value IS 172 (67.58% from 255) = 26.58%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=34.62%
G=26.58%
B=38.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241722510.110.3100.02279.4990.882.94
HexE0ACFBB1F021175b53
Octal340254373133702427133123
Binary11100000101011001111101110111111101010001011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ACFB; }

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

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

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

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

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

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

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

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