#E6B5EF

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

Shades of Mauve #E6B5EF

Tints of Mauve #E6B5EF

Color information

#E6B5EF (or 0xE6B5EF) is unknown color: approx Mauve. HEX triplet: E6, B5 and EF. RGB value is (230,181,239). Sum of RGB (Red+Green+Blue) = 230+181+239=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 181 (71.09% from 255 or 27.85% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6B5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B5EF is #194A10. Grayscale: #CACACA. Windows color (decimal): -1657361 or 15709670. OLE color: 15709670.

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

Color convert

RGB230181239-
CMYK0.040.2400.06
HSL290.69º64.44%82.35%-
HSV(B)290.69º24.27%93.73%-
XYZ64.7456.189.08-
YUV202.26148.73147.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.38%
GREEN value IS 181 (71.09% from 255) = 27.85%
BLUE value IS 239 (93.75% from 255) = 36.77%
R=35.38%
G=27.85%
B=36.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301812390.040.2400.06290.6964.4482.35
HexE6B5EF418061234052
Octal34626535743006443100122
Binary11100110101101011110111110011000011010010001110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B5EF; }

 p { color: rgb(230,181,239); }

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

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

 a { background-color: rgb(230,181,239); }

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

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

 span { border-color: rgb(230,181,239); }

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