#E1B4FC

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

Shades of Mauve #E1B4FC

Tints of Mauve #E1B4FC

Color information

#E1B4FC (or 0xE1B4FC) is unknown color: approx Mauve. HEX triplet: E1, B4 and FC. RGB value is (225,180,252). Sum of RGB (Red+Green+Blue) = 225+180+252=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 180 (70.70% from 255 or 27.40% 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 #E1B4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B4FC is #1E4B03. Grayscale: #C9C9C9. Windows color (decimal): -1985284 or 16561377. OLE color: 16561377.

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

Color convert

RGB225180252-
CMYK0.110.2900.01
HSL277.5º92.31%84.71%-
HSV(B)277.5º28.57%98.82%-
XYZ64.9455.6899.42-
YUV201.66156.41144.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.25%
GREEN value IS 180 (70.70% from 255) = 27.40%
BLUE value IS 252 (98.83% from 255) = 38.36%
R=34.25%
G=27.40%
B=38.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2251802520.110.2900.01277.592.3184.71
HexE1B4FCB1D011165c55
Octal341264374133501426134125
Binary1110000110110100111111001011111010110001011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B4FC; }

 p { color: rgb(225,180,252); }

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

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

 a { background-color: rgb(225,180,252); }

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

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

 span { border-color: rgb(225,180,252); }

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