Html Css Color HEX #E5BAFF Mauve

📋 copy color: '#E5BAFF'

red 229 ◦ green 186 ◦ blue 255

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

Shades of Mauve #E5BAFF

Tints of Mauve #E5BAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.06%

R = 34.18%
G = 27.76%
B = 38.06%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E5BAFF (or 0xE5BAFF) is known color: Mauve. HEX triplet: E5, BA and FF. RGB value is (229,186,255). Sum of RGB (Red+Green+Blue) = 229+186+255=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAFF is #1A4500. Grayscale: #CECECE. Windows color (decimal): -1721601 or 16759525. OLE color: 16759525.

HSL color Cylindrical-coordinate representation of color #E5BAFF: hue angle of 277.39º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5BAFF is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 229 186 255 -
CMYK 0.10 0.27 0 0
HSL 277.39º 1% 0.86% -
HSV(B) 277.39º 0.27% 1% -
XYZ 67.92 59 102.42 -
YUV 206.72 155.25 143.89 -
System Red Green Blue C M Y K H S L
Decimal 229 186 255 0.10 0.27 0 0 277.39 1 0.86
Hex E5 BA FF A 1B 0 0 115 64 56
Octal 345 272 377 12 33 0 0 425 144 126
Binary 11100101 10111010 11111111 1010 11011 0 0 100010101 1100100 1010110

Color Harmonies of #E5BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BAFF

Black with #E5BAFF

Text Example


Text Example

White with #E5BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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