#EAB6FE

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

Shades of Mauve #EAB6FE

Tints of Mauve #EAB6FE

Color information

#EAB6FE (or 0xEAB6FE) is unknown color: approx Mauve. HEX triplet: EA, B6 and FE. RGB value is (234,182,254). Sum of RGB (Red+Green+Blue) = 234+182+254=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 182 (71.48% from 255 or 27.16% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAB6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB6FE is #154901. Grayscale: #CDCDCD. Windows color (decimal): -1394946 or 16692970. OLE color: 16692970.

HSL color Cylindrical-coordinate representation of color #EAB6FE: hue angle of 283.33º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAB6FE is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234182254-
CMYK0.080.2800.00
HSL283.33º97.3%85.49%-
HSV(B)283.33º28.35%99.61%-
XYZ68.5558.1101.37-
YUV205.76155.23148.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 182 (71.48% from 255) = 27.16%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=34.93%
G=27.16%
B=37.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341822540.080.2800.00283.3397.385.49
HexEAB6FE81C0011b6155
Octal352266376103400433141125
Binary1110101010110110111111101000111000010001101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB6FE; }

 p { color: rgb(234,182,254); }

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

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

 a { background-color: rgb(234,182,254); }

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

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

 span { border-color: rgb(234,182,254); }

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