#E4B9FC

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

Shades of Mauve #E4B9FC

Tints of Mauve #E4B9FC

Color information

#E4B9FC (or 0xE4B9FC) is unknown color: approx Mauve. HEX triplet: E4, B9 and FC. RGB value is (228,185,252). Sum of RGB (Red+Green+Blue) = 228+185+252=665 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.29% from 665); Green value is 185 (72.66% from 255 or 27.82% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #E4B9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B9FC is #1B4603. Grayscale: #CDCDCD. Windows color (decimal): -1787396 or 16562660. OLE color: 16562660.

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

Color convert

RGB228185252-
CMYK0.100.2700.01
HSL278.51º91.78%85.69%-
HSV(B)278.51º26.59%98.82%-
XYZ66.9158.2299.81-
YUV205.5154.25144.05-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.29%
GREEN value IS 185 (72.66% from 255) = 27.82%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=34.29%
G=27.82%
B=37.89%

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
Decimal2281852520.100.2700.01278.5191.7885.69
HexE4B9FCA1B011175c56
Octal344271374123301427134126
Binary1110010010111001111111001010110110110001011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B9FC; }

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

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

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

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

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

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

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

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