#EBA7FE

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

Shades of Mauve #EBA7FE

Tints of Mauve #EBA7FE

Color information

#EBA7FE (or 0xEBA7FE) is unknown color: approx Mauve. HEX triplet: EB, A7 and FE. RGB value is (235,167,254). Sum of RGB (Red+Green+Blue) = 235+167+254=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 167 (65.62% from 255 or 25.46% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBA7FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7FE is #145801. Grayscale: #C4C4C4. Windows color (decimal): -1333250 or 16689131. OLE color: 16689131.

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

Color convert

RGB235167254-
CMYK0.070.3400.00
HSL286.9º97.75%82.55%-
HSV(B)286.9º34.25%99.61%-
XYZ65.9752.46100.41-
YUV197.25160.03154.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 167 (65.62% from 255) = 25.46%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=35.82%
G=25.46%
B=38.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2351672540.070.3400.00286.997.7582.55
HexEBA7FE7220011f6253
Octal35324737674200437142123
Binary1110101110100111111111101111000100010001111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7FE; }

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

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

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

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

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

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

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

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