#EABCF2

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

Shades of Mauve #EABCF2

Tints of Mauve #EABCF2

Color information

#EABCF2 (or 0xEABCF2) is unknown color: approx Mauve. HEX triplet: EA, BC and F2. RGB value is (234,188,242). Sum of RGB (Red+Green+Blue) = 234+188+242=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 188 (73.83% from 255 or 28.31% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #EABCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCF2 is #15430D. Grayscale: #CFCFCF. Windows color (decimal): -1393422 or 15908074. OLE color: 15908074.

HSL color Cylindrical-coordinate representation of color #EABCF2: hue angle of 291.11º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EABCF2 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234188242-
CMYK0.030.2200.05
HSL291.11º67.5%84.31%-
HSV(B)291.11º22.31%94.9%-
XYZ67.9459.8791.98-
YUV207.91147.24146.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.24%
GREEN value IS 188 (73.83% from 255) = 28.31%
BLUE value IS 242 (94.92% from 255) = 36.45%
R=35.24%
G=28.31%
B=36.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341882420.030.2200.05291.1167.584.31
HexEABCF2316051234454
Octal35227436232605443104124
Binary1110101010111100111100101110110010110010001110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCF2; }

 p { color: rgb(234,188,242); }

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

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

 a { background-color: rgb(234,188,242); }

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

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

 span { border-color: rgb(234,188,242); }

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