Html Css Color HEX #E2BFFA Mauve

📋 copy color: '#E2BFFA'

red 226 ◦ green 191 ◦ blue 250

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

Shades of Mauve #E2BFFA

Tints of Mauve #E2BFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.48%

R = 33.88%
G = 28.64%
B = 37.48%

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

#E2BFFA (or 0xE2BFFA) is known color: Mauve. HEX triplet: E2, BF and FA. RGB value is (226,191,250). Sum of RGB (Red+Green+Blue) = 226+191+250=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2BFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFFA is #1D4005. Grayscale: #CFCFCF. Windows color (decimal): -1916934 or 16433122. OLE color: 16433122.

HSL color Cylindrical-coordinate representation of color #E2BFFA: hue angle of 275.59º degrees, saturation: 0.86, 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 #E2BFFA is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 191 250 -
CMYK 0.10 0.24 0 0.02
HSL 275.59º 0.86% 0.86% -
HSV(B) 275.59º 0.24% 0.98% -
XYZ 67.25 60.33 98.54 -
YUV 208.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 226 191 250 0.10 0.24 0 0.02 275.59 0.86 0.86
Hex E2 BF FA A 18 0 2 114 56 56
Octal 342 277 372 12 30 0 2 424 126 126
Binary 11100010 10111111 11111010 1010 11000 0 10 100010100 1010110 1010110

Color Harmonies of #E2BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BFFA

Black with #E2BFFA

Text Example


Text Example

White with #E2BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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