Html Css Color HEX #E2BFF1 Mauve

📋 copy color: '#E2BFF1'

red 226 ◦ green 191 ◦ blue 241

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

Shades of Mauve #E2BFF1

Tints of Mauve #E2BFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.63%

R = 34.35%
G = 29.03%
B = 36.63%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2BFF1 (or 0xE2BFF1) is known color: Mauve. HEX triplet: E2, BF and F1. RGB value is (226,191,241). Sum of RGB (Red+Green+Blue) = 226+191+241=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #E2BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFF1 is #1D400E. Grayscale: #CFCFCF. Windows color (decimal): -1916943 or 15843298. OLE color: 15843298.

HSL color Cylindrical-coordinate representation of color #E2BFF1: hue angle of 282º degrees, saturation: 0.64, 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 #E2BFF1 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 191 241 -
CMYK 0.06 0.21 0 0.05
HSL 282º 0.64% 0.85% -
HSV(B) 282º 0.21% 0.95% -
XYZ 65.87 59.78 91.29 -
YUV 207.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 226 191 241 0.06 0.21 0 0.05 282 0.64 0.85
Hex E2 BF F1 6 15 0 5 11A 40 55
Octal 342 277 361 6 25 0 5 432 100 125
Binary 11100010 10111111 11110001 110 10101 0 101 100011010 1000000 1010101

Color Harmonies of #E2BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BFF1

Black with #E2BFF1

Text Example


Text Example

White with #E2BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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