#EBB9FA

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

Shades of Mauve #EBB9FA

Tints of Mauve #EBB9FA

Color information

#EBB9FA (or 0xEBB9FA) is unknown color: approx Mauve. HEX triplet: EB, B9 and FA. RGB value is (235,185,250). Sum of RGB (Red+Green+Blue) = 235+185+250=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBB9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB9FA is #144605. Grayscale: #CFCFCF. Windows color (decimal): -1328646 or 16431595. OLE color: 16431595.

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

Color convert

RGB235185250-
CMYK0.060.2600.02
HSL286.15º86.67%85.29%-
HSV(B)286.15º26%98.04%-
XYZ68.8759.2698.25-
YUV207.36152.06147.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 185 (72.66% from 255) = 27.61%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=35.07%
G=27.61%
B=37.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351852500.060.2600.02286.1586.6785.29
HexEBB9FA61A0211e5755
Octal35327137263202436127125
Binary1110101110111001111110101101101001010001111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9FA; }

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

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

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

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

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

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

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

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