#EAC1FE

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

Shades of Mauve #EAC1FE

Tints of Mauve #EAC1FE

Color information

#EAC1FE (or 0xEAC1FE) is unknown color: approx Mauve. HEX triplet: EA, C1 and FE. RGB value is (234,193,254). Sum of RGB (Red+Green+Blue) = 234+193+254=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 193 (75.78% from 255 or 28.34% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAC1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC1FE is #153E01. Grayscale: #D4D4D4. Windows color (decimal): -1392130 or 16695786. OLE color: 16695786.

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

Color convert

RGB234193254-
CMYK0.080.2400.00
HSL280.33º96.83%87.65%-
HSV(B)280.33º24.02%99.61%-
XYZ70.8962.79102.15-
YUV212.21151.58143.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 193 (75.78% from 255) = 28.34%
BLUE value IS 254 (99.61% from 255) = 37.30%
R=34.36%
G=28.34%
B=37.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341932540.080.2400.00280.3396.8387.65
HexEAC1FE818001186158
Octal352301376103000430141130
Binary1110101011000001111111101000110000010001100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1FE; }

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

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

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

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

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

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

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

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