Html Css Color HEX #E2BFF7 Mauve

📋 copy color: '#E2BFF7'

red 226 ◦ green 191 ◦ blue 247

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

Shades of Mauve #E2BFF7

Tints of Mauve #E2BFF7

RGB

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

 GREEN value IS 191 (75% from 255) = 28.77%

 BLUE value IS 247 (96.88% from 255) = 37.2%

R = 34.04%
G = 28.77%
B = 37.2%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E2BFF7 (or 0xE2BFF7) is known color: Mauve. HEX triplet: E2, BF and F7. RGB value is (226,191,247). Sum of RGB (Red+Green+Blue) = 226+191+247=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 191 (75% from 255 or 28.77% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 247 - color contains mainly: blue. Hex color #E2BFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFF7 is #1D4008. Grayscale: #CFCFCF. Windows color (decimal): -1916937 or 16236514. OLE color: 16236514.

HSL color Cylindrical-coordinate representation of color #E2BFF7: hue angle of 277.5º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2BFF7 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 226 191 247 -
CMYK 0.09 0.23 0 0.03
HSL 277.5º 0.78% 0.86% -
HSV(B) 277.5º 0.23% 0.97% -
XYZ 66.78 60.15 96.09 -
YUV 207.85 150.1 140.95 -
System Red Green Blue C M Y K H S L
Decimal 226 191 247 0.09 0.23 0 0.03 277.5 0.78 0.86
Hex E2 BF F7 9 17 0 3 116 4E 56
Octal 342 277 367 11 27 0 3 426 116 126
Binary 11100010 10111111 11110111 1001 10111 0 11 100010110 1001110 1010110

Color Harmonies of #E2BFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BFF7

Black with #E2BFF7

Text Example


Text Example

White with #E2BFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BFF7; }

 p { color: rgb(226,191,247); }

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

background-color css

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

 a { background-color: rgb(226,191,247); }

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

border-color css

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

 span { border-color: rgb(226,191,247); }

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