Html Css Color HEX #E2BBF3 Mauve

📋 copy color: '#E2BBF3'

red 226 ◦ green 187 ◦ blue 243

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

Shades of Mauve #E2BBF3

Tints of Mauve #E2BBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.04%

R = 34.45%
G = 28.51%
B = 37.04%

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

#E2BBF3 (or 0xE2BBF3) is known color: Mauve. HEX triplet: E2, BB and F3. RGB value is (226,187,243). Sum of RGB (Red+Green+Blue) = 226+187+243=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #E2BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBF3 is #1D440C. Grayscale: #CCCCCC. Windows color (decimal): -1917965 or 15973346. OLE color: 15973346.

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

Color convert

RGB 226 187 243 -
CMYK 0.07 0.23 0 0.05
HSL 281.79º 0.7% 0.84% -
HSV(B) 281.79º 0.23% 0.95% -
XYZ 65.31 58.18 92.58 -
YUV 205.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 226 187 243 0.07 0.23 0 0.05 281.79 0.7 0.84
Hex E2 BB F3 7 17 0 5 11A 46 54
Octal 342 273 363 7 27 0 5 432 106 124
Binary 11100010 10111011 11110011 111 10111 0 101 100011010 1000110 1010100

Color Harmonies of #E2BBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BBF3

Black with #E2BBF3

Text Example


Text Example

White with #E2BBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BBF3; }

 p { color: rgb(226,187,243); }

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

background-color css

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

 a { background-color: rgb(226,187,243); }

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

border-color css

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

 span { border-color: rgb(226,187,243); }

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