#EBA6FF

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

Shades of Mauve #EBA6FF

Tints of Mauve #EBA6FF

Color information

#EBA6FF (or 0xEBA6FF) is unknown color: approx Mauve. HEX triplet: EB, A6 and FF. RGB value is (235,166,255). Sum of RGB (Red+Green+Blue) = 235+166+255=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 166 (65.23% from 255 or 25.30% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBA6FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6FF is #145900. Grayscale: #C4C4C4. Windows color (decimal): -1333505 or 16754411. OLE color: 16754411.

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

Color convert

RGB235166255-
CMYK0.080.3500
HSL286.52º100%82.55%-
HSV(B)286.52º34.9%100%-
XYZ65.9552.15101.2-
YUV196.78160.86155.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 166 (65.23% from 255) = 25.30%
BLUE value IS 255 (100% from 255) = 38.87%
R=35.82%
G=25.30%
B=38.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351662550.080.3500286.5210082.55
HexEBA6FF8230011f6453
Octal353246377104300437144123
Binary11101011101001101111111110001000110010001111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6FF; }

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

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

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

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

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

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

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

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