Html Css Color HEX #E2BFFC Mauve

📋 copy color: '#E2BFFC'

red 226 ◦ green 191 ◦ blue 252

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

Shades of Mauve #E2BFFC

Tints of Mauve #E2BFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.67%

R = 33.78%
G = 28.55%
B = 37.67%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E2BFFC (or 0xE2BFFC) is known color: Mauve. HEX triplet: E2, BF and FC. RGB value is (226,191,252). Sum of RGB (Red+Green+Blue) = 226+191+252=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 191 (75% from 255 or 28.55% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2BFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFFC is #1D4003. Grayscale: #D0D0D0. Windows color (decimal): -1916932 or 16564194. OLE color: 16564194.

HSL color Cylindrical-coordinate representation of color #E2BFFC: hue angle of 274.43º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2BFFC is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 191 252 -
CMYK 0.10 0.24 0 0.01
HSL 274.43º 0.91% 0.87% -
HSV(B) 274.43º 0.24% 0.99% -
XYZ 67.57 60.46 100.2 -
YUV 208.42 152.6 140.54 -
System Red Green Blue C M Y K H S L
Decimal 226 191 252 0.10 0.24 0 0.01 274.43 0.91 0.87
Hex E2 BF FC A 18 0 1 112 5B 57
Octal 342 277 374 12 30 0 1 422 133 127
Binary 11100010 10111111 11111100 1010 11000 0 1 100010010 1011011 1010111

Color Harmonies of #E2BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BFFC

Black with #E2BFFC

Text Example


Text Example

White with #E2BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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