Html Css Color HEX #E2BEF2 Mauve

📋 copy color: '#E2BEF2'

red 226 ◦ green 190 ◦ blue 242

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

Shades of Mauve #E2BEF2

Tints of Mauve #E2BEF2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.88%

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

R = 34.35%
G = 28.88%
B = 36.78%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2BEF2 (or 0xE2BEF2) is known color: Mauve. HEX triplet: E2, BE and F2. RGB value is (226,190,242). Sum of RGB (Red+Green+Blue) = 226+190+242=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 190 (74.61% from 255 or 28.88% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEF2 is #1D410D. Grayscale: #CECECE. Windows color (decimal): -1917198 or 15908578. OLE color: 15908578.

HSL color Cylindrical-coordinate representation of color #E2BEF2: hue angle of 281.54º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2BEF2 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 190 242 -
CMYK 0.07 0.21 0 0.05
HSL 281.54º 0.67% 0.85% -
HSV(B) 281.54º 0.21% 0.95% -
XYZ 65.8 59.41 92 -
YUV 206.69 147.93 141.77 -
System Red Green Blue C M Y K H S L
Decimal 226 190 242 0.07 0.21 0 0.05 281.54 0.67 0.85
Hex E2 BE F2 7 15 0 5 11A 43 55
Octal 342 276 362 7 25 0 5 432 103 125
Binary 11100010 10111110 11110010 111 10101 0 101 100011010 1000011 1010101

Color Harmonies of #E2BEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BEF2

Black with #E2BEF2

Text Example


Text Example

White with #E2BEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BEF2; }

 p { color: rgb(226,190,242); }

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

background-color css

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

 a { background-color: rgb(226,190,242); }

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

border-color css

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

 span { border-color: rgb(226,190,242); }

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