Html Css Color HEX #E3BAF1 Mauve

📋 copy color: '#E3BAF1'

red 227 ◦ green 186 ◦ blue 241

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

Shades of Mauve #E3BAF1

Tints of Mauve #E3BAF1

RGB

 RED value IS 227 (89.06% from 255) = 34.71%

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

 BLUE value IS 241 (94.53% from 255) = 36.85%

R = 34.71%
G = 28.44%
B = 36.85%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E3BAF1 (or 0xE3BAF1) is known color: Mauve. HEX triplet: E3, BA and F1. RGB value is (227,186,241). Sum of RGB (Red+Green+Blue) = 227+186+241=654 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.71% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #E3BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BAF1 is #1C450E. Grayscale: #CCCCCC. Windows color (decimal): -1852687 or 15842019. OLE color: 15842019.

HSL color Cylindrical-coordinate representation of color #E3BAF1: hue angle of 284.73º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3BAF1 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 227 186 241 -
CMYK 0.06 0.23 0 0.05
HSL 284.73º 0.66% 0.84% -
HSV(B) 284.73º 0.23% 0.95% -
XYZ 65.11 57.8 90.94 -
YUV 204.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 227 186 241 0.06 0.23 0 0.05 284.73 0.66 0.84
Hex E3 BA F1 6 17 0 5 11D 42 54
Octal 343 272 361 6 27 0 5 435 102 124
Binary 11100011 10111010 11110001 110 10111 0 101 100011101 1000010 1010100

Color Harmonies of #E3BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BAF1

Black with #E3BAF1

Text Example


Text Example

White with #E3BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BAF1; }

 p { color: rgb(227,186,241); }

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

background-color css

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

 a { background-color: rgb(227,186,241); }

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

border-color css

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

 span { border-color: rgb(227,186,241); }

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