#EAACF2

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

Shades of Mauve #EAACF2

Tints of Mauve #EAACF2

Color information

#EAACF2 (or 0xEAACF2) is unknown color: approx Mauve. HEX triplet: EA, AC and F2. RGB value is (234,172,242). Sum of RGB (Red+Green+Blue) = 234+172+242=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAACF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACF2 is #15530D. Grayscale: #C6C6C6. Windows color (decimal): -1397518 or 15903978. OLE color: 15903978.

HSL color Cylindrical-coordinate representation of color #EAACF2: hue angle of 293.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAACF2 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234172242-
CMYK0.030.2900.05
HSL293.14º72.92%81.18%-
HSV(B)293.14º28.93%94.9%-
XYZ64.7153.4190.9-
YUV198.52152.54153.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 172 (67.58% from 255) = 26.54%
BLUE value IS 242 (94.92% from 255) = 37.35%
R=36.11%
G=26.54%
B=37.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341722420.030.2900.05293.1472.9281.18
HexEAACF231D051254951
Octal35225436233505445111121
Binary1110101010101100111100101111101010110010010110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACF2; }

 p { color: rgb(234,172,242); }

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

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

 a { background-color: rgb(234,172,242); }

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

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

 span { border-color: rgb(234,172,242); }

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