Html Css Color HEX #E3BAF2 Mauve

📋 copy color: '#E3BAF2'

red 227 ◦ green 186 ◦ blue 242

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

Shades of Mauve #E3BAF2

Tints of Mauve #E3BAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.95%

R = 34.66%
G = 28.4%
B = 36.95%

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

#E3BAF2 (or 0xE3BAF2) is known color: Mauve. HEX triplet: E3, BA and F2. RGB value is (227,186,242). Sum of RGB (Red+Green+Blue) = 227+186+242=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BAF2 is #1C450D. Grayscale: #CCCCCC. Windows color (decimal): -1852686 or 15907555. OLE color: 15907555.

HSL color Cylindrical-coordinate representation of color #E3BAF2: hue angle of 283.93º degrees, saturation: 0.68, 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 #E3BAF2 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 227 186 242 -
CMYK 0.06 0.23 0 0.05
HSL 283.93º 0.68% 0.84% -
HSV(B) 283.93º 0.23% 0.95% -
XYZ 65.26 57.86 91.73 -
YUV 204.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 227 186 242 0.06 0.23 0 0.05 283.93 0.68 0.84
Hex E3 BA F2 6 17 0 5 11C 44 54
Octal 343 272 362 6 27 0 5 434 104 124
Binary 11100011 10111010 11110010 110 10111 0 101 100011100 1000100 1010100

Color Harmonies of #E3BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BAF2

Black with #E3BAF2

Text Example


Text Example

White with #E3BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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