#E8B0F7

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

Shades of Mauve #E8B0F7

Tints of Mauve #E8B0F7

Color information

#E8B0F7 (or 0xE8B0F7) is unknown color: approx Mauve. HEX triplet: E8, B0 and F7. RGB value is (232,176,247). Sum of RGB (Red+Green+Blue) = 232+176+247=655 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.42% from 655); Green value is 176 (69.14% from 255 or 26.87% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #E8B0F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B0F7 is #174F08. Grayscale: #C8C8C8. Windows color (decimal): -1527561 or 16232680. OLE color: 16232680.

HSL color Cylindrical-coordinate representation of color #E8B0F7: hue angle of 287.32º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E8B0F7 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB232176247-
CMYK0.060.2900.03
HSL287.32º81.61%82.94%-
HSV(B)287.32º28.74%96.86%-
XYZ65.5954.9295.14-
YUV200.84154.05150.23-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.42%
GREEN value IS 176 (69.14% from 255) = 26.87%
BLUE value IS 247 (96.88% from 255) = 37.71%
R=35.42%
G=26.87%
B=37.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2321762470.060.2900.03287.3281.6182.94
HexE8B0F761D0311f5253
Octal35026036763503437122123
Binary1110100010110000111101111101110101110001111110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B0F7; }

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

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

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

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

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

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

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

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