#EAAEF3

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

Shades of Mauve #EAAEF3

Tints of Mauve #EAAEF3

Color information

#EAAEF3 (or 0xEAAEF3) is unknown color: approx Mauve. HEX triplet: EA, AE and F3. RGB value is (234,174,243). Sum of RGB (Red+Green+Blue) = 234+174+243=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 174 (68.36% from 255 or 26.73% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAAEF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEF3 is #15510C. Grayscale: #C7C7C7. Windows color (decimal): -1397005 or 15970026. OLE color: 15970026.

HSL color Cylindrical-coordinate representation of color #EAAEF3: hue angle of 292.17º degrees, saturation: 0.74, 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 #EAAEF3 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234174243-
CMYK0.040.2800.05
HSL292.17º74.19%81.76%-
HSV(B)292.17º28.4%95.29%-
XYZ65.2554.2491.82-
YUV199.81152.38152.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.94%
GREEN value IS 174 (68.36% from 255) = 26.73%
BLUE value IS 243 (95.31% from 255) = 37.33%
R=35.94%
G=26.73%
B=37.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341742430.040.2800.05292.1774.1981.76
HexEAAEF341C051244a52
Octal35225636343405444112122
Binary11101010101011101111001110011100010110010010010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEF3; }

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

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

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

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

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

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

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

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