#E5BEFE

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

Shades of Mauve #E5BEFE

Tints of Mauve #E5BEFE

Color information

#E5BEFE (or 0xE5BEFE) is unknown color: approx Mauve. HEX triplet: E5, BE and FE. RGB value is (229,190,254). Sum of RGB (Red+Green+Blue) = 229+190+254=673 (89% of max value = 765). Red value is 229 (89.84% from 255 or 34.03% from 673); Green value is 190 (74.61% from 255 or 28.23% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BEFE is #1A4101. Grayscale: #D0D0D0. Windows color (decimal): -1720578 or 16695013. OLE color: 16695013.

HSL color Cylindrical-coordinate representation of color #E5BEFE: hue angle of 276.56º 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 #E5BEFE is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB229190254-
CMYK0.100.2500.00
HSL276.56º96.97%87.06%-
HSV(B)276.56º25.2%99.61%-
XYZ68.6260.64101.85-
YUV208.96153.42142.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.03%
GREEN value IS 190 (74.61% from 255) = 28.23%
BLUE value IS 254 (99.61% from 255) = 37.74%
R=34.03%
G=28.23%
B=37.74%

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
Decimal2291902540.100.2500.00276.5696.9787.06
HexE5BEFEA19001156157
Octal345276376123100425141127
Binary1110010110111110111111101010110010010001010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BEFE; }

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

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

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

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

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

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

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

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