#EBB5FA

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

Shades of Mauve #EBB5FA

Tints of Mauve #EBB5FA

Color information

#EBB5FA (or 0xEBB5FA) is unknown color: approx Mauve. HEX triplet: EB, B5 and FA. RGB value is (235,181,250). Sum of RGB (Red+Green+Blue) = 235+181+250=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 181 (71.09% from 255 or 27.18% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBB5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB5FA is #144A05. Grayscale: #CCCCCC. Windows color (decimal): -1329670 or 16430571. OLE color: 16430571.

HSL color Cylindrical-coordinate representation of color #EBB5FA: hue angle of 286.96º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBB5FA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235181250-
CMYK0.060.2800.02
HSL286.96º87.34%84.51%-
HSV(B)286.96º27.6%98.04%-
XYZ68.0457.6197.98-
YUV205.01153.39149.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 181 (71.09% from 255) = 27.18%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=35.29%
G=27.18%
B=37.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351812500.060.2800.02286.9687.3484.51
HexEBB5FA61C0211f5755
Octal35326537263402437127125
Binary1110101110110101111110101101110001010001111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5FA; }

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

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

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

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

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

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

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

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