#e6b3f5

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

Shades of Mauve #E6B3F5

Tints of Mauve #E6B3F5

Color information

#E6B3F5 (or 0xE6B3F5) is unknown color: approx Mauve. HEX triplet: E6, B3 and F5. RGB value is (230,179,245). Sum of RGB (Red+Green+Blue) = 230+179+245=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #E6B3F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B3F5 is #194C0A. Grayscale: #C9C9C9. Windows color (decimal): -1657867 or 16102374. OLE color: 16102374.

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

Color convert

RGB230179245-
CMYK0.060.2700.04
HSL286.36º76.74%83.14%-
HSV(B)286.36º26.94%96.08%-
XYZ65.2355.6693.69-
YUV201.77152.4148.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.17%
GREEN value IS 179 (70.31% from 255) = 27.37%
BLUE value IS 245 (96.09% from 255) = 37.46%
R=35.17%
G=27.37%
B=37.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2301792450.060.2700.04286.3676.7483.14
HexE6B3F561B0411e4d53
Octal34626336563304436115123
Binary11100110101100111111010111011011010010001111010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6b3f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6b3f5; }

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

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

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

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

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

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

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

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