#E4BCFF

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

Shades of Mauve #E4BCFF

Tints of Mauve #E4BCFF

Color information

#E4BCFF (or 0xE4BCFF) is unknown color: approx Mauve. HEX triplet: E4, BC and FF. RGB value is (228,188,255). Sum of RGB (Red+Green+Blue) = 228+188+255=671 (88% of max value = 765). Red value is 228 (89.45% from 255 or 33.98% from 671); Green value is 188 (73.83% from 255 or 28.02% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BCFF is #1B4300. Grayscale: #CFCFCF. Windows color (decimal): -1786625 or 16760036. OLE color: 16760036.

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

Color convert

RGB228188255-
CMYK0.110.2600
HSL275.82º100%86.86%-
HSV(B)275.82º26.27%100%-
XYZ68.0359.68102.54-
YUV207.6154.75142.55-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.98%
GREEN value IS 188 (73.83% from 255) = 28.02%
BLUE value IS 255 (100% from 255) = 38.00%
R=33.98%
G=28.02%
B=38.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2281882550.110.2600275.8210086.86
HexE4BCFFB1A001146457
Octal344274377133200424144127
Binary1110010010111100111111111011110100010001010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BCFF; }

 p { color: rgb(228,188,255); }

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

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

 a { background-color: rgb(228,188,255); }

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

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

 span { border-color: rgb(228,188,255); }

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