#EAAAFA

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

Shades of Mauve #EAAAFA

Tints of Mauve #EAAAFA

Color information

#EAAAFA (or 0xEAAAFA) is unknown color: approx Mauve. HEX triplet: EA, AA and FA. RGB value is (234,170,250). Sum of RGB (Red+Green+Blue) = 234+170+250=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 170 (66.80% from 255 or 25.99% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAAAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAFA is #155505. Grayscale: #C6C6C6. Windows color (decimal): -1398022 or 16427754. OLE color: 16427754.

HSL color Cylindrical-coordinate representation of color #EAAAFA: hue angle of 288º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAAAFA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234170250-
CMYK0.060.3200.02
HSL288º88.89%82.35%-
HSV(B)288º32%98.04%-
XYZ65.5653.1497.24-
YUV198.26157.2153.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 170 (66.80% from 255) = 25.99%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=35.78%
G=25.99%
B=38.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341702500.060.3200.0228888.8982.35
HexEAAAFA620021205952
Octal35225237264002440131122
Binary11101010101010101111101011010000001010010000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAFA; }

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

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

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

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

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

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

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

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