#EAAEF2

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

Shades of Mauve #EAAEF2

Tints of Mauve #EAAEF2

Color information

#EAAEF2 (or 0xEAAEF2) is unknown color: approx Mauve. HEX triplet: EA, AE and F2. RGB value is (234,174,242). Sum of RGB (Red+Green+Blue) = 234+174+242=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 174 (68.36% from 255 or 26.77% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAAEF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEF2 is #15510D. Grayscale: #C7C7C7. Windows color (decimal): -1397006 or 15904490. OLE color: 15904490.

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

Color convert

RGB234174242-
CMYK0.030.2800.05
HSL292.94º72.34%81.57%-
HSV(B)292.94º28.1%94.9%-
XYZ65.0954.1891.03-
YUV199.69151.88152.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 174 (68.36% from 255) = 26.77%
BLUE value IS 242 (94.92% from 255) = 37.23%
R=36%
G=26.77%
B=37.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341742420.030.2800.05292.9472.3481.57
HexEAAEF231C051254852
Octal35225636233405445110122
Binary1110101010101110111100101111100010110010010110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEF2; }

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

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

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

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

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

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

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

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