#E4B1FC

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

Shades of Mauve #E4B1FC

Tints of Mauve #E4B1FC

Color information

#E4B1FC (or 0xE4B1FC) is unknown color: approx Mauve. HEX triplet: E4, B1 and FC. RGB value is (228,177,252). Sum of RGB (Red+Green+Blue) = 228+177+252=657 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.70% from 657); Green value is 177 (69.53% from 255 or 26.94% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4B1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4B1FC is #1B4E03. Grayscale: #C8C8C8. Windows color (decimal): -1789444 or 16560612. OLE color: 16560612.

HSL color Cylindrical-coordinate representation of color #E4B1FC: hue angle of 280.8º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E4B1FC is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB228177252-
CMYK0.100.3000.01
HSL280.8º92.59%84.12%-
HSV(B)280.8º29.76%98.82%-
XYZ65.2954.9799.26-
YUV200.8156.9147.4-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.70%
GREEN value IS 177 (69.53% from 255) = 26.94%
BLUE value IS 252 (98.83% from 255) = 38.36%
R=34.70%
G=26.94%
B=38.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2281772520.100.3000.01280.892.5984.12
HexE4B1FCA1E011195d54
Octal344261374123601431135124
Binary1110010010110001111111001010111100110001100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B1FC; }

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

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

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

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

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

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

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

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