#EABEF5

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

Shades of Mauve #EABEF5

Tints of Mauve #EABEF5

Color information

#EABEF5 (or 0xEABEF5) is unknown color: approx Mauve. HEX triplet: EA, BE and F5. RGB value is (234,190,245). Sum of RGB (Red+Green+Blue) = 234+190+245=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 190 (74.61% from 255 or 28.40% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 245 - color contains mainly: blue. Hex color #EABEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEF5 is #15410A. Grayscale: #D1D1D1. Windows color (decimal): -1392907 or 16105194. OLE color: 16105194.

HSL color Cylindrical-coordinate representation of color #EABEF5: hue angle of 288º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EABEF5 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234190245-
CMYK0.040.2200.04
HSL288º73.33%85.29%-
HSV(B)288º22.45%96.08%-
XYZ68.8360.9194.52-
YUV209.43148.08145.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 190 (74.61% from 255) = 28.40%
BLUE value IS 245 (96.09% from 255) = 36.62%
R=34.98%
G=28.40%
B=36.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341902450.040.2200.0428873.3385.29
HexEABEF5416041204955
Octal35227636542604440111125
Binary11101010101111101111010110010110010010010000010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEF5; }

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

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

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

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

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

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

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

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