Html Css Color HEX #E5BAF6 Mauve

📋 copy color: '#E5BAF6'

red 229 ◦ green 186 ◦ blue 246

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

Shades of Mauve #E5BAF6

Tints of Mauve #E5BAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.22%

R = 34.64%
G = 28.14%
B = 37.22%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E5BAF6 (or 0xE5BAF6) is known color: Mauve. HEX triplet: E5, BA and F6. RGB value is (229,186,246). Sum of RGB (Red+Green+Blue) = 229+186+246=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 246 - color contains mainly: blue. Hex color #E5BAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAF6 is #1A4509. Grayscale: #CDCDCD. Windows color (decimal): -1721610 or 16169701. OLE color: 16169701.

HSL color Cylindrical-coordinate representation of color #E5BAF6: hue angle of 283º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5BAF6 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 229 186 246 -
CMYK 0.07 0.24 0 0.04
HSL 283º 0.77% 0.85% -
HSV(B) 283º 0.24% 0.96% -
XYZ 66.51 58.43 94.96 -
YUV 205.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 229 186 246 0.07 0.24 0 0.04 283 0.77 0.85
Hex E5 BA F6 7 18 0 4 11B 4D 55
Octal 345 272 366 7 30 0 4 433 115 125
Binary 11100101 10111010 11110110 111 11000 0 100 100011011 1001101 1010101

Color Harmonies of #E5BAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BAF6

Black with #E5BAF6

Text Example


Text Example

White with #E5BAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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