Html Css Color HEX #E2BAF1 Mauve

📋 copy color: '#E2BAF1'

red 226 ◦ green 186 ◦ blue 241

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

Shades of Mauve #E2BAF1

Tints of Mauve #E2BAF1

RGB

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

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

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

R = 34.61%
G = 28.48%
B = 36.91%

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

#E2BAF1 (or 0xE2BAF1) is known color: Mauve. HEX triplet: E2, BA and F1. RGB value is (226,186,241). Sum of RGB (Red+Green+Blue) = 226+186+241=653 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.61% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2BAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAF1 is #1D450E. Grayscale: #CCCCCC. Windows color (decimal): -1918223 or 15842018. OLE color: 15842018.

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

Color convert

RGB 226 186 241 -
CMYK 0.06 0.23 0 0.05
HSL 283.64º 0.66% 0.84% -
HSV(B) 283.64º 0.23% 0.95% -
XYZ 64.8 57.64 90.93 -
YUV 204.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 226 186 241 0.06 0.23 0 0.05 283.64 0.66 0.84
Hex E2 BA F1 6 17 0 5 11C 42 54
Octal 342 272 361 6 27 0 5 434 102 124
Binary 11100010 10111010 11110001 110 10111 0 101 100011100 1000010 1010100

Color Harmonies of #E2BAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BAF1

Black with #E2BAF1

Text Example


Text Example

White with #E2BAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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