Html Css Color HEX #E1BAF2 Mauve

📋 copy color: '#E1BAF2'

red 225 ◦ green 186 ◦ blue 242

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

Shades of Mauve #E1BAF2

Tints of Mauve #E1BAF2

RGB

 RED value IS 225 (88.28% from 255) = 34.46%

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

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

R = 34.46%
G = 28.48%
B = 37.06%

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

#E1BAF2 (or 0xE1BAF2) is known color: Mauve. HEX triplet: E1, BA and F2. RGB value is (225,186,242). Sum of RGB (Red+Green+Blue) = 225+186+242=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1BAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAF2 is #1E450D. Grayscale: #CBCBCB. Windows color (decimal): -1983758 or 15907553. OLE color: 15907553.

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

Color convert

RGB 225 186 242 -
CMYK 0.07 0.23 0 0.05
HSL 281.79º 0.68% 0.84% -
HSV(B) 281.79º 0.23% 0.95% -
XYZ 64.64 57.54 91.7 -
YUV 204.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 225 186 242 0.07 0.23 0 0.05 281.79 0.68 0.84
Hex E1 BA F2 7 17 0 5 11A 44 54
Octal 341 272 362 7 27 0 5 432 104 124
Binary 11100001 10111010 11110010 111 10111 0 101 100011010 1000100 1010100

Color Harmonies of #E1BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BAF2

Black with #E1BAF2

Text Example


Text Example

White with #E1BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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