#EBA4FF

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

Shades of Mauve #EBA4FF

Tints of Mauve #EBA4FF

Color information

#EBA4FF (or 0xEBA4FF) is unknown color: approx Mauve. HEX triplet: EB, A4 and FF. RGB value is (235,164,255). Sum of RGB (Red+Green+Blue) = 235+164+255=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 164 (64.45% from 255 or 25.08% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBA4FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4FF is #145B00. Grayscale: #C3C3C3. Windows color (decimal): -1334017 or 16753899. OLE color: 16753899.

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

Color convert

RGB235164255-
CMYK0.080.3600
HSL286.81º100%82.16%-
HSV(B)286.81º35.69%100%-
XYZ65.5951.43101.08-
YUV195.6161.52156.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 164 (64.45% from 255) = 25.08%
BLUE value IS 255 (100% from 255) = 38.99%
R=35.93%
G=25.08%
B=38.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351642550.080.3600286.8110082.16
HexEBA4FF8240011f6452
Octal353244377104400437144122
Binary11101011101001001111111110001001000010001111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4FF; }

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

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

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

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

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

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

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

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