#EAC0FF

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

Shades of Mauve #EAC0FF

Tints of Mauve #EAC0FF

Color information

#EAC0FF (or 0xEAC0FF) is unknown color: approx Mauve. HEX triplet: EA, C0 and FF. RGB value is (234,192,255). Sum of RGB (Red+Green+Blue) = 234+192+255=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 192 (75.39% from 255 or 28.19% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAC0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC0FF is #153F00. Grayscale: #D3D3D3. Windows color (decimal): -1392385 or 16761066. OLE color: 16761066.

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

Color convert

RGB234192255-
CMYK0.080.2500
HSL280º100%87.65%-
HSV(B)280º24.71%100%-
XYZ70.8362.41102.92-
YUV211.74152.41143.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 192 (75.39% from 255) = 28.19%
BLUE value IS 255 (100% from 255) = 37.44%
R=34.36%
G=28.19%
B=37.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341922550.080.250028010087.65
HexEAC0FF819001186458
Octal352300377103100430144130
Binary1110101011000000111111111000110010010001100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0FF; }

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

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

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

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

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

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

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

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