#EABAFE

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

Shades of Mauve #EABAFE

Tints of Mauve #EABAFE

Color information

#EABAFE (or 0xEABAFE) is unknown color: approx Mauve. HEX triplet: EA, BA and FE. RGB value is (234,186,254). Sum of RGB (Red+Green+Blue) = 234+186+254=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 186 (73.05% from 255 or 27.60% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #EABAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAFE is #154501. Grayscale: #CFCFCF. Windows color (decimal): -1393922 or 16693994. OLE color: 16693994.

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

Color convert

RGB234186254-
CMYK0.080.2700.00
HSL282.35º97.14%86.27%-
HSV(B)282.35º26.77%99.61%-
XYZ69.3859.77101.65-
YUV208.1153.9146.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.72%
GREEN value IS 186 (73.05% from 255) = 27.60%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=34.72%
G=27.60%
B=37.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341862540.080.2700.00282.3597.1486.27
HexEABAFE81B0011a6156
Octal352272376103300432141126
Binary1110101010111010111111101000110110010001101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAFE; }

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

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

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

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

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

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

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

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