#EB9BFE

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

Shades of Mauve #EB9BFE

Tints of Mauve #EB9BFE

Color information

#EB9BFE (or 0xEB9BFE) is unknown color: approx Mauve. HEX triplet: EB, 9B and FE. RGB value is (235,155,254). Sum of RGB (Red+Green+Blue) = 235+155+254=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 155 (60.94% from 255 or 24.07% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB9BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9BFE is #146401. Grayscale: #BDBDBD. Windows color (decimal): -1336322 or 16686059. OLE color: 16686059.

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

Color convert

RGB235155254-
CMYK0.070.3900.00
HSL288.48º98.02%80.2%-
HSV(B)288.48º38.98%99.61%-
XYZ63.8748.2699.71-
YUV190.21164159.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 155 (60.94% from 255) = 24.07%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=36.49%
G=24.07%
B=39.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2351552540.070.3900.00288.4898.0280.2
HexEB9BFE727001206250
Octal35323337674700440142120
Binary1110101110011011111111101111001110010010000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9BFE; }

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

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

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

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

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

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

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

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