Html Css Color HEX #E1BDF4 Mauve

📋 copy color: '#E1BDF4'

red 225 ◦ green 189 ◦ blue 244

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

Shades of Mauve #E1BDF4

Tints of Mauve #E1BDF4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.72%

 BLUE value IS 244 (95.7% from 255) = 37.08%

R = 34.19%
G = 28.72%
B = 37.08%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E1BDF4 (or 0xE1BDF4) is known color: Mauve. HEX triplet: E1, BD and F4. RGB value is (225,189,244). Sum of RGB (Red+Green+Blue) = 225+189+244=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 244 (95.70% from 255 or 37.08% from 658); Max value from RGB is 244 - color contains mainly: blue. Hex color #E1BDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BDF4 is #1E420B. Grayscale: #CDCDCD. Windows color (decimal): -1982988 or 16039393. OLE color: 16039393.

HSL color Cylindrical-coordinate representation of color #E1BDF4: hue angle of 279.27º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1BDF4 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 225 189 244 -
CMYK 0.08 0.23 0 0.04
HSL 279.27º 0.71% 0.85% -
HSV(B) 279.27º 0.23% 0.96% -
XYZ 65.58 58.93 93.51 -
YUV 206.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 225 189 244 0.08 0.23 0 0.04 279.27 0.71 0.85
Hex E1 BD F4 8 17 0 4 117 47 55
Octal 341 275 364 10 27 0 4 427 107 125
Binary 11100001 10111101 11110100 1000 10111 0 100 100010111 1000111 1010101

Color Harmonies of #E1BDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BDF4

Black with #E1BDF4

Text Example


Text Example

White with #E1BDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BDF4; }

 p { color: rgb(225,189,244); }

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

background-color css

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

 a { background-color: rgb(225,189,244); }

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

border-color css

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

 span { border-color: rgb(225,189,244); }

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