#EAC7FE

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

Shades of Mauve #EAC7FE

Tints of Mauve #EAC7FE

Color information

#EAC7FE (or 0xEAC7FE) is unknown color: approx Mauve. HEX triplet: EA, C7 and FE. RGB value is (234,199,254). Sum of RGB (Red+Green+Blue) = 234+199+254=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 199 (78.12% from 255 or 28.97% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAC7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC7FE is #153801. Grayscale: #D7D7D7. Windows color (decimal): -1390594 or 16697322. OLE color: 16697322.

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

Color convert

RGB234199254-
CMYK0.080.2200.00
HSL278.18º96.49%88.82%-
HSV(B)278.18º21.65%99.61%-
XYZ72.2465.5102.6-
YUV215.74149.6141.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.06%
GREEN value IS 199 (78.12% from 255) = 28.97%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=34.06%
G=28.97%
B=36.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341992540.080.2200.00278.1896.4988.82
HexEAC7FE816001166059
Octal352307376102600426140131
Binary1110101011000111111111101000101100010001011011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7FE; }

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

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

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

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

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

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

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

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