#EBA9FE

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

Shades of Mauve #EBA9FE

Tints of Mauve #EBA9FE

Color information

#EBA9FE (or 0xEBA9FE) is unknown color: approx Mauve. HEX triplet: EB, A9 and FE. RGB value is (235,169,254). Sum of RGB (Red+Green+Blue) = 235+169+254=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 169 (66.41% from 255 or 25.68% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBA9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9FE is #145601. Grayscale: #C6C6C6. Windows color (decimal): -1332738 or 16689643. OLE color: 16689643.

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

Color convert

RGB235169254-
CMYK0.070.3300.00
HSL286.59º97.7%82.94%-
HSV(B)286.59º33.46%99.61%-
XYZ66.3453.19100.54-
YUV198.42159.37154.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 169 (66.41% from 255) = 25.68%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=35.71%
G=25.68%
B=38.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2351692540.070.3300.00286.5997.782.94
HexEBA9FE7210011f6253
Octal35325137674100437142123
Binary1110101110101001111111101111000010010001111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9FE; }

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

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

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

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

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

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

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

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