#EAB7FE

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

Shades of Mauve #EAB7FE

Tints of Mauve #EAB7FE

Color information

#EAB7FE (or 0xEAB7FE) is unknown color: approx Mauve. HEX triplet: EA, B7 and FE. RGB value is (234,183,254). Sum of RGB (Red+Green+Blue) = 234+183+254=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 183 (71.88% from 255 or 27.27% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAB7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB7FE is #154801. Grayscale: #CECECE. Windows color (decimal): -1394690 or 16693226. OLE color: 16693226.

HSL color Cylindrical-coordinate representation of color #EAB7FE: hue angle of 283.1º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAB7FE is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234183254-
CMYK0.080.2800.00
HSL283.1º97.26%85.69%-
HSV(B)283.1º27.95%99.61%-
XYZ68.7558.52101.44-
YUV206.34154.9147.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 183 (71.88% from 255) = 27.27%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=34.87%
G=27.27%
B=37.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341832540.080.2800.00283.197.2685.69
HexEAB7FE81C0011b6156
Octal352267376103400433141126
Binary1110101010110111111111101000111000010001101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7FE; }

 p { color: rgb(234,183,254); }

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

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

 a { background-color: rgb(234,183,254); }

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

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

 span { border-color: rgb(234,183,254); }

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