#E2ACFB

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

Shades of Mauve #E2ACFB

Tints of Mauve #E2ACFB

Color information

#E2ACFB (or 0xE2ACFB) is unknown color: approx Mauve. HEX triplet: E2, AC and FB. RGB value is (226,172,251). Sum of RGB (Red+Green+Blue) = 226+172+251=649 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.82% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2ACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ACFB is #1D5304. Grayscale: #C4C4C4. Windows color (decimal): -1921797 or 16493794. OLE color: 16493794.

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

Color convert

RGB226172251-
CMYK0.100.3100.02
HSL281.01º90.8%82.94%-
HSV(B)281.01º31.47%98.43%-
XYZ63.5352.6498.08-
YUV197.15158.39148.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.82%
GREEN value IS 172 (67.58% from 255) = 26.50%
BLUE value IS 251 (98.44% from 255) = 38.67%
R=34.82%
G=26.50%
B=38.67%

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
Decimal2261722510.100.3100.02281.0190.882.94
HexE2ACFBA1F021195b53
Octal342254373123702431133123
Binary11100010101011001111101110101111101010001100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ACFB; }

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

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

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

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

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

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

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

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