#EB9DFB

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

Shades of Mauve #EB9DFB

Tints of Mauve #EB9DFB

Color information

#EB9DFB (or 0xEB9DFB) is unknown color: approx Mauve. HEX triplet: EB, 9D and FB. RGB value is (235,157,251). Sum of RGB (Red+Green+Blue) = 235+157+251=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 157 (61.72% from 255 or 24.42% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB9DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9DFB is #146204. Grayscale: #BEBEBE. Windows color (decimal): -1335813 or 16489963. OLE color: 16489963.

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

Color convert

RGB235157251-
CMYK0.060.3700.02
HSL289.79º92.16%80%-
HSV(B)289.79º37.45%98.43%-
XYZ63.7348.7497.32-
YUV191.04161.84159.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 157 (61.72% from 255) = 24.42%
BLUE value IS 251 (98.44% from 255) = 39.04%
R=36.55%
G=24.42%
B=39.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351572510.060.3700.02289.7992.1680
HexEB9DFB625021225c50
Octal35323537364502442134120
Binary11101011100111011111101111010010101010010001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9DFB; }

 p { color: rgb(235,157,251); }

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

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

 a { background-color: rgb(235,157,251); }

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

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

 span { border-color: rgb(235,157,251); }

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