#E4B6EF

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

Shades of Mauve #E4B6EF

Tints of Mauve #E4B6EF

Color information

#E4B6EF (or 0xE4B6EF) is unknown color: approx Mauve. HEX triplet: E4, B6 and EF. RGB value is (228,182,239). Sum of RGB (Red+Green+Blue) = 228+182+239=649 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.13% from 649); Green value is 182 (71.48% from 255 or 28.04% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #E4B6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4B6EF is #1B4910. Grayscale: #CACACA. Windows color (decimal): -1788177 or 15709924. OLE color: 15709924.

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

Color convert

RGB228182239-
CMYK0.050.2400.06
HSL288.42º64.04%82.55%-
HSV(B)288.42º23.85%93.73%-
XYZ64.356.1889.12-
YUV202.25148.74146.37-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.13%
GREEN value IS 182 (71.48% from 255) = 28.04%
BLUE value IS 239 (93.75% from 255) = 36.83%
R=35.13%
G=28.04%
B=36.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281822390.050.2400.06288.4264.0482.55
HexE4B6EF518061204053
Octal34426635753006440100123
Binary11100100101101101110111110111000011010010000010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B6EF; }

 p { color: rgb(228,182,239); }

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

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

 a { background-color: rgb(228,182,239); }

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

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

 span { border-color: rgb(228,182,239); }

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