Html Css Color HEX #E1B7FE Mauve

📋 copy color: '#E1B7FE'

red 225 ◦ green 183 ◦ blue 254

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

Shades of Mauve #E1B7FE

Tints of Mauve #E1B7FE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.64%

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

R = 33.99%
G = 27.64%
B = 38.37%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E1B7FE (or 0xE1B7FE) is known color: Mauve. HEX triplet: E1, B7 and FE. RGB value is (225,183,254). Sum of RGB (Red+Green+Blue) = 225+183+254=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 183 (71.88% from 255 or 27.64% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B7FE is #1E4801. Grayscale: #CBCBCB. Windows color (decimal): -1984514 or 16693217. OLE color: 16693217.

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

Color convert

RGB 225 183 254 -
CMYK 0.11 0.28 0 0.00
HSL 275.49º 0.97% 0.86% -
HSV(B) 275.49º 0.28% 1% -
XYZ 65.87 57.03 101.3 -
YUV 203.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 225 183 254 0.11 0.28 0 0.00 275.49 0.97 0.86
Hex E1 B7 FE B 1C 0 0 113 61 56
Octal 341 267 376 13 34 0 0 423 141 126
Binary 11100001 10110111 11111110 1011 11100 0 0 100010011 1100001 1010110

Color Harmonies of #E1B7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B7FE

Black with #E1B7FE

Text Example


Text Example

White with #E1B7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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