#e8b0f3

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

Shades of Mauve #E8B0F3

Tints of Mauve #E8B0F3

Color information

#E8B0F3 (or 0xE8B0F3) is unknown color: approx Mauve. HEX triplet: E8, B0 and F3. RGB value is (232,176,243). Sum of RGB (Red+Green+Blue) = 232+176+243=651 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.64% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8B0F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B0F3 is #174F0C. Grayscale: #C8C8C8. Windows color (decimal): -1527565 or 15970536. OLE color: 15970536.

HSL color Cylindrical-coordinate representation of color #E8B0F3: hue angle of 290.15º 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 #E8B0F3 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232176243-
CMYK0.050.2800.05
HSL290.15º73.63%82.16%-
HSV(B)290.15º27.57%95.29%-
XYZ64.9854.6891.92-
YUV200.38152.05150.55-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.64%
GREEN value IS 176 (69.14% from 255) = 27.04%
BLUE value IS 243 (95.31% from 255) = 37.33%
R=35.64%
G=27.04%
B=37.33%

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
Decimal2321762430.050.2800.05290.1573.6382.16
HexE8B0F351C051224a52
Octal35026036353405442112122
Binary11101000101100001111001110111100010110010001010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8b0f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8b0f3; }

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

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

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

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

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

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

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

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