#EBB6FA

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

Shades of Mauve #EBB6FA

Tints of Mauve #EBB6FA

Color information

#EBB6FA (or 0xEBB6FA) is unknown color: approx Mauve. HEX triplet: EB, B6 and FA. RGB value is (235,182,250). Sum of RGB (Red+Green+Blue) = 235+182+250=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 182 (71.48% from 255 or 27.29% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBB6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB6FA is #144905. Grayscale: #CDCDCD. Windows color (decimal): -1329414 or 16430827. OLE color: 16430827.

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

Color convert

RGB235182250-
CMYK0.060.2700.02
HSL286.76º87.18%84.71%-
HSV(B)286.76º27.2%98.04%-
XYZ68.2458.0298.04-
YUV205.6153.06148.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 182 (71.48% from 255) = 27.29%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=35.23%
G=27.29%
B=37.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351822500.060.2700.02286.7687.1884.71
HexEBB6FA61B0211f5755
Octal35326637263302437127125
Binary1110101110110110111110101101101101010001111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6FA; }

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

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

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

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

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

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

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

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