#EAA6FB

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

Shades of Mauve #EAA6FB

Tints of Mauve #EAA6FB

Color information

#EAA6FB (or 0xEAA6FB) is unknown color: approx Mauve. HEX triplet: EA, A6 and FB. RGB value is (234,166,251). Sum of RGB (Red+Green+Blue) = 234+166+251=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 166 (65.23% from 255 or 25.50% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAA6FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA6FB is #155904. Grayscale: #C3C3C3. Windows color (decimal): -1399045 or 16492266. OLE color: 16492266.

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

Color convert

RGB234166251-
CMYK0.070.3400.02
HSL288º91.4%81.76%-
HSV(B)288º33.86%98.43%-
XYZ64.9851.7397.83-
YUV196.02159.03155.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.94%
GREEN value IS 166 (65.23% from 255) = 25.50%
BLUE value IS 251 (98.44% from 255) = 38.56%
R=35.94%
G=25.50%
B=38.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341662510.070.3400.0228891.481.76
HexEAA6FB722021205b52
Octal35224637374202440133122
Binary11101010101001101111101111110001001010010000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA6FB; }

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

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

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

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

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

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

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

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