Html Css Color HEX #E2BEFB Mauve

📋 copy color: '#E2BEFB'

red 226 ◦ green 190 ◦ blue 251

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

Shades of Mauve #E2BEFB

Tints of Mauve #E2BEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.63%

R = 33.88%
G = 28.49%
B = 37.63%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2BEFB (or 0xE2BEFB) is known color: Mauve. HEX triplet: E2, BE and FB. RGB value is (226,190,251). Sum of RGB (Red+Green+Blue) = 226+190+251=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 190 (74.61% from 255 or 28.49% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2BEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEFB is #1D4104. Grayscale: #CFCFCF. Windows color (decimal): -1917189 or 16498402. OLE color: 16498402.

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

Color convert

RGB 226 190 251 -
CMYK 0.10 0.24 0 0.02
HSL 275.41º 0.88% 0.86% -
HSV(B) 275.41º 0.24% 0.98% -
XYZ 67.19 59.96 99.3 -
YUV 207.72 152.43 141.04 -
System Red Green Blue C M Y K H S L
Decimal 226 190 251 0.10 0.24 0 0.02 275.41 0.88 0.86
Hex E2 BE FB A 18 0 2 113 58 56
Octal 342 276 373 12 30 0 2 423 130 126
Binary 11100010 10111110 11111011 1010 11000 0 10 100010011 1011000 1010110

Color Harmonies of #E2BEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BEFB

Black with #E2BEFB

Text Example


Text Example

White with #E2BEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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