#E4C2FE

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

Shades of Mauve #E4C2FE

Tints of Mauve #E4C2FE

Color information

#E4C2FE (or 0xE4C2FE) is unknown color: approx Mauve. HEX triplet: E4, C2 and FE. RGB value is (228,194,254). Sum of RGB (Red+Green+Blue) = 228+194+254=676 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.73% from 676); Green value is 194 (76.17% from 255 or 28.70% 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 #E4C2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C2FE is #1B3D01. Grayscale: #D2D2D2. Windows color (decimal): -1785090 or 16696036. OLE color: 16696036.

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

Color convert

RGB228194254-
CMYK0.100.2400.00
HSL274º96.77%87.84%-
HSV(B)274º23.62%99.61%-
XYZ69.1862.23102.13-
YUV211.01152.26140.12-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.73%
GREEN value IS 194 (76.17% from 255) = 28.70%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=33.73%
G=28.70%
B=37.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2281942540.100.2400.0027496.7787.84
HexE4C2FEA18001126158
Octal344302376123000422141130
Binary1110010011000010111111101010110000010001001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C2FE; }

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

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

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

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

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

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

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

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