#E2C4FE

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

Shades of Mauve #E2C4FE

Tints of Mauve #E2C4FE

Color information

#E2C4FE (or 0xE2C4FE) is unknown color: approx Mauve. HEX triplet: E2, C4 and FE. RGB value is (226,196,254). Sum of RGB (Red+Green+Blue) = 226+196+254=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 196 (76.95% from 255 or 28.99% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2C4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2C4FE is #1D3B01. Grayscale: #D3D3D3. Windows color (decimal): -1915650 or 16696546. OLE color: 16696546.

HSL color Cylindrical-coordinate representation of color #E2C4FE: hue angle of 271.03º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2C4FE is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB226196254-
CMYK0.110.2300.00
HSL271.03º96.67%88.24%-
HSV(B)271.03º22.83%99.61%-
XYZ68.9962.8102.25-
YUV211.58151.94138.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.43%
GREEN value IS 196 (76.95% from 255) = 28.99%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=33.43%
G=28.99%
B=37.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2261962540.110.2300.00271.0396.6788.24
HexE2C4FEB170010f6158
Octal342304376132700417141130
Binary1110001011000100111111101011101110010000111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C4FE; }

 p { color: rgb(226,196,254); }

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

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

 a { background-color: rgb(226,196,254); }

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

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

 span { border-color: rgb(226,196,254); }

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