#EAC4FE

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

Shades of Mauve #EAC4FE

Tints of Mauve #EAC4FE

Color information

#EAC4FE (or 0xEAC4FE) is unknown color: approx Mauve. HEX triplet: EA, C4 and FE. RGB value is (234,196,254). Sum of RGB (Red+Green+Blue) = 234+196+254=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 196 (76.95% from 255 or 28.65% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAC4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC4FE is #153B01. Grayscale: #D5D5D5. Windows color (decimal): -1391362 or 16696554. OLE color: 16696554.

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

Color convert

RGB234196254-
CMYK0.080.2300.00
HSL279.31º96.67%88.24%-
HSV(B)279.31º22.83%99.61%-
XYZ71.5664.13102.37-
YUV213.97150.59142.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 196 (76.95% from 255) = 28.65%
BLUE value IS 254 (99.61% from 255) = 37.13%
R=34.21%
G=28.65%
B=37.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341962540.080.2300.00279.3196.6788.24
HexEAC4FE817001176158
Octal352304376102700427141130
Binary1110101011000100111111101000101110010001011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4FE; }

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

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

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

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

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

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

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

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