#EAA9FB

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

Shades of Mauve #EAA9FB

Tints of Mauve #EAA9FB

Color information

#EAA9FB (or 0xEAA9FB) is unknown color: approx Mauve. HEX triplet: EA, A9 and FB. RGB value is (234,169,251). Sum of RGB (Red+Green+Blue) = 234+169+251=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 169 (66.41% from 255 or 25.84% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAA9FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA9FB is #155604. Grayscale: #C5C5C5. Windows color (decimal): -1398277 or 16493034. OLE color: 16493034.

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

Color convert

RGB234169251-
CMYK0.070.3300.02
HSL287.56º91.11%82.35%-
HSV(B)287.56º32.67%98.43%-
XYZ65.5352.8398.01-
YUV197.78158.03153.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 169 (66.41% from 255) = 25.84%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=35.78%
G=25.84%
B=38.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341692510.070.3300.02287.5691.1182.35
HexEAA9FB721021205b52
Octal35225137374102440133122
Binary11101010101010011111101111110000101010010000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9FB; }

 p { color: rgb(234,169,251); }

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

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

 a { background-color: rgb(234,169,251); }

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

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

 span { border-color: rgb(234,169,251); }

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