#EAC2FC

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

Shades of Mauve #EAC2FC

Tints of Mauve #EAC2FC

Color information

#EAC2FC (or 0xEAC2FC) is unknown color: approx Mauve. HEX triplet: EA, C2 and FC. RGB value is (234,194,252). Sum of RGB (Red+Green+Blue) = 234+194+252=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 194 (76.17% from 255 or 28.53% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAC2FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC2FC is #153D03. Grayscale: #D4D4D4. Windows color (decimal): -1391876 or 16564970. OLE color: 16564970.

HSL color Cylindrical-coordinate representation of color #EAC2FC: hue angle of 281.38º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAC2FC is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234194252-
CMYK0.070.2300.01
HSL281.38º90.62%87.45%-
HSV(B)281.38º23.02%98.82%-
XYZ70.7963.1100.54-
YUV212.57150.25143.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.41%
GREEN value IS 194 (76.17% from 255) = 28.53%
BLUE value IS 252 (98.83% from 255) = 37.06%
R=34.41%
G=28.53%
B=37.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341942520.070.2300.01281.3890.6287.45
HexEAC2FC717011195b57
Octal35230237472701431133127
Binary111010101100001011111100111101110110001100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2FC; }

 p { color: rgb(234,194,252); }

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

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

 a { background-color: rgb(234,194,252); }

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

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

 span { border-color: rgb(234,194,252); }

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