#EABAFF

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

Shades of Mauve #EABAFF

Tints of Mauve #EABAFF

Color information

#EABAFF (or 0xEABAFF) is unknown color: approx Mauve. HEX triplet: EA, BA and FF. RGB value is (234,186,255). Sum of RGB (Red+Green+Blue) = 234+186+255=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 186 (73.05% from 255 or 27.56% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #EABAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAFF is #154500. Grayscale: #CFCFCF. Windows color (decimal): -1393921 or 16759530. OLE color: 16759530.

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

Color convert

RGB234186255-
CMYK0.080.2700
HSL281.74º100%86.47%-
HSV(B)281.74º27.06%100%-
XYZ69.5459.83102.49-
YUV208.22154.4146.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 186 (73.05% from 255) = 27.56%
BLUE value IS 255 (100% from 255) = 37.78%
R=34.67%
G=27.56%
B=37.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341862550.080.2700281.7410086.47
HexEABAFF81B0011a6456
Octal352272377103300432144126
Binary1110101010111010111111111000110110010001101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAFF; }

 p { color: rgb(234,186,255); }

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

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

 a { background-color: rgb(234,186,255); }

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

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

 span { border-color: rgb(234,186,255); }

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