#EAC4FA

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

Shades of Mauve #EAC4FA

Tints of Mauve #EAC4FA

Color information

#EAC4FA (or 0xEAC4FA) is unknown color: approx Mauve. HEX triplet: EA, C4 and FA. RGB value is (234,196,250). Sum of RGB (Red+Green+Blue) = 234+196+250=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 196 (76.95% from 255 or 28.82% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAC4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC4FA is #153B05. Grayscale: #D5D5D5. Windows color (decimal): -1391366 or 16434410. OLE color: 16434410.

HSL color Cylindrical-coordinate representation of color #EAC4FA: hue angle of 282.22º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAC4FA is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234196250-
CMYK0.060.2200.02
HSL282.22º84.38%87.45%-
HSV(B)282.22º21.6%98.04%-
XYZ70.9363.8799.03-
YUV213.52148.59142.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 196 (76.95% from 255) = 28.82%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=34.41%
G=28.82%
B=36.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341962500.060.2200.02282.2284.3887.45
HexEAC4FA6160211a5457
Octal35230437262602432124127
Binary1110101011000100111110101101011001010001101010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4FA; }

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

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

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

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

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

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

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

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