#EAAEFA

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

Shades of Mauve #EAAEFA

Tints of Mauve #EAAEFA

Color information

#EAAEFA (or 0xEAAEFA) is unknown color: approx Mauve. HEX triplet: EA, AE and FA. RGB value is (234,174,250). Sum of RGB (Red+Green+Blue) = 234+174+250=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 174 (68.36% from 255 or 26.44% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAAEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEFA is #155105. Grayscale: #C8C8C8. Windows color (decimal): -1396998 or 16428778. OLE color: 16428778.

HSL color Cylindrical-coordinate representation of color #EAAEFA: hue angle of 287.37º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAAEFA is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234174250-
CMYK0.060.3000.02
HSL287.37º88.37%83.14%-
HSV(B)287.37º30.4%98.04%-
XYZ66.3254.6797.5-
YUV200.6155.88151.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.56%
GREEN value IS 174 (68.36% from 255) = 26.44%
BLUE value IS 250 (98.05% from 255) = 37.99%
R=35.56%
G=26.44%
B=37.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341742500.060.3000.02287.3788.3783.14
HexEAAEFA61E0211f5853
Octal35225637263602437130123
Binary1110101010101110111110101101111001010001111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEFA; }

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

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

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

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

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

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

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

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