#E4B3FB

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

Shades of Mauve #E4B3FB

Tints of Mauve #E4B3FB

Color information

#E4B3FB (or 0xE4B3FB) is unknown color: approx Mauve. HEX triplet: E4, B3 and FB. RGB value is (228,179,251). Sum of RGB (Red+Green+Blue) = 228+179+251=658 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.65% from 658); Green value is 179 (70.31% from 255 or 27.20% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4B3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B3FB is #1B4C04. Grayscale: #C9C9C9. Windows color (decimal): -1788933 or 16495588. OLE color: 16495588.

HSL color Cylindrical-coordinate representation of color #E4B3FB: hue angle of 280.83º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E4B3FB is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228179251-
CMYK0.090.2900.02
HSL280.83º90%84.31%-
HSV(B)280.83º28.69%98.43%-
XYZ65.5355.798.56-
YUV201.86155.73146.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.65%
GREEN value IS 179 (70.31% from 255) = 27.20%
BLUE value IS 251 (98.44% from 255) = 38.15%
R=34.65%
G=27.20%
B=38.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281792510.090.2900.02280.839084.31
HexE4B3FB91D021195a54
Octal344263373113502431132124
Binary11100100101100111111101110011110101010001100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B3FB; }

 p { color: rgb(228,179,251); }

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

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

 a { background-color: rgb(228,179,251); }

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

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

 span { border-color: rgb(228,179,251); }

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