#EBABFA

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

Shades of Mauve #EBABFA

Tints of Mauve #EBABFA

Color information

#EBABFA (or 0xEBABFA) is unknown color: approx Mauve. HEX triplet: EB, AB and FA. RGB value is (235,171,250). Sum of RGB (Red+Green+Blue) = 235+171+250=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 171 (67.19% from 255 or 26.07% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBABFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBABFA is #145405. Grayscale: #C6C6C6. Windows color (decimal): -1332230 or 16428011. OLE color: 16428011.

HSL color Cylindrical-coordinate representation of color #EBABFA: hue angle of 288.61º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBABFA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235171250-
CMYK0.060.3200.02
HSL288.61º88.76%82.55%-
HSV(B)288.61º31.6%98.04%-
XYZ66.0853.6997.32-
YUV199.14156.7153.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 171 (67.19% from 255) = 26.07%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=35.82%
G=26.07%
B=38.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351712500.060.3200.02288.6188.7682.55
HexEBABFA620021215953
Octal35325337264002441131123
Binary11101011101010111111101011010000001010010000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABFA; }

 p { color: rgb(235,171,250); }

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

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

 a { background-color: rgb(235,171,250); }

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

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

 span { border-color: rgb(235,171,250); }

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