#EBA0FD

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

Shades of Mauve #EBA0FD

Tints of Mauve #EBA0FD

Color information

#EBA0FD (or 0xEBA0FD) is unknown color: approx Mauve. HEX triplet: EB, A0 and FD. RGB value is (235,160,253). Sum of RGB (Red+Green+Blue) = 235+160+253=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 160 (62.89% from 255 or 24.69% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBA0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA0FD is #145F02. Grayscale: #C0C0C0. Windows color (decimal): -1335043 or 16621803. OLE color: 16621803.

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

Color convert

RGB235160253-
CMYK0.070.3700.01
HSL288.39º95.88%80.98%-
HSV(B)288.39º36.76%99.22%-
XYZ64.5649.999.16-
YUV193.03161.85157.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 160 (62.89% from 255) = 24.69%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=36.27%
G=24.69%
B=39.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351602530.070.3700.01288.3995.8880.98
HexEBA0FD725011206051
Octal35324037574501440140121
Binary1110101110100000111111011111001010110010000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0FD; }

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

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

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

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

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

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

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

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