#EBB5F1

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

Shades of Mauve #EBB5F1

Tints of Mauve #EBB5F1

Color information

#EBB5F1 (or 0xEBB5F1) is unknown color: approx Mauve. HEX triplet: EB, B5 and F1. RGB value is (235,181,241). Sum of RGB (Red+Green+Blue) = 235+181+241=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 181 (71.09% from 255 or 27.55% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBB5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB5F1 is #144A0E. Grayscale: #CBCBCB. Windows color (decimal): -1329679 or 15840747. OLE color: 15840747.

HSL color Cylindrical-coordinate representation of color #EBB5F1: hue angle of 294º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB5F1 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235181241-
CMYK0.020.2500.05
HSL294º68.18%82.75%-
HSV(B)294º24.9%94.51%-
XYZ66.6657.0690.72-
YUV203.99148.89150.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 181 (71.09% from 255) = 27.55%
BLUE value IS 241 (94.53% from 255) = 36.68%
R=35.77%
G=27.55%
B=36.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351812410.020.2500.0529468.1882.75
HexEBB5F1219051264453
Octal35326536123105446104123
Binary1110101110110101111100011011001010110010011010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5F1; }

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

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

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

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

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

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

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

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