#E8B1F8

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

Shades of Mauve #E8B1F8

Tints of Mauve #E8B1F8

Color information

#E8B1F8 (or 0xE8B1F8) is unknown color: approx Mauve. HEX triplet: E8, B1 and F8. RGB value is (232,177,248). Sum of RGB (Red+Green+Blue) = 232+177+248=657 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.31% from 657); Green value is 177 (69.53% from 255 or 26.94% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #E8B1F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B1F8 is #174E07. Grayscale: #C9C9C9. Windows color (decimal): -1527304 or 16298472. OLE color: 16298472.

HSL color Cylindrical-coordinate representation of color #E8B1F8: hue angle of 286.48º degrees, saturation: 0.84, 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 #E8B1F8 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB232177248-
CMYK0.060.2900.03
HSL286.48º83.53%83.33%-
HSV(B)286.48º28.63%97.25%-
XYZ65.9455.3896.02-
YUV201.54154.22149.73-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.31%
GREEN value IS 177 (69.53% from 255) = 26.94%
BLUE value IS 248 (97.27% from 255) = 37.75%
R=35.31%
G=26.94%
B=37.75%

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
Decimal2321772480.060.2900.03286.4883.5383.33
HexE8B1F861D0311e5453
Octal35026137063503436124123
Binary1110100010110001111110001101110101110001111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B1F8; }

 p { color: rgb(232,177,248); }

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

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

 a { background-color: rgb(232,177,248); }

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

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

 span { border-color: rgb(232,177,248); }

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