#EAC1FF

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

Shades of Mauve #EAC1FF

Tints of Mauve #EAC1FF

Color information

#EAC1FF (or 0xEAC1FF) is unknown color: approx Mauve. HEX triplet: EA, C1 and FF. RGB value is (234,193,255). Sum of RGB (Red+Green+Blue) = 234+193+255=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 193 (75.78% from 255 or 28.30% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAC1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC1FF is #153E00. Grayscale: #D4D4D4. Windows color (decimal): -1392129 or 16761322. OLE color: 16761322.

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

Color convert

RGB234193255-
CMYK0.080.2400
HSL279.68º100%87.84%-
HSV(B)279.68º24.31%100%-
XYZ71.0562.85102.99-
YUV212.33152.08143.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 193 (75.78% from 255) = 28.30%
BLUE value IS 255 (100% from 255) = 37.39%
R=34.31%
G=28.30%
B=37.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341932550.080.2400279.6810087.84
HexEAC1FF818001186458
Octal352301377103000430144130
Binary1110101011000001111111111000110000010001100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1FF; }

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

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

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

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

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

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

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

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