#EAB0F3

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

Shades of Mauve #EAB0F3

Tints of Mauve #EAB0F3

Color information

#EAB0F3 (or 0xEAB0F3) is unknown color: approx Mauve. HEX triplet: EA, B0 and F3. RGB value is (234,176,243). Sum of RGB (Red+Green+Blue) = 234+176+243=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 176 (69.14% from 255 or 26.95% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAB0F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB0F3 is #154F0C. Grayscale: #C8C8C8. Windows color (decimal): -1396493 or 15970538. OLE color: 15970538.

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

Color convert

RGB234176243-
CMYK0.040.2800.05
HSL291.94º73.63%82.16%-
HSV(B)291.94º27.57%95.29%-
XYZ65.6355.0191.95-
YUV200.98151.72151.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 176 (69.14% from 255) = 26.95%
BLUE value IS 243 (95.31% from 255) = 37.21%
R=35.83%
G=26.95%
B=37.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341762430.040.2800.05291.9473.6382.16
HexEAB0F341C051244a52
Octal35226036343405444112122
Binary11101010101100001111001110011100010110010010010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB0F3; }

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

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

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

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

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

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

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

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