#EAC5FA

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

Shades of Mauve #EAC5FA

Tints of Mauve #EAC5FA

Color information

#EAC5FA (or 0xEAC5FA) is unknown color: approx Mauve. HEX triplet: EA, C5 and FA. RGB value is (234,197,250). Sum of RGB (Red+Green+Blue) = 234+197+250=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 197 (77.34% from 255 or 28.93% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAC5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC5FA is #153A05. Grayscale: #D5D5D5. Windows color (decimal): -1391110 or 16434666. OLE color: 16434666.

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

Color convert

RGB234197250-
CMYK0.060.2100.02
HSL281.89º84.13%87.65%-
HSV(B)281.89º21.2%98.04%-
XYZ71.1564.3399.11-
YUV214.1148.26142.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 197 (77.34% from 255) = 28.93%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=34.36%
G=28.93%
B=36.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341972500.060.2100.02281.8984.1387.65
HexEAC5FA6150211a5458
Octal35230537262502432124130
Binary1110101011000101111110101101010101010001101010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5FA; }

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

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

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

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

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

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

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

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