Html Css Color HEX #E1BFFE Mauve

📋 copy color: '#E1BFFE'

red 225 ◦ green 191 ◦ blue 254

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

Shades of Mauve #E1BFFE

Tints of Mauve #E1BFFE

RGB

 RED value IS 225 (88.28% from 255) = 33.58%

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

 BLUE value IS 254 (99.61% from 255) = 37.91%

R = 33.58%
G = 28.51%
B = 37.91%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E1BFFE (or 0xE1BFFE) is known color: Mauve. HEX triplet: E1, BF and FE. RGB value is (225,191,254). Sum of RGB (Red+Green+Blue) = 225+191+254=670 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.58% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFFE is #1E4001. Grayscale: #D0D0D0. Windows color (decimal): -1982466 or 16695265. OLE color: 16695265.

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

Color convert

RGB 225 191 254 -
CMYK 0.11 0.25 0 0.00
HSL 272.38º 0.97% 0.87% -
HSV(B) 272.38º 0.25% 1% -
XYZ 67.57 60.42 101.87 -
YUV 208.35 153.76 139.88 -
System Red Green Blue C M Y K H S L
Decimal 225 191 254 0.11 0.25 0 0.00 272.38 0.97 0.87
Hex E1 BF FE B 19 0 0 110 61 57
Octal 341 277 376 13 31 0 0 420 141 127
Binary 11100001 10111111 11111110 1011 11001 0 0 100010000 1100001 1010111

Color Harmonies of #E1BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BFFE

Black with #E1BFFE

Text Example


Text Example

White with #E1BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BFFE; }

 p { color: rgb(225,191,254); }

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

background-color css

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

 a { background-color: rgb(225,191,254); }

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

border-color css

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

 span { border-color: rgb(225,191,254); }

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