#E6B3EF

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

Shades of Mauve #E6B3EF

Tints of Mauve #E6B3EF

Color information

#E6B3EF (or 0xE6B3EF) is unknown color: approx Mauve. HEX triplet: E6, B3 and EF. RGB value is (230,179,239). Sum of RGB (Red+Green+Blue) = 230+179+239=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 179 (70.31% from 255 or 27.62% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6B3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B3EF is #194C10. Grayscale: #C8C8C8. Windows color (decimal): -1657873 or 15709158. OLE color: 15709158.

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

Color convert

RGB230179239-
CMYK0.040.2500.06
HSL291º65.22%81.96%-
HSV(B)291º25.1%93.73%-
XYZ64.3355.388.94-
YUV201.09149.4148.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.49%
GREEN value IS 179 (70.31% from 255) = 27.62%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=35.49%
G=27.62%
B=36.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301792390.040.2500.0629165.2281.96
HexE6B3EF419061234152
Octal34626335743106443101122
Binary11100110101100111110111110011001011010010001110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B3EF; }

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

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

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

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

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

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

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

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