Html Css Color HEX #E1BAFA Mauve

📋 copy color: '#E1BAFA'

red 225 ◦ green 186 ◦ blue 250

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

Shades of Mauve #E1BAFA

Tints of Mauve #E1BAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.82%

R = 34.04%
G = 28.14%
B = 37.82%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1BAFA (or 0xE1BAFA) is known color: Mauve. HEX triplet: E1, BA and FA. RGB value is (225,186,250). Sum of RGB (Red+Green+Blue) = 225+186+250=661 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.04% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BAFA is #1E4505. Grayscale: #CCCCCC. Windows color (decimal): -1983750 or 16431841. OLE color: 16431841.

HSL color Cylindrical-coordinate representation of color #E1BAFA: hue angle of 276.56º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1BAFA is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 186 250 -
CMYK 0.10 0.26 0 0.02
HSL 276.56º 0.86% 0.85% -
HSV(B) 276.56º 0.26% 0.98% -
XYZ 65.87 58.03 98.17 -
YUV 204.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 225 186 250 0.10 0.26 0 0.02 276.56 0.86 0.85
Hex E1 BA FA A 1A 0 2 115 56 55
Octal 341 272 372 12 32 0 2 425 126 125
Binary 11100001 10111010 11111010 1010 11010 0 10 100010101 1010110 1010101

Color Harmonies of #E1BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BAFA

Black with #E1BAFA

Text Example


Text Example

White with #E1BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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