#e0b0fb

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

Shades of Mauve #E0B0FB

Tints of Mauve #E0B0FB

Color information

#E0B0FB (or 0xE0B0FB) is unknown color: approx Mauve. HEX triplet: E0, B0 and FB. RGB value is (224,176,251). Sum of RGB (Red+Green+Blue) = 224+176+251=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0B0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B0FB is #1F4F04. Grayscale: #C6C6C6. Windows color (decimal): -2051845 or 16494816. OLE color: 16494816.

HSL color Cylindrical-coordinate representation of color #E0B0FB: hue angle of 278.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0B0FB is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224176251-
CMYK0.110.3000.02
HSL278.4º90.36%83.73%-
HSV(B)278.4º29.88%98.43%-
XYZ63.6853.8698.31-
YUV198.9157.4145.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.41%
GREEN value IS 176 (69.14% from 255) = 27.04%
BLUE value IS 251 (98.44% from 255) = 38.56%
R=34.41%
G=27.04%
B=38.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241762510.110.3000.02278.490.3683.73
HexE0B0FBB1E021165a54
Octal340260373133602426132124
Binary11100000101100001111101110111111001010001011010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0b0fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0b0fb; }

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

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

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

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

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

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

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

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