#EB9EFE

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

Shades of Mauve #EB9EFE

Tints of Mauve #EB9EFE

Color information

#EB9EFE (or 0xEB9EFE) is unknown color: approx Mauve. HEX triplet: EB, 9E and FE. RGB value is (235,158,254). Sum of RGB (Red+Green+Blue) = 235+158+254=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 158 (62.11% from 255 or 24.42% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB9EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9EFE is #146101. Grayscale: #BFBFBF. Windows color (decimal): -1335554 or 16686827. OLE color: 16686827.

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

Color convert

RGB235158254-
CMYK0.070.3800.00
HSL288.12º97.96%80.78%-
HSV(B)288.12º37.8%99.61%-
XYZ64.3849.2799.88-
YUV191.97163.01158.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 158 (62.11% from 255) = 24.42%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=36.32%
G=24.42%
B=39.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2351582540.070.3800.00288.1297.9680.78
HexEB9EFE726001206251
Octal35323637674600440142121
Binary1110101110011110111111101111001100010010000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EFE; }

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

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

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

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

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

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

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

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