#EABFF7

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

Shades of Mauve #EABFF7

Tints of Mauve #EABFF7

Color information

#EABFF7 (or 0xEABFF7) is unknown color: approx Mauve. HEX triplet: EA, BF and F7. RGB value is (234,191,247). Sum of RGB (Red+Green+Blue) = 234+191+247=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 247 - color contains mainly: blue. Hex color #EABFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFF7 is #154008. Grayscale: #D2D2D2. Windows color (decimal): -1392649 or 16236522. OLE color: 16236522.

HSL color Cylindrical-coordinate representation of color #EABFF7: hue angle of 286.07º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EABFF7 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234191247-
CMYK0.050.2300.03
HSL286.07º77.78%85.88%-
HSV(B)286.07º22.67%96.86%-
XYZ69.3561.4796.21-
YUV210.24148.75144.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 191 (75% from 255) = 28.42%
BLUE value IS 247 (96.88% from 255) = 36.76%
R=34.82%
G=28.42%
B=36.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341912470.050.2300.03286.0777.7885.88
HexEABFF75170311e4e56
Octal35227736752703436116126
Binary1110101010111111111101111011011101110001111010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFF7; }

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

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

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

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

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

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

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

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