Html Css Color HEX #E2BFFF Mauve

📋 copy color: '#E2BFFF'

red 226 ◦ green 191 ◦ blue 255

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

Shades of Mauve #E2BFFF

Tints of Mauve #E2BFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.95%

R = 33.63%
G = 28.42%
B = 37.95%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E2BFFF (or 0xE2BFFF) is known color: Mauve. HEX triplet: E2, BF and FF. RGB value is (226,191,255). Sum of RGB (Red+Green+Blue) = 226+191+255=672 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.63% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFFF is #1D4000. Grayscale: #D0D0D0. Windows color (decimal): -1916929 or 16760802. OLE color: 16760802.

HSL color Cylindrical-coordinate representation of color #E2BFFF: hue angle of 272.81º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2BFFF is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 226 191 255 -
CMYK 0.11 0.25 0 0
HSL 272.81º 1% 0.87% -
HSV(B) 272.81º 0.25% 1% -
XYZ 68.04 60.65 102.73 -
YUV 208.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 226 191 255 0.11 0.25 0 0 272.81 1 0.87
Hex E2 BF FF B 19 0 0 111 64 57
Octal 342 277 377 13 31 0 0 421 144 127
Binary 11100010 10111111 11111111 1011 11001 0 0 100010001 1100100 1010111

Color Harmonies of #E2BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BFFF

Black with #E2BFFF

Text Example


Text Example

White with #E2BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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