Html Css Color HEX #E2BBFA Mauve

📋 copy color: '#E2BBFA'

red 226 ◦ green 187 ◦ blue 250

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

Shades of Mauve #E2BBFA

Tints of Mauve #E2BBFA

RGB

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

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

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

R = 34.09%
G = 28.21%
B = 37.71%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2BBFA (or 0xE2BBFA) is known color: Mauve. HEX triplet: E2, BB and FA. RGB value is (226,187,250). Sum of RGB (Red+Green+Blue) = 226+187+250=663 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.09% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBFA is #1D4405. Grayscale: #CDCDCD. Windows color (decimal): -1917958 or 16432098. OLE color: 16432098.

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

Color convert

RGB 226 187 250 -
CMYK 0.10 0.25 0 0.02
HSL 277.14º 0.86% 0.86% -
HSV(B) 277.14º 0.25% 0.98% -
XYZ 66.39 58.61 98.26 -
YUV 205.84 152.92 142.38 -
System Red Green Blue C M Y K H S L
Decimal 226 187 250 0.10 0.25 0 0.02 277.14 0.86 0.86
Hex E2 BB FA A 19 0 2 115 56 56
Octal 342 273 372 12 31 0 2 425 126 126
Binary 11100010 10111011 11111010 1010 11001 0 10 100010101 1010110 1010110

Color Harmonies of #E2BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BBFA

Black with #E2BBFA

Text Example


Text Example

White with #E2BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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