#EB9EF8

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

Shades of Mauve #EB9EF8

Tints of Mauve #EB9EF8

Color information

#EB9EF8 (or 0xEB9EF8) is unknown color: approx Mauve. HEX triplet: EB, 9E and F8. RGB value is (235,158,248). Sum of RGB (Red+Green+Blue) = 235+158+248=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 158 (62.11% from 255 or 24.65% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #EB9EF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9EF8 is #146107. Grayscale: #BFBFBF. Windows color (decimal): -1335560 or 16293611. OLE color: 16293611.

HSL color Cylindrical-coordinate representation of color #EB9EF8: hue angle of 291.33º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EB9EF8 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235158248-
CMYK0.050.3600.03
HSL291.33º86.54%79.61%-
HSV(B)291.33º36.29%97.25%-
XYZ63.4348.8994.9-
YUV191.28160.01159.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 158 (62.11% from 255) = 24.65%
BLUE value IS 248 (97.27% from 255) = 38.69%
R=36.66%
G=24.65%
B=38.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351582480.050.3600.03291.3386.5479.61
HexEB9EF8524031235750
Octal35323637054403443127120
Binary11101011100111101111100010110010001110010001110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EF8; }

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

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

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

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

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

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

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

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