Html Css Color HEX #E3BFF2 Mauve

📋 copy color: '#E3BFF2'

red 227 ◦ green 191 ◦ blue 242

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

Shades of Mauve #E3BFF2

Tints of Mauve #E3BFF2

RGB

 RED value IS 227 (89.06% from 255) = 34.39%

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

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

R = 34.39%
G = 28.94%
B = 36.67%

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

#E3BFF2 (or 0xE3BFF2) is known color: Mauve. HEX triplet: E3, BF and F2. RGB value is (227,191,242). Sum of RGB (Red+Green+Blue) = 227+191+242=660 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.39% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3BFF2 is #1C400D. Grayscale: #CFCFCF. Windows color (decimal): -1851406 or 15908835. OLE color: 15908835.

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

Color convert

RGB 227 191 242 -
CMYK 0.06 0.21 0 0.05
HSL 282.35º 0.66% 0.85% -
HSV(B) 282.35º 0.21% 0.95% -
XYZ 66.34 60 92.09 -
YUV 207.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 227 191 242 0.06 0.21 0 0.05 282.35 0.66 0.85
Hex E3 BF F2 6 15 0 5 11A 42 55
Octal 343 277 362 6 25 0 5 432 102 125
Binary 11100011 10111111 11110010 110 10101 0 101 100011010 1000010 1010101

Color Harmonies of #E3BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3BFF2

Black with #E3BFF2

Text Example


Text Example

White with #E3BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3BFF2; }

 p { color: rgb(227,191,242); }

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

background-color css

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

 a { background-color: rgb(227,191,242); }

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

border-color css

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

 span { border-color: rgb(227,191,242); }

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