#EAC8FE

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

Shades of Mauve #EAC8FE

Tints of Mauve #EAC8FE

Color information

#EAC8FE (or 0xEAC8FE) is unknown color: approx Mauve. HEX triplet: EA, C8 and FE. RGB value is (234,200,254). Sum of RGB (Red+Green+Blue) = 234+200+254=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 200 (78.52% from 255 or 29.07% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAC8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC8FE is #153701. Grayscale: #D8D8D8. Windows color (decimal): -1390338 or 16697578. OLE color: 16697578.

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

Color convert

RGB234200254-
CMYK0.080.2100.00
HSL277.78º96.43%89.02%-
HSV(B)277.78º21.26%99.61%-
XYZ72.4865.96102.68-
YUV216.32149.26140.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 200 (78.52% from 255) = 29.07%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=34.01%
G=29.07%
B=36.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342002540.080.2100.00277.7896.4389.02
HexEAC8FE815001166059
Octal352310376102500426140131
Binary1110101011001000111111101000101010010001011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC8FE; }

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

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

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

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

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

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

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

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