#EAA0FB

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

Shades of Mauve #EAA0FB

Tints of Mauve #EAA0FB

Color information

#EAA0FB (or 0xEAA0FB) is unknown color: approx Mauve. HEX triplet: EA, A0 and FB. RGB value is (234,160,251). Sum of RGB (Red+Green+Blue) = 234+160+251=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 160 (62.89% from 255 or 24.81% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAA0FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA0FB is #155F04. Grayscale: #C0C0C0. Windows color (decimal): -1400581 or 16490730. OLE color: 16490730.

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

Color convert

RGB234160251-
CMYK0.070.3600.02
HSL288.79º91.92%80.59%-
HSV(B)288.79º36.25%98.43%-
XYZ63.9249.697.47-
YUV192.5161.02157.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.28%
GREEN value IS 160 (62.89% from 255) = 24.81%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=36.28%
G=24.81%
B=38.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341602510.070.3600.02288.7991.9280.59
HexEAA0FB724021215c51
Octal35224037374402441134121
Binary11101010101000001111101111110010001010010000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA0FB; }

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

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

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

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

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

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

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

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