#E2B5ED

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

Shades of Mauve #E2B5ED

Tints of Mauve #E2B5ED

Color information

#E2B5ED (or 0xE2B5ED) is unknown color: approx Mauve. HEX triplet: E2, B5 and ED. RGB value is (226,181,237). Sum of RGB (Red+Green+Blue) = 226+181+237=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2B5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B5ED is #1D4A12. Grayscale: #C8C8C8. Windows color (decimal): -1919507 or 15578594. OLE color: 15578594.

HSL color Cylindrical-coordinate representation of color #E2B5ED: hue angle of 288.21º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2B5ED is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226181237-
CMYK0.050.2400.07
HSL288.21º60.87%81.96%-
HSV(B)288.21º23.63%92.94%-
XYZ63.1755.3387.47-
YUV200.84148.41145.95-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.09%
GREEN value IS 181 (71.09% from 255) = 28.11%
BLUE value IS 237 (92.97% from 255) = 36.80%
R=35.09%
G=28.11%
B=36.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261812370.050.2400.07288.2160.8781.96
HexE2B5ED518071203d52
Octal3422653555300744075122
Binary1110001010110101111011011011100001111001000001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B5ED; }

 p { color: rgb(226,181,237); }

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

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

 a { background-color: rgb(226,181,237); }

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

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

 span { border-color: rgb(226,181,237); }

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