Html Css Color HEX #E5BAEE Mauve

📋 copy color: '#E5BAEE'

red 229 ◦ green 186 ◦ blue 238

#E5BAEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #E5BAEE

Tints of Mauve #E5BAEE

RGB

 RED value IS 229 (89.84% from 255) = 35.07%

 GREEN value IS 186 (73.05% from 255) = 28.48%

 BLUE value IS 238 (93.36% from 255) = 36.45%

R = 35.07%
G = 28.48%
B = 36.45%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E5BAEE (or 0xE5BAEE) is known color: Mauve. HEX triplet: E5, BA and EE. RGB value is (229,186,238). Sum of RGB (Red+Green+Blue) = 229+186+238=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAEE is #1A4511. Grayscale: #CCCCCC. Windows color (decimal): -1721618 or 15645413. OLE color: 15645413.

HSL color Cylindrical-coordinate representation of color #E5BAEE: hue angle of 289.62º 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 #E5BAEE is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 186 238 -
CMYK 0.04 0.22 0 0.07
HSL 289.62º 0.6% 0.83% -
HSV(B) 289.62º 0.22% 0.93% -
XYZ 65.3 57.95 88.63 -
YUV 204.79 146.75 145.27 -
System Red Green Blue C M Y K H S L
Decimal 229 186 238 0.04 0.22 0 0.07 289.62 0.6 0.83
Hex E5 BA EE 4 16 0 7 122 3C 53
Octal 345 272 356 4 26 0 7 442 74 123
Binary 11100101 10111010 11101110 100 10110 0 111 100100010 111100 1010011

Color Harmonies of #E5BAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BAEE

Black with #E5BAEE

Text Example


Text Example

White with #E5BAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BAEE; }

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

 H1.HeaderClassName
 {
   color: #E5BAEE;
 }
 .AnyTagClassName
 {
   color: #E5BAEE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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