#EABCF1

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

Shades of Mauve #EABCF1

Tints of Mauve #EABCF1

Color information

#EABCF1 (or 0xEABCF1) is unknown color: approx Mauve. HEX triplet: EA, BC and F1. RGB value is (234,188,241). Sum of RGB (Red+Green+Blue) = 234+188+241=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #EABCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCF1 is #15430E. Grayscale: #CFCFCF. Windows color (decimal): -1393423 or 15842538. OLE color: 15842538.

HSL color Cylindrical-coordinate representation of color #EABCF1: hue angle of 292.08º degrees, saturation: 0.65, 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 #EABCF1 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234188241-
CMYK0.030.2200.05
HSL292.08º65.43%84.12%-
HSV(B)292.08º21.99%94.51%-
XYZ67.7959.8191.19-
YUV207.8146.74146.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 188 (73.83% from 255) = 28.36%
BLUE value IS 241 (94.53% from 255) = 36.35%
R=35.29%
G=28.36%
B=36.35%

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
Decimal2341882410.030.2200.05292.0865.4384.12
HexEABCF1316051244154
Octal35227436132605444101124
Binary1110101010111100111100011110110010110010010010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCF1; }

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

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

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

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

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

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

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

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