#E4B9F2

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

Shades of Mauve #E4B9F2

Tints of Mauve #E4B9F2

Color information

#E4B9F2 (or 0xE4B9F2) is unknown color: approx Mauve. HEX triplet: E4, B9 and F2. RGB value is (228,185,242). Sum of RGB (Red+Green+Blue) = 228+185+242=655 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.81% from 655); Green value is 185 (72.66% from 255 or 28.24% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #E4B9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B9F2 is #1B460D. Grayscale: #CCCCCC. Windows color (decimal): -1787406 or 15907300. OLE color: 15907300.

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

Color convert

RGB228185242-
CMYK0.060.2400.05
HSL285.26º68.67%83.73%-
HSV(B)285.26º23.55%94.9%-
XYZ65.3757.691.68-
YUV204.36149.25144.87-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.81%
GREEN value IS 185 (72.66% from 255) = 28.24%
BLUE value IS 242 (94.92% from 255) = 36.95%
R=34.81%
G=28.24%
B=36.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2281852420.060.2400.05285.2668.6783.73
HexE4B9F26180511d4554
Octal34427136263005435105124
Binary11100100101110011111001011011000010110001110110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B9F2; }

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

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

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

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

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

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

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

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