#EB9EFA

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

Shades of Mauve #EB9EFA

Tints of Mauve #EB9EFA

Color information

#EB9EFA (or 0xEB9EFA) is unknown color: approx Mauve. HEX triplet: EB, 9E and FA. RGB value is (235,158,250). Sum of RGB (Red+Green+Blue) = 235+158+250=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 158 (62.11% from 255 or 24.57% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB9EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9EFA is #146105. Grayscale: #BFBFBF. Windows color (decimal): -1335558 or 16424683. OLE color: 16424683.

HSL color Cylindrical-coordinate representation of color #EB9EFA: hue angle of 290.22º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EB9EFA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235158250-
CMYK0.060.3700.02
HSL290.22º90.2%80%-
HSV(B)290.22º36.8%98.04%-
XYZ63.7449.0296.54-
YUV191.51161.01159.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 158 (62.11% from 255) = 24.57%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=36.55%
G=24.57%
B=38.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351582500.060.3700.02290.2290.280
HexEB9EFA625021225a50
Octal35323637264502442132120
Binary11101011100111101111101011010010101010010001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9EFA; }

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

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

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

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

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

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

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

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