#EB9BFF

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

Shades of Mauve #EB9BFF

Tints of Mauve #EB9BFF

Color information

#EB9BFF (or 0xEB9BFF) is unknown color: approx Mauve. HEX triplet: EB, 9B and FF. RGB value is (235,155,255). Sum of RGB (Red+Green+Blue) = 235+155+255=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 155 (60.94% from 255 or 24.03% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB9BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9BFF is #146400. Grayscale: #BEBEBE. Windows color (decimal): -1336321 or 16751595. OLE color: 16751595.

HSL color Cylindrical-coordinate representation of color #EB9BFF: hue angle of 288º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB9BFF is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235155255-
CMYK0.080.3900
HSL288º100%80.39%-
HSV(B)288º39.22%100%-
XYZ64.0348.32100.56-
YUV190.32164.5159.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 155 (60.94% from 255) = 24.03%
BLUE value IS 255 (100% from 255) = 39.53%
R=36.43%
G=24.03%
B=39.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351552550.080.390028810080.39
HexEB9BFF827001206450
Octal353233377104700440144120
Binary11101011100110111111111110001001110010010000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9BFF; }

 p { color: rgb(235,155,255); }

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

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

 a { background-color: rgb(235,155,255); }

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

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

 span { border-color: rgb(235,155,255); }

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