Html Css Color HEX #E5BAFB Mauve

📋 copy color: '#E5BAFB'

red 229 ◦ green 186 ◦ blue 251

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

Shades of Mauve #E5BAFB

Tints of Mauve #E5BAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.69%

R = 34.38%
G = 27.93%
B = 37.69%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E5BAFB (or 0xE5BAFB) is known color: Mauve. HEX triplet: E5, BA and FB. RGB value is (229,186,251). Sum of RGB (Red+Green+Blue) = 229+186+251=666 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.38% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAFB is #1A4504. Grayscale: #CECECE. Windows color (decimal): -1721605 or 16497381. OLE color: 16497381.

HSL color Cylindrical-coordinate representation of color #E5BAFB: hue angle of 279.69º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5BAFB is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 186 251 -
CMYK 0.09 0.26 0 0.02
HSL 279.69º 0.89% 0.86% -
HSV(B) 279.69º 0.26% 0.98% -
XYZ 67.28 58.74 99.06 -
YUV 206.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 229 186 251 0.09 0.26 0 0.02 279.69 0.89 0.86
Hex E5 BA FB 9 1A 0 2 118 59 56
Octal 345 272 373 11 32 0 2 430 131 126
Binary 11100101 10111010 11111011 1001 11010 0 10 100011000 1011001 1010110

Color Harmonies of #E5BAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BAFB

Black with #E5BAFB

Text Example


Text Example

White with #E5BAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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