#E2BCFF

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

Shades of Mauve #E2BCFF

Tints of Mauve #E2BCFF

Color information

#E2BCFF (or 0xE2BCFF) is unknown color: approx Mauve. HEX triplet: E2, BC and FF. RGB value is (226,188,255). Sum of RGB (Red+Green+Blue) = 226+188+255=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCFF is #1D4300. Grayscale: #CECECE. Windows color (decimal): -1917697 or 16760034. OLE color: 16760034.

HSL color Cylindrical-coordinate representation of color #E2BCFF: hue angle of 274.03º 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 #E2BCFF is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB226188255-
CMYK0.110.2600
HSL274.03º100%86.86%-
HSV(B)274.03º26.27%100%-
XYZ67.459.36102.51-
YUV207155.09141.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.78%
GREEN value IS 188 (73.83% from 255) = 28.10%
BLUE value IS 255 (100% from 255) = 38.12%
R=33.78%
G=28.10%
B=38.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261882550.110.2600274.0310086.86
HexE2BCFFB1A001126457
Octal342274377133200422144127
Binary1110001010111100111111111011110100010001001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BCFF; }

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

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

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

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

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

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

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

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