#EAB1FC

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

Shades of Mauve #EAB1FC

Tints of Mauve #EAB1FC

Color information

#EAB1FC (or 0xEAB1FC) is unknown color: approx Mauve. HEX triplet: EA, B1 and FC. RGB value is (234,177,252). Sum of RGB (Red+Green+Blue) = 234+177+252=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 177 (69.53% from 255 or 26.70% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAB1FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB1FC is #154E03. Grayscale: #CACACA. Windows color (decimal): -1396228 or 16560618. OLE color: 16560618.

HSL color Cylindrical-coordinate representation of color #EAB1FC: hue angle of 285.6º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAB1FC is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234177252-
CMYK0.070.3000.01
HSL285.6º92.59%84.12%-
HSV(B)285.6º29.76%98.82%-
XYZ67.2255.9699.35-
YUV202.59155.88150.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 177 (69.53% from 255) = 26.70%
BLUE value IS 252 (98.83% from 255) = 38.01%
R=35.29%
G=26.70%
B=38.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341772520.070.3000.01285.692.5984.12
HexEAB1FC71E0111e5d54
Octal35226137473601436135124
Binary111010101011000111111100111111100110001111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1FC; }

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

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

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

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

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

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

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

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