#E1B0FF

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

Shades of Mauve #E1B0FF

Tints of Mauve #E1B0FF

Color information

#E1B0FF (or 0xE1B0FF) is unknown color: approx Mauve. HEX triplet: E1, B0 and FF. RGB value is (225,176,255). Sum of RGB (Red+Green+Blue) = 225+176+255=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 176 (69.14% from 255 or 26.83% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1B0FF is #1E4F00. Grayscale: #C7C7C7. Windows color (decimal): -1986305 or 16756961. OLE color: 16756961.

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

Color convert

RGB225176255-
CMYK0.120.3100
HSL277.22º100%84.51%-
HSV(B)277.22º30.98%100%-
XYZ64.6354.28101.68-
YUV199.66159.23146.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.30%
GREEN value IS 176 (69.14% from 255) = 26.83%
BLUE value IS 255 (100% from 255) = 38.87%
R=34.30%
G=26.83%
B=38.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251762550.120.3100277.2210084.51
HexE1B0FFC1F001156455
Octal341260377143700425144125
Binary1110000110110000111111111100111110010001010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B0FF; }

 p { color: rgb(225,176,255); }

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

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

 a { background-color: rgb(225,176,255); }

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

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

 span { border-color: rgb(225,176,255); }

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