#E2B9FF

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

Shades of Mauve #E2B9FF

Tints of Mauve #E2B9FF

Color information

#E2B9FF (or 0xE2B9FF) is unknown color: approx Mauve. HEX triplet: E2, B9 and FF. RGB value is (226,185,255). Sum of RGB (Red+Green+Blue) = 226+185+255=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 185 (72.66% from 255 or 27.78% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B9FF is #1D4600. Grayscale: #CDCDCD. Windows color (decimal): -1918465 or 16759266. OLE color: 16759266.

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

Color convert

RGB226185255-
CMYK0.110.2700
HSL275.14º100%86.27%-
HSV(B)275.14º27.45%100%-
XYZ66.7658.09102.3-
YUV205.24156.08142.81-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.93%
GREEN value IS 185 (72.66% from 255) = 27.78%
BLUE value IS 255 (100% from 255) = 38.29%
R=33.93%
G=27.78%
B=38.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261852550.110.2700275.1410086.27
HexE2B9FFB1B001136456
Octal342271377133300423144126
Binary1110001010111001111111111011110110010001001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B9FF; }

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

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

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

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

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

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

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

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