#E2B9FE

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

Shades of Mauve #E2B9FE

Tints of Mauve #E2B9FE

Color information

#E2B9FE (or 0xE2B9FE) is unknown color: approx Mauve. HEX triplet: E2, B9 and FE. RGB value is (226,185,254). Sum of RGB (Red+Green+Blue) = 226+185+254=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 185 (72.66% from 255 or 27.82% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2B9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B9FE is #1D4601. Grayscale: #CCCCCC. Windows color (decimal): -1918466 or 16693730. OLE color: 16693730.

HSL color Cylindrical-coordinate representation of color #E2B9FE: hue angle of 275.65º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2B9FE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB226185254-
CMYK0.110.2700.00
HSL275.65º97.18%86.08%-
HSV(B)275.65º27.17%99.61%-
XYZ66.658.02101.46-
YUV205.12155.58142.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.98%
GREEN value IS 185 (72.66% from 255) = 27.82%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=33.98%
G=27.82%
B=38.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2261852540.110.2700.00275.6597.1886.08
HexE2B9FEB1B001146156
Octal342271376133300424141126
Binary1110001010111001111111101011110110010001010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B9FE; }

 p { color: rgb(226,185,254); }

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

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

 a { background-color: rgb(226,185,254); }

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

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

 span { border-color: rgb(226,185,254); }

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