#EBACFE

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

Shades of Mauve #EBACFE

Tints of Mauve #EBACFE

Color information

#EBACFE (or 0xEBACFE) is unknown color: approx Mauve. HEX triplet: EB, AC and FE. RGB value is (235,172,254). Sum of RGB (Red+Green+Blue) = 235+172+254=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACFE is #145301. Grayscale: #C7C7C7. Windows color (decimal): -1331970 or 16690411. OLE color: 16690411.

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

Color convert

RGB235172254-
CMYK0.070.3200.00
HSL286.1º97.62%83.53%-
HSV(B)286.1º32.28%99.61%-
XYZ66.954.32100.73-
YUV200.18158.37152.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 172 (67.58% from 255) = 26.02%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=35.55%
G=26.02%
B=38.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2351722540.070.3200.00286.197.6283.53
HexEBACFE7200011e6254
Octal35325437674000436142124
Binary1110101110101100111111101111000000010001111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACFE; }

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

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

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

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

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

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

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

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