#EAB0FF

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

Shades of Mauve #EAB0FF

Tints of Mauve #EAB0FF

Color information

#EAB0FF (or 0xEAB0FF) is unknown color: approx Mauve. HEX triplet: EA, B0 and FF. RGB value is (234,176,255). Sum of RGB (Red+Green+Blue) = 234+176+255=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 176 (69.14% from 255 or 26.47% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAB0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB0FF is #154F00. Grayscale: #CACACA. Windows color (decimal): -1396481 or 16756970. OLE color: 16756970.

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

Color convert

RGB234176255-
CMYK0.080.3100
HSL284.05º100%84.51%-
HSV(B)284.05º30.98%100%-
XYZ67.5155.76101.81-
YUV202.35157.72150.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 176 (69.14% from 255) = 26.47%
BLUE value IS 255 (100% from 255) = 38.35%
R=35.19%
G=26.47%
B=38.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341762550.080.3100284.0510084.51
HexEAB0FF81F0011c6455
Octal352260377103700434144125
Binary1110101010110000111111111000111110010001110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB0FF; }

 p { color: rgb(234,176,255); }

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

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

 a { background-color: rgb(234,176,255); }

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

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

 span { border-color: rgb(234,176,255); }

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