#E8C2FE

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

Shades of Mauve #E8C2FE

Tints of Mauve #E8C2FE

Color information

#E8C2FE (or 0xE8C2FE) is unknown color: approx Mauve. HEX triplet: E8, C2 and FE. RGB value is (232,194,254). Sum of RGB (Red+Green+Blue) = 232+194+254=680 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.12% from 680); Green value is 194 (76.17% from 255 or 28.53% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8C2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C2FE is #173D01. Grayscale: #D4D4D4. Windows color (decimal): -1522946 or 16696040. OLE color: 16696040.

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

Color convert

RGB232194254-
CMYK0.090.2400.00
HSL278º96.77%87.84%-
HSV(B)278º23.62%99.61%-
XYZ70.4662.9102.19-
YUV212.2151.59142.12-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.12%
GREEN value IS 194 (76.17% from 255) = 28.53%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=34.12%
G=28.53%
B=37.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2321942540.090.2400.0027896.7787.84
HexE8C2FE918001166158
Octal350302376113000426141130
Binary1110100011000010111111101001110000010001011011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C2FE; }

 p { color: rgb(232,194,254); }

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

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

 a { background-color: rgb(232,194,254); }

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

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

 span { border-color: rgb(232,194,254); }

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