#EAC4FF

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

Shades of Mauve #EAC4FF

Tints of Mauve #EAC4FF

Color information

#EAC4FF (or 0xEAC4FF) is unknown color: approx Mauve. HEX triplet: EA, C4 and FF. RGB value is (234,196,255). Sum of RGB (Red+Green+Blue) = 234+196+255=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 196 (76.95% from 255 or 28.61% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAC4FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC4FF is #153B00. Grayscale: #D5D5D5. Windows color (decimal): -1391361 or 16762090. OLE color: 16762090.

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

Color convert

RGB234196255-
CMYK0.080.2300
HSL278.64º100%88.43%-
HSV(B)278.64º23.14%100%-
XYZ71.7264.19103.22-
YUV214.09151.09142.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 196 (76.95% from 255) = 28.61%
BLUE value IS 255 (100% from 255) = 37.23%
R=34.16%
G=28.61%
B=37.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341962550.080.2300278.6410088.43
HexEAC4FF817001176458
Octal352304377102700427144130
Binary1110101011000100111111111000101110010001011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4FF; }

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

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

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

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

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

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

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

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