Html Css Color HEX #E1BAFE Mauve

📋 copy color: '#E1BAFE'

red 225 ◦ green 186 ◦ blue 254

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

Shades of Mauve #E1BAFE

Tints of Mauve #E1BAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.2%

R = 33.83%
G = 27.97%
B = 38.2%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E1BAFE (or 0xE1BAFE) is known color: Mauve. HEX triplet: E1, BA and FE. RGB value is (225,186,254). Sum of RGB (Red+Green+Blue) = 225+186+254=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAFE is #1E4501. Grayscale: #CDCDCD. Windows color (decimal): -1983746 or 16693985. OLE color: 16693985.

HSL color Cylindrical-coordinate representation of color #E1BAFE: hue angle of 274.41º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1BAFE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 186 254 -
CMYK 0.11 0.27 0 0.00
HSL 274.41º 0.97% 0.86% -
HSV(B) 274.41º 0.27% 1% -
XYZ 66.5 58.28 101.51 -
YUV 205.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 225 186 254 0.11 0.27 0 0.00 274.41 0.97 0.86
Hex E1 BA FE B 1B 0 0 112 61 56
Octal 341 272 376 13 33 0 0 422 141 126
Binary 11100001 10111010 11111110 1011 11011 0 0 100010010 1100001 1010110

Color Harmonies of #E1BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BAFE

Black with #E1BAFE

Text Example


Text Example

White with #E1BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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