#EBA4FE

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

Shades of Mauve #EBA4FE

Tints of Mauve #EBA4FE

Color information

#EBA4FE (or 0xEBA4FE) is unknown color: approx Mauve. HEX triplet: EB, A4 and FE. RGB value is (235,164,254). Sum of RGB (Red+Green+Blue) = 235+164+254=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 164 (64.45% from 255 or 25.11% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBA4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4FE is #145B01. Grayscale: #C3C3C3. Windows color (decimal): -1334018 or 16688363. OLE color: 16688363.

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

Color convert

RGB235164254-
CMYK0.070.3500.00
HSL287.33º97.83%81.96%-
HSV(B)287.33º35.43%99.61%-
XYZ65.4351.37100.23-
YUV195.49161.02156.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 164 (64.45% from 255) = 25.11%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=35.99%
G=25.11%
B=38.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2351642540.070.3500.00287.3397.8381.96
HexEBA4FE7230011f6252
Octal35324437674300437142122
Binary1110101110100100111111101111000110010001111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4FE; }

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

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

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

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

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

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

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

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