#EB9CFE

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

Shades of Mauve #EB9CFE

Tints of Mauve #EB9CFE

Color information

#EB9CFE (or 0xEB9CFE) is unknown color: approx Mauve. HEX triplet: EB, 9C and FE. RGB value is (235,156,254). Sum of RGB (Red+Green+Blue) = 235+156+254=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 156 (61.33% from 255 or 24.19% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB9CFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9CFE is #146301. Grayscale: #BEBEBE. Windows color (decimal): -1336066 or 16686315. OLE color: 16686315.

HSL color Cylindrical-coordinate representation of color #EB9CFE: hue angle of 288.37º 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 #EB9CFE is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB235156254-
CMYK0.070.3900.00
HSL288.37º98%80.39%-
HSV(B)288.37º38.58%99.61%-
XYZ64.0448.5999.77-
YUV190.79163.67159.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 156 (61.33% from 255) = 24.19%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=36.43%
G=24.19%
B=39.38%

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
Decimal2351562540.070.3900.00288.379880.39
HexEB9CFE727001206250
Octal35323437674700440142120
Binary1110101110011100111111101111001110010010000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9CFE; }

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

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

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

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

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

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

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

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