#E6B3FB

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

Shades of Mauve #E6B3FB

Tints of Mauve #E6B3FB

Color information

#E6B3FB (or 0xE6B3FB) is unknown color: approx Mauve. HEX triplet: E6, B3 and FB. RGB value is (230,179,251). Sum of RGB (Red+Green+Blue) = 230+179+251=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 179 (70.31% from 255 or 27.12% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6B3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B3FB is #194C04. Grayscale: #CACACA. Windows color (decimal): -1657861 or 16495590. OLE color: 16495590.

HSL color Cylindrical-coordinate representation of color #E6B3FB: hue angle of 282.5º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E6B3FB is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230179251-
CMYK0.080.2900.02
HSL282.5º90%84.31%-
HSV(B)282.5º28.69%98.43%-
XYZ66.1756.0398.59-
YUV202.46155.4147.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.85%
GREEN value IS 179 (70.31% from 255) = 27.12%
BLUE value IS 251 (98.44% from 255) = 38.03%
R=34.85%
G=27.12%
B=38.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301792510.080.2900.02282.59084.31
HexE6B3FB81D0211a5a54
Octal346263373103502432132124
Binary11100110101100111111101110001110101010001101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B3FB; }

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

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

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

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

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

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

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

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