#E6B4F6

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

Shades of Mauve #E6B4F6

Tints of Mauve #E6B4F6

Color information

#E6B4F6 (or 0xE6B4F6) is unknown color: approx Mauve. HEX triplet: E6, B4 and F6. RGB value is (230,180,246). Sum of RGB (Red+Green+Blue) = 230+180+246=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 180 (70.70% from 255 or 27.44% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6B4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B4F6 is #194B09. Grayscale: #CACACA. Windows color (decimal): -1657610 or 16168166. OLE color: 16168166.

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

Color convert

RGB230180246-
CMYK0.070.2700.04
HSL285.45º78.57%83.53%-
HSV(B)285.45º26.83%96.47%-
XYZ65.5956.1294.56-
YUV202.47152.56147.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.06%
GREEN value IS 180 (70.70% from 255) = 27.44%
BLUE value IS 246 (96.48% from 255) = 37.5%
R=35.06%
G=27.44%
B=37.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2301802460.070.2700.04285.4578.5783.53
HexE6B4F671B0411d4f54
Octal34626436673304435117124
Binary11100110101101001111011011111011010010001110110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B4F6; }

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

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

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

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

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

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

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

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