Html Css Color HEX #E1BBF2 Mauve

📋 copy color: '#E1BBF2'

red 225 ◦ green 187 ◦ blue 242

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

Shades of Mauve #E1BBF2

Tints of Mauve #E1BBF2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.59%

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

R = 34.4%
G = 28.59%
B = 37%

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

#E1BBF2 (or 0xE1BBF2) is known color: Mauve. HEX triplet: E1, BB and F2. RGB value is (225,187,242). Sum of RGB (Red+Green+Blue) = 225+187+242=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #E1BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BBF2 is #1E440D. Grayscale: #CCCCCC. Windows color (decimal): -1983502 or 15907809. OLE color: 15907809.

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

Color convert

RGB 225 187 242 -
CMYK 0.07 0.23 0 0.05
HSL 281.45º 0.68% 0.84% -
HSV(B) 281.45º 0.23% 0.95% -
XYZ 64.85 57.96 91.77 -
YUV 204.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 225 187 242 0.07 0.23 0 0.05 281.45 0.68 0.84
Hex E1 BB F2 7 17 0 5 119 44 54
Octal 341 273 362 7 27 0 5 431 104 124
Binary 11100001 10111011 11110010 111 10111 0 101 100011001 1000100 1010100

Color Harmonies of #E1BBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BBF2

Black with #E1BBF2

Text Example


Text Example

White with #E1BBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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