#EAB2F2

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

Shades of Mauve #EAB2F2

Tints of Mauve #EAB2F2

Color information

#EAB2F2 (or 0xEAB2F2) is unknown color: approx Mauve. HEX triplet: EA, B2 and F2. RGB value is (234,178,242). Sum of RGB (Red+Green+Blue) = 234+178+242=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 178 (69.92% from 255 or 27.22% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAB2F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB2F2 is #154D0D. Grayscale: #C9C9C9. Windows color (decimal): -1395982 or 15905514. OLE color: 15905514.

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

Color convert

RGB234178242-
CMYK0.030.2600.05
HSL292.5º71.11%82.35%-
HSV(B)292.5º26.45%94.9%-
XYZ65.8855.7491.29-
YUV202.04150.55150.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 178 (69.92% from 255) = 27.22%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=35.78%
G=27.22%
B=37.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341782420.030.2600.05292.571.1182.35
HexEAB2F231A051244752
Octal35226236233205444107122
Binary1110101010110010111100101111010010110010010010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2F2; }

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

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

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

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

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

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

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

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