#EAABF9

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

Shades of Mauve #EAABF9

Tints of Mauve #EAABF9

Color information

#EAABF9 (or 0xEAABF9) is unknown color: approx Mauve. HEX triplet: EA, AB and F9. RGB value is (234,171,249). Sum of RGB (Red+Green+Blue) = 234+171+249=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAABF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABF9 is #155406. Grayscale: #C6C6C6. Windows color (decimal): -1397767 or 16362474. OLE color: 16362474.

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

Color convert

RGB234171249-
CMYK0.060.3100.02
HSL288.46º86.67%82.35%-
HSV(B)288.46º31.33%97.65%-
XYZ65.5953.4696.48-
YUV198.73156.37153.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 171 (67.19% from 255) = 26.15%
BLUE value IS 249 (97.66% from 255) = 38.07%
R=35.78%
G=26.15%
B=38.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341712490.060.3100.02288.4686.6782.35
HexEAABF961F021205752
Octal35225337163702440127122
Binary1110101010101011111110011101111101010010000010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABF9; }

 p { color: rgb(234,171,249); }

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

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

 a { background-color: rgb(234,171,249); }

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

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

 span { border-color: rgb(234,171,249); }

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