#EBACFF

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

Shades of Mauve #EBACFF

Tints of Mauve #EBACFF

Color information

#EBACFF (or 0xEBACFF) is unknown color: approx Mauve. HEX triplet: EB, AC and FF. RGB value is (235,172,255). Sum of RGB (Red+Green+Blue) = 235+172+255=662 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.50% from 662); Green value is 172 (67.58% from 255 or 25.98% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBACFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACFF is #145300. Grayscale: #C8C8C8. Windows color (decimal): -1331969 or 16755947. OLE color: 16755947.

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

Color convert

RGB235172255-
CMYK0.080.3300
HSL285.54º100%83.73%-
HSV(B)285.54º32.55%100%-
XYZ67.0654.39101.57-
YUV200.3158.87152.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.50%
GREEN value IS 172 (67.58% from 255) = 25.98%
BLUE value IS 255 (100% from 255) = 38.52%
R=35.50%
G=25.98%
B=38.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351722550.080.3300285.5410083.73
HexEBACFF8210011e6454
Octal353254377104100436144124
Binary11101011101011001111111110001000010010001111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACFF; }

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

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

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

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

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

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

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

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