#EBA9FF

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

Shades of Mauve #EBA9FF

Tints of Mauve #EBA9FF

Color information

#EBA9FF (or 0xEBA9FF) is unknown color: approx Mauve. HEX triplet: EB, A9 and FF. RGB value is (235,169,255). Sum of RGB (Red+Green+Blue) = 235+169+255=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 169 (66.41% from 255 or 25.64% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBA9FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9FF is #145600. Grayscale: #C6C6C6. Windows color (decimal): -1332737 or 16755179. OLE color: 16755179.

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

Color convert

RGB235169255-
CMYK0.080.3400
HSL286.05º100%83.14%-
HSV(B)286.05º33.73%100%-
XYZ66.553.26101.38-
YUV198.54159.87154.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 169 (66.41% from 255) = 25.64%
BLUE value IS 255 (100% from 255) = 38.69%
R=35.66%
G=25.64%
B=38.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351692550.080.3400286.0510083.14
HexEBA9FF8220011e6453
Octal353251377104200436144123
Binary11101011101010011111111110001000100010001111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9FF; }

 p { color: rgb(235,169,255); }

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

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

 a { background-color: rgb(235,169,255); }

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

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

 span { border-color: rgb(235,169,255); }

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