#EBB1FF

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

Shades of Mauve #EBB1FF

Tints of Mauve #EBB1FF

Color information

#EBB1FF (or 0xEBB1FF) is unknown color: approx Mauve. HEX triplet: EB, B1 and FF. RGB value is (235,177,255). Sum of RGB (Red+Green+Blue) = 235+177+255=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 177 (69.53% from 255 or 26.54% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBB1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB1FF is #144E00. Grayscale: #CACACA. Windows color (decimal): -1330689 or 16757227. OLE color: 16757227.

HSL color Cylindrical-coordinate representation of color #EBB1FF: hue angle of 284.62º 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 #EBB1FF is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235177255-
CMYK0.080.3100
HSL284.62º100%84.71%-
HSV(B)284.62º30.59%100%-
XYZ68.0356.33101.89-
YUV203.23157.22150.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 177 (69.53% from 255) = 26.54%
BLUE value IS 255 (100% from 255) = 38.23%
R=35.23%
G=26.54%
B=38.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351772550.080.3100284.6210084.71
HexEBB1FF81F0011d6455
Octal353261377103700435144125
Binary1110101110110001111111111000111110010001110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1FF; }

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

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

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

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

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

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

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

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