#E0BEFA

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

Shades of Mauve #E0BEFA

Tints of Mauve #E0BEFA

Color information

#E0BEFA (or 0xE0BEFA) is unknown color: approx Mauve. HEX triplet: E0, BE and FA. RGB value is (224,190,250). Sum of RGB (Red+Green+Blue) = 224+190+250=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BEFA is #1F4105. Grayscale: #CECECE. Windows color (decimal): -2048262 or 16432864. OLE color: 16432864.

HSL color Cylindrical-coordinate representation of color #E0BEFA: hue angle of 274º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0BEFA is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224190250-
CMYK0.100.2400.02
HSL274º85.71%86.27%-
HSV(B)274º24%98.04%-
XYZ66.4159.5898.44-
YUV207.01152.26140.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.73%
GREEN value IS 190 (74.61% from 255) = 28.61%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=33.73%
G=28.61%
B=37.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241902500.100.2400.0227485.7186.27
HexE0BEFAA18021125656
Octal340276372123002422126126
Binary11100000101111101111101010101100001010001001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BEFA; }

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

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

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

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

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

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

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

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