#E0B0F1

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

Shades of Mauve #E0B0F1

Tints of Mauve #E0B0F1

Color information

#E0B0F1 (or 0xE0B0F1) is unknown color: approx Mauve. HEX triplet: E0, B0 and F1. RGB value is (224,176,241). Sum of RGB (Red+Green+Blue) = 224+176+241=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 176 (69.14% from 255 or 27.46% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0B0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B0F1 is #1F4F0E. Grayscale: #C5C5C5. Windows color (decimal): -2051855 or 15839456. OLE color: 15839456.

HSL color Cylindrical-coordinate representation of color #E0B0F1: hue angle of 284.31º degrees, saturation: 0.7, 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 #E0B0F1 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224176241-
CMYK0.070.2700.05
HSL284.31º69.89%81.76%-
HSV(B)284.31º26.97%94.51%-
XYZ62.1453.2590.22-
YUV197.76152.4146.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 176 (69.14% from 255) = 27.46%
BLUE value IS 241 (94.53% from 255) = 37.60%
R=34.95%
G=27.46%
B=37.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241762410.070.2700.05284.3169.8981.76
HexE0B0F171B0511c4652
Octal34026036173305434106122
Binary11100000101100001111000111111011010110001110010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B0F1; }

 p { color: rgb(224,176,241); }

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

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

 a { background-color: rgb(224,176,241); }

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

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

 span { border-color: rgb(224,176,241); }

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