#E0BEF1

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

Shades of Mauve #E0BEF1

Tints of Mauve #E0BEF1

Color information

#E0BEF1 (or 0xE0BEF1) is unknown color: approx Mauve. HEX triplet: E0, BE and F1. RGB value is (224,190,241). Sum of RGB (Red+Green+Blue) = 224+190+241=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BEF1 is #1F410E. Grayscale: #CDCDCD. Windows color (decimal): -2048271 or 15843040. OLE color: 15843040.

HSL color Cylindrical-coordinate representation of color #E0BEF1: hue angle of 280º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0BEF1 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224190241-
CMYK0.070.2100.05
HSL280º64.56%84.51%-
HSV(B)280º21.16%94.51%-
XYZ65.0359.0391.18-
YUV205.98147.76140.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.20%
GREEN value IS 190 (74.61% from 255) = 29.01%
BLUE value IS 241 (94.53% from 255) = 36.79%
R=34.20%
G=29.01%
B=36.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241902410.070.2100.0528064.5684.51
HexE0BEF1715051184155
Octal34027636172505430101125
Binary11100000101111101111000111110101010110001100010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BEF1; }

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

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

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

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

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

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

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

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