#E8B0F2

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

Shades of Mauve #E8B0F2

Tints of Mauve #E8B0F2

Color information

#E8B0F2 (or 0xE8B0F2) is unknown color: approx Mauve. HEX triplet: E8, B0 and F2. RGB value is (232,176,242). Sum of RGB (Red+Green+Blue) = 232+176+242=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 176 (69.14% from 255 or 27.08% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #E8B0F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B0F2 is #174F0D. Grayscale: #C8C8C8. Windows color (decimal): -1527566 or 15905000. OLE color: 15905000.

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

Color convert

RGB232176242-
CMYK0.040.2700.05
HSL290.91º71.74%81.96%-
HSV(B)290.91º27.27%94.9%-
XYZ64.8354.6291.13-
YUV200.27151.55150.63-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.69%
GREEN value IS 176 (69.14% from 255) = 27.08%
BLUE value IS 242 (94.92% from 255) = 37.23%
R=35.69%
G=27.08%
B=37.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321762420.040.2700.05290.9171.7481.96
HexE8B0F241B051234852
Octal35026036243305443110122
Binary11101000101100001111001010011011010110010001110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B0F2; }

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

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

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

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

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

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

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

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