#EB9FFC

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

Shades of Mauve #EB9FFC

Tints of Mauve #EB9FFC

Color information

#EB9FFC (or 0xEB9FFC) is unknown color: approx Mauve. HEX triplet: EB, 9F and FC. RGB value is (235,159,252). Sum of RGB (Red+Green+Blue) = 235+159+252=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 159 (62.5% from 255 or 24.61% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #EB9FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9FFC is #146003. Grayscale: #C0C0C0. Windows color (decimal): -1335300 or 16556011. OLE color: 16556011.

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

Color convert

RGB235159252-
CMYK0.070.3700.01
HSL289.03º93.94%80.59%-
HSV(B)289.03º36.9%98.82%-
XYZ64.2349.4998.26-
YUV192.33161.68158.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 159 (62.5% from 255) = 24.61%
BLUE value IS 252 (98.83% from 255) = 39.01%
R=36.38%
G=24.61%
B=39.01%

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
Decimal2351592520.070.3700.01289.0393.9480.59
HexEB9FFC725011215e51
Octal35323737474501441136121
Binary1110101110011111111111001111001010110010000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9FFC; }

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

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

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

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

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

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

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

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