#EBA5FD

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

Shades of Mauve #EBA5FD

Tints of Mauve #EBA5FD

Color information

#EBA5FD (or 0xEBA5FD) is unknown color: approx Mauve. HEX triplet: EB, A5 and FD. RGB value is (235,165,253). Sum of RGB (Red+Green+Blue) = 235+165+253=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 165 (64.84% from 255 or 25.27% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBA5FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA5FD is #145A02. Grayscale: #C3C3C3. Windows color (decimal): -1333763 or 16623083. OLE color: 16623083.

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

Color convert

RGB235165253-
CMYK0.070.3500.01
HSL287.73º95.65%81.96%-
HSV(B)287.73º34.78%99.22%-
XYZ65.4551.6699.45-
YUV195.96160.19155.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 165 (64.84% from 255) = 25.27%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=35.99%
G=25.27%
B=38.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351652530.070.3500.01287.7395.6581.96
HexEBA5FD723011206052
Octal35324537574301440140122
Binary1110101110100101111111011111000110110010000011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA5FD; }

 p { color: rgb(235,165,253); }

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

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

 a { background-color: rgb(235,165,253); }

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

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

 span { border-color: rgb(235,165,253); }

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