#EBA4FC

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

Shades of Mauve #EBA4FC

Tints of Mauve #EBA4FC

Color information

#EBA4FC (or 0xEBA4FC) is unknown color: approx Mauve. HEX triplet: EB, A4 and FC. RGB value is (235,164,252). Sum of RGB (Red+Green+Blue) = 235+164+252=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 164 (64.45% from 255 or 25.19% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBA4FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4FC is #145B03. Grayscale: #C2C2C2. Windows color (decimal): -1334020 or 16557291. OLE color: 16557291.

HSL color Cylindrical-coordinate representation of color #EBA4FC: hue angle of 288.41º degrees, saturation: 0.94, 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 #EBA4FC is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235164252-
CMYK0.070.3500.01
HSL288.41º93.62%81.57%-
HSV(B)288.41º34.92%98.82%-
XYZ65.1151.2498.55-
YUV195.26160.02156.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 164 (64.45% from 255) = 25.19%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=36.10%
G=25.19%
B=38.71%

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
Decimal2351642520.070.3500.01288.4193.6281.57
HexEBA4FC723011205e52
Octal35324437474301440136122
Binary1110101110100100111111001111000110110010000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4FC; }

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

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

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

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

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

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

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

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