#E4BAF0

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

Shades of Mauve #E4BAF0

Tints of Mauve #E4BAF0

Color information

#E4BAF0 (or 0xE4BAF0) is unknown color: approx Mauve. HEX triplet: E4, BA and F0. RGB value is (228,186,240). Sum of RGB (Red+Green+Blue) = 228+186+240=654 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.86% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #E4BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAF0 is #1B450F. Grayscale: #CCCCCC. Windows color (decimal): -1787152 or 15776484. OLE color: 15776484.

HSL color Cylindrical-coordinate representation of color #E4BAF0: hue angle of 286.67º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E4BAF0 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228186240-
CMYK0.050.2200.06
HSL286.67º64.29%83.53%-
HSV(B)286.67º22.5%94.12%-
XYZ65.2857.990.17-
YUV204.71147.91144.61-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.86%
GREEN value IS 186 (73.05% from 255) = 28.44%
BLUE value IS 240 (94.14% from 255) = 36.70%
R=34.86%
G=28.44%
B=36.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281862400.050.2200.06286.6764.2983.53
HexE4BAF05160611f4054
Octal34427236052606437100124
Binary11100100101110101111000010110110011010001111110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BAF0; }

 p { color: rgb(228,186,240); }

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

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

 a { background-color: rgb(228,186,240); }

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

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

 span { border-color: rgb(228,186,240); }

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