Html Css Color HEX #E5BAF9 Mauve

📋 copy color: '#E5BAF9'

red 229 ◦ green 186 ◦ blue 249

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

Shades of Mauve #E5BAF9

Tints of Mauve #E5BAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.5%

R = 34.49%
G = 28.01%
B = 37.5%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5BAF9 (or 0xE5BAF9) is known color: Mauve. HEX triplet: E5, BA and F9. RGB value is (229,186,249). Sum of RGB (Red+Green+Blue) = 229+186+249=664 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.49% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #E5BAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAF9 is #1A4506. Grayscale: #CDCDCD. Windows color (decimal): -1721607 or 16366309. OLE color: 16366309.

HSL color Cylindrical-coordinate representation of color #E5BAF9: hue angle of 280.95º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5BAF9 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 186 249 -
CMYK 0.08 0.25 0 0.02
HSL 280.95º 0.84% 0.85% -
HSV(B) 280.95º 0.25% 0.98% -
XYZ 66.97 58.62 97.41 -
YUV 206.04 152.25 144.38 -
System Red Green Blue C M Y K H S L
Decimal 229 186 249 0.08 0.25 0 0.02 280.95 0.84 0.85
Hex E5 BA F9 8 19 0 2 119 54 55
Octal 345 272 371 10 31 0 2 431 124 125
Binary 11100101 10111010 11111001 1000 11001 0 10 100011001 1010100 1010101

Color Harmonies of #E5BAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BAF9

Black with #E5BAF9

Text Example


Text Example

White with #E5BAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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