#EAC5FF

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

Shades of Mauve #EAC5FF

Tints of Mauve #EAC5FF

Color information

#EAC5FF (or 0xEAC5FF) is unknown color: approx Mauve. HEX triplet: EA, C5 and FF. RGB value is (234,197,255). Sum of RGB (Red+Green+Blue) = 234+197+255=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 197 (77.34% from 255 or 28.72% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAC5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC5FF is #153A00. Grayscale: #D6D6D6. Windows color (decimal): -1391105 or 16762346. OLE color: 16762346.

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

Color convert

RGB234197255-
CMYK0.080.2300
HSL278.28º100%88.63%-
HSV(B)278.28º22.75%100%-
XYZ71.9564.64103.29-
YUV214.68150.76141.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 197 (77.34% from 255) = 28.72%
BLUE value IS 255 (100% from 255) = 37.17%
R=34.11%
G=28.72%
B=37.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341972550.080.2300278.2810088.63
HexEAC5FF817001166459
Octal352305377102700426144131
Binary1110101011000101111111111000101110010001011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5FF; }

 p { color: rgb(234,197,255); }

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

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

 a { background-color: rgb(234,197,255); }

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

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

 span { border-color: rgb(234,197,255); }

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