#EAAEF5

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

Shades of Mauve #EAAEF5

Tints of Mauve #EAAEF5

Color information

#EAAEF5 (or 0xEAAEF5) is unknown color: approx Mauve. HEX triplet: EA, AE and F5. RGB value is (234,174,245). Sum of RGB (Red+Green+Blue) = 234+174+245=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #EAAEF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEF5 is #15510A. Grayscale: #C7C7C7. Windows color (decimal): -1397003 or 16101098. OLE color: 16101098.

HSL color Cylindrical-coordinate representation of color #EAAEF5: hue angle of 290.7º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAAEF5 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234174245-
CMYK0.040.2900.04
HSL290.7º78.02%82.16%-
HSV(B)290.7º28.98%96.08%-
XYZ65.5554.3693.42-
YUV200.03153.38152.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 174 (68.36% from 255) = 26.65%
BLUE value IS 245 (96.09% from 255) = 37.52%
R=35.83%
G=26.65%
B=37.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341742450.040.2900.04290.778.0282.16
HexEAAEF541D041234e52
Octal35225636543504443116122
Binary11101010101011101111010110011101010010010001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEF5; }

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

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

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

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

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

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

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

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