#e2b4ef

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

Shades of Mauve #E2B4EF

Tints of Mauve #E2B4EF

Color information

#E2B4EF (or 0xE2B4EF) is unknown color: approx Mauve. HEX triplet: E2, B4 and EF. RGB value is (226,180,239). Sum of RGB (Red+Green+Blue) = 226+180+239=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 180 (70.70% from 255 or 27.91% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2B4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B4EF is #1D4B10. Grayscale: #C8C8C8. Windows color (decimal): -1919761 or 15709410. OLE color: 15709410.

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

Color convert

RGB226180239-
CMYK0.050.2500.06
HSL286.78º64.84%82.16%-
HSV(B)286.78º24.69%93.73%-
XYZ63.2755.0488.95-
YUV200.48149.74146.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.04%
GREEN value IS 180 (70.70% from 255) = 27.91%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=35.04%
G=27.91%
B=37.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2261802390.050.2500.06286.7864.8482.16
HexE2B4EF5190611f4152
Octal34226435753106437101122
Binary11100010101101001110111110111001011010001111110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2b4ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2b4ef; }

 p { color: rgb(226,180,239); }

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

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

 a { background-color: rgb(226,180,239); }

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

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

 span { border-color: rgb(226,180,239); }

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