#EABEFA

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

Shades of Mauve #EABEFA

Tints of Mauve #EABEFA

Color information

#EABEFA (or 0xEABEFA) is unknown color: approx Mauve. HEX triplet: EA, BE and FA. RGB value is (234,190,250). Sum of RGB (Red+Green+Blue) = 234+190+250=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 190 (74.61% from 255 or 28.19% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #EABEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABEFA is #154105. Grayscale: #D1D1D1. Windows color (decimal): -1392902 or 16432874. OLE color: 16432874.

HSL color Cylindrical-coordinate representation of color #EABEFA: hue angle of 284º degrees, saturation: 0.86, 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 #EABEFA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234190250-
CMYK0.060.2400.02
HSL284º85.71%86.27%-
HSV(B)284º24%98.04%-
XYZ69.661.2298.59-
YUV210150.58145.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.72%
GREEN value IS 190 (74.61% from 255) = 28.19%
BLUE value IS 250 (98.05% from 255) = 37.09%
R=34.72%
G=28.19%
B=37.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341902500.060.2400.0228485.7186.27
HexEABEFA6180211c5656
Octal35227637263002434126126
Binary1110101010111110111110101101100001010001110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEFA; }

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

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

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

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

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

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

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

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