#EABCF3

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

Shades of Mauve #EABCF3

Tints of Mauve #EABCF3

Color information

#EABCF3 (or 0xEABCF3) is unknown color: approx Mauve. HEX triplet: EA, BC and F3. RGB value is (234,188,243). Sum of RGB (Red+Green+Blue) = 234+188+243=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 188 (73.83% from 255 or 28.27% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #EABCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABCF3 is #15430C. Grayscale: #CFCFCF. Windows color (decimal): -1393421 or 15973610. OLE color: 15973610.

HSL color Cylindrical-coordinate representation of color #EABCF3: hue angle of 290.18º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABCF3 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234188243-
CMYK0.040.2300.05
HSL290.18º69.62%84.51%-
HSV(B)290.18º22.63%95.29%-
XYZ68.0959.9392.77-
YUV208.02147.74146.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 188 (73.83% from 255) = 28.27%
BLUE value IS 243 (95.31% from 255) = 36.54%
R=35.19%
G=28.27%
B=36.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341882430.040.2300.05290.1869.6284.51
HexEABCF3417051224655
Octal35227436342705442106125
Binary11101010101111001111001110010111010110010001010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCF3; }

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

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

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

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

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

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

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

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