#EB9EFC

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

Shades of Mauve #EB9EFC

Tints of Mauve #EB9EFC

Color information

#EB9EFC (or 0xEB9EFC) is unknown color: approx Mauve. HEX triplet: EB, 9E and FC. RGB value is (235,158,252). Sum of RGB (Red+Green+Blue) = 235+158+252=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 158 (62.11% from 255 or 24.50% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #EB9EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9EFC is #146103. Grayscale: #BFBFBF. Windows color (decimal): -1335556 or 16555755. OLE color: 16555755.

HSL color Cylindrical-coordinate representation of color #EB9EFC: hue angle of 289.15º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB9EFC is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235158252-
CMYK0.070.3700.01
HSL289.15º94%80.39%-
HSV(B)289.15º37.3%98.82%-
XYZ64.0649.1498.2-
YUV191.74162.01158.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 158 (62.11% from 255) = 24.50%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=36.43%
G=24.50%
B=39.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351582520.070.3700.01289.159480.39
HexEB9EFC725011215e50
Octal35323637474501441136120
Binary1110101110011110111111001111001010110010000110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EFC; }

 p { color: rgb(235,158,252); }

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

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

 a { background-color: rgb(235,158,252); }

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

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

 span { border-color: rgb(235,158,252); }

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