#EBABFE

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

Shades of Mauve #EBABFE

Tints of Mauve #EBABFE

Color information

#EBABFE (or 0xEBABFE) is unknown color: approx Mauve. HEX triplet: EB, AB and FE. RGB value is (235,171,254). Sum of RGB (Red+Green+Blue) = 235+171+254=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 171 (67.19% from 255 or 25.91% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBABFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBABFE is #145401. Grayscale: #C7C7C7. Windows color (decimal): -1332226 or 16690155. OLE color: 16690155.

HSL color Cylindrical-coordinate representation of color #EBABFE: hue angle of 286.27º 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 #EBABFE is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB235171254-
CMYK0.070.3300.00
HSL286.27º97.65%83.33%-
HSV(B)286.27º32.68%99.61%-
XYZ66.7153.94100.66-
YUV199.6158.7153.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 171 (67.19% from 255) = 25.91%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=35.61%
G=25.91%
B=38.48%

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
Decimal2351712540.070.3300.00286.2797.6583.33
HexEBABFE7210011e6253
Octal35325337674100436142123
Binary1110101110101011111111101111000010010001111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABFE; }

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

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

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

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

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

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

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

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