#EAB5FC

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

Shades of Mauve #EAB5FC

Tints of Mauve #EAB5FC

Color information

#EAB5FC (or 0xEAB5FC) is unknown color: approx Mauve. HEX triplet: EA, B5 and FC. RGB value is (234,181,252). Sum of RGB (Red+Green+Blue) = 234+181+252=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 181 (71.09% from 255 or 27.14% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAB5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB5FC is #154A03. Grayscale: #CCCCCC. Windows color (decimal): -1395204 or 16561642. OLE color: 16561642.

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

Color convert

RGB234181252-
CMYK0.070.2800.01
HSL284.79º92.21%84.9%-
HSV(B)284.79º28.17%98.82%-
XYZ68.0357.5799.62-
YUV204.94154.56148.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 181 (71.09% from 255) = 27.14%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=35.08%
G=27.14%
B=37.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341812520.070.2800.01284.7992.2184.9
HexEAB5FC71C0111d5c55
Octal35226537473401435134125
Binary111010101011010111111100111111000110001110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB5FC; }

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

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

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

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

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

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

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

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