#E2B7FC

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

Shades of Mauve #E2B7FC

Tints of Mauve #E2B7FC

Color information

#E2B7FC (or 0xE2B7FC) is unknown color: approx Mauve. HEX triplet: E2, B7 and FC. RGB value is (226,183,252). Sum of RGB (Red+Green+Blue) = 226+183+252=661 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.19% from 661); Green value is 183 (71.88% from 255 or 27.69% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2B7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B7FC is #1D4803. Grayscale: #CBCBCB. Windows color (decimal): -1918980 or 16562146. OLE color: 16562146.

HSL color Cylindrical-coordinate representation of color #E2B7FC: hue angle of 277.39º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2B7FC is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226183252-
CMYK0.100.2700.01
HSL277.39º92%85.29%-
HSV(B)277.39º27.38%98.82%-
XYZ65.8757.0699.64-
YUV203.72155.25143.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.19%
GREEN value IS 183 (71.88% from 255) = 27.69%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=34.19%
G=27.69%
B=38.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261832520.100.2700.01277.399285.29
HexE2B7FCA1B011155c55
Octal342267374123301425134125
Binary1110001010110111111111001010110110110001010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B7FC; }

 p { color: rgb(226,183,252); }

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

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

 a { background-color: rgb(226,183,252); }

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

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

 span { border-color: rgb(226,183,252); }

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