#E1B8F6

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

Shades of Mauve #E1B8F6

Tints of Mauve #E1B8F6

Color information

#E1B8F6 (or 0xE1B8F6) is unknown color: approx Mauve. HEX triplet: E1, B8 and F6. RGB value is (225,184,246). Sum of RGB (Red+Green+Blue) = 225+184+246=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 184 (72.27% from 255 or 28.09% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #E1B8F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B8F6 is #1E4709. Grayscale: #CBCBCB. Windows color (decimal): -1984266 or 16169185. OLE color: 16169185.

HSL color Cylindrical-coordinate representation of color #E1B8F6: hue angle of 279.68º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1B8F6 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB225184246-
CMYK0.090.2500.04
HSL279.68º77.5%84.31%-
HSV(B)279.68º25.2%96.47%-
XYZ64.8356.9494.76-
YUV203.33152.08143.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.35%
GREEN value IS 184 (72.27% from 255) = 28.09%
BLUE value IS 246 (96.48% from 255) = 37.56%
R=34.35%
G=28.09%
B=37.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2251842460.090.2500.04279.6877.584.31
HexE1B8F6919041184e54
Octal341270366113104430116124
Binary111000011011100011110110100111001010010001100010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B8F6; }

 p { color: rgb(225,184,246); }

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

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

 a { background-color: rgb(225,184,246); }

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

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

 span { border-color: rgb(225,184,246); }

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