#EABEFB

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

Shades of Mauve #EABEFB

Tints of Mauve #EABEFB

Color information

#EABEFB (or 0xEABEFB) is unknown color: approx Mauve. HEX triplet: EA, BE and FB. RGB value is (234,190,251). Sum of RGB (Red+Green+Blue) = 234+190+251=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 190 (74.61% from 255 or 28.15% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #EABEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEFB is #154104. Grayscale: #D1D1D1. Windows color (decimal): -1392901 or 16498410. OLE color: 16498410.

HSL color Cylindrical-coordinate representation of color #EABEFB: hue angle of 283.28º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EABEFB is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234190251-
CMYK0.070.2400.02
HSL283.28º88.41%86.47%-
HSV(B)283.28º24.3%98.43%-
XYZ69.7661.2899.42-
YUV210.11151.08145.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 190 (74.61% from 255) = 28.15%
BLUE value IS 251 (98.44% from 255) = 37.19%
R=34.67%
G=28.15%
B=37.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341902510.070.2400.02283.2888.4186.47
HexEABEFB7180211b5856
Octal35227637373002433130126
Binary1110101010111110111110111111100001010001101110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEFB; }

 p { color: rgb(234,190,251); }

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

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

 a { background-color: rgb(234,190,251); }

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

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

 span { border-color: rgb(234,190,251); }

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