#E0BAEE

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

Shades of Mauve #E0BAEE

Tints of Mauve #E0BAEE

Color information

#E0BAEE (or 0xE0BAEE) is unknown color: approx Mauve. HEX triplet: E0, BA and EE. RGB value is (224,186,238). Sum of RGB (Red+Green+Blue) = 224+186+238=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 186 (73.05% from 255 or 28.70% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #E0BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BAEE is #1F4511. Grayscale: #CBCBCB. Windows color (decimal): -2049298 or 15645408. OLE color: 15645408.

HSL color Cylindrical-coordinate representation of color #E0BAEE: hue angle of 283.85º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0BAEE is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224186238-
CMYK0.060.2200.07
HSL283.85º60.47%83.14%-
HSV(B)283.85º21.85%93.33%-
XYZ63.7357.1488.56-
YUV203.29147.59142.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.57%
GREEN value IS 186 (73.05% from 255) = 28.70%
BLUE value IS 238 (93.36% from 255) = 36.73%
R=34.57%
G=28.70%
B=36.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241862380.060.2200.07283.8560.4783.14
HexE0BAEE6160711c3c53
Octal3402723566260743474123
Binary1110000010111010111011101101011001111000111001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BAEE; }

 p { color: rgb(224,186,238); }

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

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

 a { background-color: rgb(224,186,238); }

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

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

 span { border-color: rgb(224,186,238); }

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