#E6B2F6

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

Shades of Mauve #E6B2F6

Tints of Mauve #E6B2F6

Color information

#E6B2F6 (or 0xE6B2F6) is unknown color: approx Mauve. HEX triplet: E6, B2 and F6. RGB value is (230,178,246). Sum of RGB (Red+Green+Blue) = 230+178+246=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 178 (69.92% from 255 or 27.22% from 654); Blue value is 246 (96.48% from 255 or 37.61% from 654); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6B2F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6B2F6 is #194D09. Grayscale: #C9C9C9. Windows color (decimal): -1658122 or 16167654. OLE color: 16167654.

HSL color Cylindrical-coordinate representation of color #E6B2F6: hue angle of 285.88º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6B2F6 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB230178246-
CMYK0.070.2800.04
HSL285.88º79.07%83.14%-
HSV(B)285.88º27.64%96.47%-
XYZ65.1955.3294.43-
YUV201.3153.23148.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.17%
GREEN value IS 178 (69.92% from 255) = 27.22%
BLUE value IS 246 (96.48% from 255) = 37.61%
R=35.17%
G=27.22%
B=37.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2301782460.070.2800.04285.8879.0783.14
HexE6B2F671C0411e4f53
Octal34626236673404436117123
Binary11100110101100101111011011111100010010001111010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B2F6; }

 p { color: rgb(230,178,246); }

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

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

 a { background-color: rgb(230,178,246); }

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

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

 span { border-color: rgb(230,178,246); }

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