#E4B1F3

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

Shades of Mauve #E4B1F3

Tints of Mauve #E4B1F3

Color information

#E4B1F3 (or 0xE4B1F3) is unknown color: approx Mauve. HEX triplet: E4, B1 and F3. RGB value is (228,177,243). Sum of RGB (Red+Green+Blue) = 228+177+243=648 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.19% from 648); Green value is 177 (69.53% from 255 or 27.31% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #E4B1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4B1F3 is #1B4E0C. Grayscale: #C7C7C7. Windows color (decimal): -1789453 or 15970788. OLE color: 15970788.

HSL color Cylindrical-coordinate representation of color #E4B1F3: hue angle of 286.36º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E4B1F3 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB228177243-
CMYK0.060.2700.05
HSL286.36º73.33%82.35%-
HSV(B)286.36º27.16%95.29%-
XYZ63.8954.4191.93-
YUV199.77152.4148.13-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.19%
GREEN value IS 177 (69.53% from 255) = 27.31%
BLUE value IS 243 (95.31% from 255) = 37.5%
R=35.19%
G=27.31%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2281772430.060.2700.05286.3673.3382.35
HexE4B1F361B0511e4952
Octal34426136363305436111122
Binary11100100101100011111001111011011010110001111010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B1F3; }

 p { color: rgb(228,177,243); }

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

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

 a { background-color: rgb(228,177,243); }

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

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

 span { border-color: rgb(228,177,243); }

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