#E6B0F3

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

Shades of Mauve #E6B0F3

Tints of Mauve #E6B0F3

Color information

#E6B0F3 (or 0xE6B0F3) is unknown color: approx Mauve. HEX triplet: E6, B0 and F3. RGB value is (230,176,243). Sum of RGB (Red+Green+Blue) = 230+176+243=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 243 - color contains mainly: blue. Hex color #E6B0F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6B0F3 is #194F0C. Grayscale: #C7C7C7. Windows color (decimal): -1658637 or 15970534. OLE color: 15970534.

HSL color Cylindrical-coordinate representation of color #E6B0F3: hue angle of 288.36º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6B0F3 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230176243-
CMYK0.050.2800.05
HSL288.36º73.63%82.16%-
HSV(B)288.36º27.57%95.29%-
XYZ64.3454.3491.89-
YUV199.78152.39149.55-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.44%
GREEN value IS 176 (69.14% from 255) = 27.12%
BLUE value IS 243 (95.31% from 255) = 37.44%
R=35.44%
G=27.12%
B=37.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301762430.050.2800.05288.3673.6382.16
HexE6B0F351C051204a52
Octal34626036353405440112122
Binary11100110101100001111001110111100010110010000010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B0F3; }

 p { color: rgb(230,176,243); }

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

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

 a { background-color: rgb(230,176,243); }

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

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

 span { border-color: rgb(230,176,243); }

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