#E4BEFE

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

Shades of Mauve #E4BEFE

Tints of Mauve #E4BEFE

Color information

#E4BEFE (or 0xE4BEFE) is unknown color: approx Mauve. HEX triplet: E4, BE and FE. RGB value is (228,190,254). Sum of RGB (Red+Green+Blue) = 228+190+254=672 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.93% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #E4BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BEFE is #1B4101. Grayscale: #D0D0D0. Windows color (decimal): -1786114 or 16695012. OLE color: 16695012.

HSL color Cylindrical-coordinate representation of color #E4BEFE: hue angle of 275.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4BEFE is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB228190254-
CMYK0.100.2500.00
HSL275.62º96.97%87.06%-
HSV(B)275.62º25.2%99.61%-
XYZ68.360.48101.84-
YUV208.66153.59141.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.93%
GREEN value IS 190 (74.61% from 255) = 28.27%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=33.93%
G=28.27%
B=37.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2281902540.100.2500.00275.6296.9787.06
HexE4BEFEA19001146157
Octal344276376123100424141127
Binary1110010010111110111111101010110010010001010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BEFE; }

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

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

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

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

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

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

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

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