#EABFF4

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

Shades of Mauve #EABFF4

Tints of Mauve #EABFF4

Color information

#EABFF4 (or 0xEABFF4) is unknown color: approx Mauve. HEX triplet: EA, BF and F4. RGB value is (234,191,244). Sum of RGB (Red+Green+Blue) = 234+191+244=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #EABFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFF4 is #15400B. Grayscale: #D1D1D1. Windows color (decimal): -1392652 or 16039914. OLE color: 16039914.

HSL color Cylindrical-coordinate representation of color #EABFF4: hue angle of 288.68º degrees, saturation: 0.71, 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 #EABFF4 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234191244-
CMYK0.040.2200.04
HSL288.68º70.67%85.29%-
HSV(B)288.68º21.72%95.69%-
XYZ68.8961.2993.79-
YUV209.9147.25145.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 191 (75% from 255) = 28.55%
BLUE value IS 244 (95.70% from 255) = 36.47%
R=34.98%
G=28.55%
B=36.47%

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
Decimal2341912440.040.2200.04288.6870.6785.29
HexEABFF4416041214755
Octal35227736442604441107125
Binary11101010101111111111010010010110010010010000110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFF4; }

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

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

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

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

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

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

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

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