Html Css Color HEX #E2BAF3 Mauve

📋 copy color: '#E2BAF3'

red 226 ◦ green 186 ◦ blue 243

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

Shades of Mauve #E2BAF3

Tints of Mauve #E2BAF3

RGB

 RED value IS 226 (88.67% from 255) = 34.5%

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

 BLUE value IS 243 (95.31% from 255) = 37.1%

R = 34.5%
G = 28.4%
B = 37.1%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2BAF3 (or 0xE2BAF3) is known color: Mauve. HEX triplet: E2, BA and F3. RGB value is (226,186,243). Sum of RGB (Red+Green+Blue) = 226+186+243=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #E2BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAF3 is #1D450C. Grayscale: #CCCCCC. Windows color (decimal): -1918221 or 15973090. OLE color: 15973090.

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

Color convert

RGB 226 186 243 -
CMYK 0.07 0.23 0 0.05
HSL 282.11º 0.7% 0.84% -
HSV(B) 282.11º 0.23% 0.95% -
XYZ 65.1 57.76 92.51 -
YUV 204.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 226 186 243 0.07 0.23 0 0.05 282.11 0.7 0.84
Hex E2 BA F3 7 17 0 5 11A 46 54
Octal 342 272 363 7 27 0 5 432 106 124
Binary 11100010 10111010 11110011 111 10111 0 101 100011010 1000110 1010100

Color Harmonies of #E2BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BAF3

Black with #E2BAF3

Text Example


Text Example

White with #E2BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BAF3; }

 p { color: rgb(226,186,243); }

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

background-color css

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

 a { background-color: rgb(226,186,243); }

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

border-color css

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

 span { border-color: rgb(226,186,243); }

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