#EABFFA

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

Shades of Mauve #EABFFA

Tints of Mauve #EABFFA

Color information

#EABFFA (or 0xEABFFA) is unknown color: approx Mauve. HEX triplet: EA, BF and FA. RGB value is (234,191,250). Sum of RGB (Red+Green+Blue) = 234+191+250=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #EABFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFFA is #154005. Grayscale: #D2D2D2. Windows color (decimal): -1392646 or 16433130. OLE color: 16433130.

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

Color convert

RGB234191250-
CMYK0.060.2400.02
HSL283.73º85.51%86.47%-
HSV(B)283.73º23.6%98.04%-
XYZ69.8261.6698.66-
YUV210.58150.25144.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 191 (75% from 255) = 28.30%
BLUE value IS 250 (98.05% from 255) = 37.04%
R=34.67%
G=28.30%
B=37.04%

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
Decimal2341912500.060.2400.02283.7385.5186.47
HexEABFFA6180211c5656
Octal35227737263002434126126
Binary1110101010111111111110101101100001010001110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFFA; }

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

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

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

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

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

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

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

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