#E2B9FD

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

Shades of Mauve #E2B9FD

Tints of Mauve #E2B9FD

Color information

#E2B9FD (or 0xE2B9FD) is unknown color: approx Mauve. HEX triplet: E2, B9 and FD. RGB value is (226,185,253). Sum of RGB (Red+Green+Blue) = 226+185+253=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 185 (72.66% from 255 or 27.86% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2B9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B9FD is #1D4602. Grayscale: #CCCCCC. Windows color (decimal): -1918467 or 16628194. OLE color: 16628194.

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

Color convert

RGB226185253-
CMYK0.110.2700.01
HSL276.18º94.44%85.88%-
HSV(B)276.18º26.88%99.22%-
XYZ66.4457.96100.61-
YUV205.01155.08142.97-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.04%
GREEN value IS 185 (72.66% from 255) = 27.86%
BLUE value IS 253 (99.22% from 255) = 38.10%
R=34.04%
G=27.86%
B=38.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261852530.110.2700.01276.1894.4485.88
HexE2B9FDB1B011145e56
Octal342271375133301424136126
Binary1110001010111001111111011011110110110001010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B9FD; }

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

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

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

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

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

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

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

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