Html Css Color HEX #E3BAF0 Mauve

📋 copy color: '#E3BAF0'

red 227 ◦ green 186 ◦ blue 240

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

Shades of Mauve #E3BAF0

Tints of Mauve #E3BAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.75%

R = 34.76%
G = 28.48%
B = 36.75%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E3BAF0 (or 0xE3BAF0) is known color: Mauve. HEX triplet: E3, BA and F0. RGB value is (227,186,240). Sum of RGB (Red+Green+Blue) = 227+186+240=653 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.76% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 240 - color contains mainly: blue. Hex color #E3BAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BAF0 is #1C450F. Grayscale: #CCCCCC. Windows color (decimal): -1852688 or 15776483. OLE color: 15776483.

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

Color convert

RGB 227 186 240 -
CMYK 0.05 0.22 0 0.06
HSL 285.56º 0.64% 0.84% -
HSV(B) 285.56º 0.23% 0.94% -
XYZ 64.97 57.74 90.16 -
YUV 204.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 227 186 240 0.05 0.22 0 0.06 285.56 0.64 0.84
Hex E3 BA F0 5 16 0 6 11E 40 54
Octal 343 272 360 5 26 0 6 436 100 124
Binary 11100011 10111010 11110000 101 10110 0 110 100011110 1000000 1010100

Color Harmonies of #E3BAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BAF0

Black with #E3BAF0

Text Example


Text Example

White with #E3BAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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