#E4BBFF

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

Shades of Mauve #E4BBFF

Tints of Mauve #E4BBFF

Color information

#E4BBFF (or 0xE4BBFF) is unknown color: approx Mauve. HEX triplet: E4, BB and FF. RGB value is (228,187,255). Sum of RGB (Red+Green+Blue) = 228+187+255=670 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.03% from 670); Green value is 187 (73.44% from 255 or 27.91% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #E4BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BBFF is #1B4400. Grayscale: #CECECE. Windows color (decimal): -1786881 or 16759780. OLE color: 16759780.

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

Color convert

RGB228187255-
CMYK0.110.2700
HSL276.18º100%86.67%-
HSV(B)276.18º26.67%100%-
XYZ67.8259.25102.47-
YUV207.01155.08142.97-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.03%
GREEN value IS 187 (73.44% from 255) = 27.91%
BLUE value IS 255 (100% from 255) = 38.06%
R=34.03%
G=27.91%
B=38.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2281872550.110.2700276.1810086.67
HexE4BBFFB1B001146457
Octal344273377133300424144127
Binary1110010010111011111111111011110110010001010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BBFF; }

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

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

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

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

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

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

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

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