#EAB7F9

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

Shades of Mauve #EAB7F9

Tints of Mauve #EAB7F9

Color information

#EAB7F9 (or 0xEAB7F9) is unknown color: approx Mauve. HEX triplet: EA, B7 and F9. RGB value is (234,183,249). Sum of RGB (Red+Green+Blue) = 234+183+249=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 183 (71.88% from 255 or 27.48% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAB7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB7F9 is #154806. Grayscale: #CDCDCD. Windows color (decimal): -1394695 or 16365546. OLE color: 16365546.

HSL color Cylindrical-coordinate representation of color #EAB7F9: hue angle of 286.36º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAB7F9 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234183249-
CMYK0.060.2700.02
HSL286.36º84.62%84.71%-
HSV(B)286.36º26.51%97.65%-
XYZ67.9658.297.27-
YUV205.77152.4148.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 183 (71.88% from 255) = 27.48%
BLUE value IS 249 (97.66% from 255) = 37.39%
R=35.14%
G=27.48%
B=37.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341832490.060.2700.02286.3684.6284.71
HexEAB7F961B0211e5555
Octal35226737163302436125125
Binary1110101010110111111110011101101101010001111010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7F9; }

 p { color: rgb(234,183,249); }

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

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

 a { background-color: rgb(234,183,249); }

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

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

 span { border-color: rgb(234,183,249); }

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