#ebb5ff

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

Shades of Mauve #EBB5FF

Tints of Mauve #EBB5FF

Color information

#EBB5FF (or 0xEBB5FF) is unknown color: approx Mauve. HEX triplet: EB, B5 and FF. RGB value is (235,181,255). Sum of RGB (Red+Green+Blue) = 235+181+255=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 181 (71.09% from 255 or 26.97% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBB5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB5FF is #144A00. Grayscale: #CDCDCD. Windows color (decimal): -1329665 or 16758251. OLE color: 16758251.

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

Color convert

RGB235181255-
CMYK0.080.2900
HSL283.78º100%85.49%-
HSV(B)283.78º29.02%100%-
XYZ68.8357.93102.16-
YUV205.58155.89148.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 181 (71.09% from 255) = 26.97%
BLUE value IS 255 (100% from 255) = 38.00%
R=35.02%
G=26.97%
B=38.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351812550.080.2900283.7810085.49
HexEBB5FF81D0011c6455
Octal353265377103500434144125
Binary1110101110110101111111111000111010010001110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebb5ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebb5ff; }

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

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

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

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

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

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

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

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