Html Css Color HEX #E1B4FE Mauve

📋 copy color: '#E1B4FE'

red 225 ◦ green 180 ◦ blue 254

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

Shades of Mauve #E1B4FE

Tints of Mauve #E1B4FE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.31%

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

R = 34.14%
G = 27.31%
B = 38.54%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E1B4FE (or 0xE1B4FE) is known color: Mauve. HEX triplet: E1, B4 and FE. RGB value is (225,180,254). Sum of RGB (Red+Green+Blue) = 225+180+254=659 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.14% from 659); Green value is 180 (70.70% from 255 or 27.31% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1B4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B4FE is #1E4B01. Grayscale: #C9C9C9. Windows color (decimal): -1985282 or 16692449. OLE color: 16692449.

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

Color convert

RGB 225 180 254 -
CMYK 0.11 0.29 0 0.00
HSL 276.49º 0.97% 0.85% -
HSV(B) 276.49º 0.29% 1% -
XYZ 65.26 55.81 101.1 -
YUV 201.89 157.41 144.48 -
System Red Green Blue C M Y K H S L
Decimal 225 180 254 0.11 0.29 0 0.00 276.49 0.97 0.85
Hex E1 B4 FE B 1D 0 0 114 61 55
Octal 341 264 376 13 35 0 0 424 141 125
Binary 11100001 10110100 11111110 1011 11101 0 0 100010100 1100001 1010101

Color Harmonies of #E1B4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B4FE

Black with #E1B4FE

Text Example


Text Example

White with #E1B4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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