#E4BEFA

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

Shades of Mauve #E4BEFA

Tints of Mauve #E4BEFA

Color information

#E4BEFA (or 0xE4BEFA) is unknown color: approx Mauve. HEX triplet: E4, BE and FA. RGB value is (228,190,250). Sum of RGB (Red+Green+Blue) = 228+190+250=668 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.13% from 668); Green value is 190 (74.61% from 255 or 28.44% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BEFA is #1B4105. Grayscale: #D0D0D0. Windows color (decimal): -1786118 or 16432868. OLE color: 16432868.

HSL color Cylindrical-coordinate representation of color #E4BEFA: hue angle of 278º 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 #E4BEFA is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228190250-
CMYK0.090.2400.02
HSL278º85.71%86.27%-
HSV(B)278º24%98.04%-
XYZ67.6660.2298.5-
YUV208.2151.59142.12-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.13%
GREEN value IS 190 (74.61% from 255) = 28.44%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=34.13%
G=28.44%
B=37.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281902500.090.2400.0227885.7186.27
HexE4BEFA918021165656
Octal344276372113002426126126
Binary11100100101111101111101010011100001010001011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BEFA; }

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

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

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

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

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

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

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

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