#EAA5FC

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

Shades of Mauve #EAA5FC

Tints of Mauve #EAA5FC

Color information

#EAA5FC (or 0xEAA5FC) is unknown color: approx Mauve. HEX triplet: EA, A5 and FC. RGB value is (234,165,252). Sum of RGB (Red+Green+Blue) = 234+165+252=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 165 (64.84% from 255 or 25.35% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAA5FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA5FC is #155A03. Grayscale: #C3C3C3. Windows color (decimal): -1399300 or 16557546. OLE color: 16557546.

HSL color Cylindrical-coordinate representation of color #EAA5FC: hue angle of 287.59º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAA5FC is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234165252-
CMYK0.070.3500.01
HSL287.59º93.55%81.76%-
HSV(B)287.59º34.52%98.82%-
XYZ64.9651.4398.6-
YUV195.55159.86155.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.94%
GREEN value IS 165 (64.84% from 255) = 25.35%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=35.94%
G=25.35%
B=38.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341652520.070.3500.01287.5993.5581.76
HexEAA5FC723011205e52
Octal35224537474301440136122
Binary1110101010100101111111001111000110110010000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA5FC; }

 p { color: rgb(234,165,252); }

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

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

 a { background-color: rgb(234,165,252); }

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

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

 span { border-color: rgb(234,165,252); }

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