#E8B0FE

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

Shades of Mauve #E8B0FE

Tints of Mauve #E8B0FE

Color information

#E8B0FE (or 0xE8B0FE) is unknown color: approx Mauve. HEX triplet: E8, B0 and FE. RGB value is (232,176,254). Sum of RGB (Red+Green+Blue) = 232+176+254=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 176 (69.14% from 255 or 26.59% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8B0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8B0FE is #174F01. Grayscale: #C9C9C9. Windows color (decimal): -1527554 or 16691432. OLE color: 16691432.

HSL color Cylindrical-coordinate representation of color #E8B0FE: hue angle of 283.08º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8B0FE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB232176254-
CMYK0.090.3100.00
HSL283.08º97.5%84.31%-
HSV(B)283.08º30.71%99.61%-
XYZ66.6955.36100.94-
YUV201.64157.55149.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.05%
GREEN value IS 176 (69.14% from 255) = 26.59%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=35.05%
G=26.59%
B=38.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2321762540.090.3100.00283.0897.584.31
HexE8B0FE91F0011b6254
Octal350260376113700433142124
Binary1110100010110000111111101001111110010001101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B0FE; }

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

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

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

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

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

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

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

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