Html Css Color HEX #E1B4EF Mauve

📋 copy color: '#E1B4EF'

red 225 ◦ green 180 ◦ blue 239

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

Shades of Mauve #E1B4EF

Tints of Mauve #E1B4EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.11%

R = 34.94%
G = 27.95%
B = 37.11%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E1B4EF (or 0xE1B4EF) is known color: Mauve. HEX triplet: E1, B4 and EF. RGB value is (225,180,239). Sum of RGB (Red+Green+Blue) = 225+180+239=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 180 (70.70% from 255 or 27.95% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #E1B4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B4EF is #1E4B10. Grayscale: #C7C7C7. Windows color (decimal): -1985297 or 15709409. OLE color: 15709409.

HSL color Cylindrical-coordinate representation of color #E1B4EF: hue angle of 285.76º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1B4EF is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 180 239 -
CMYK 0.06 0.25 0 0.06
HSL 285.76º 0.65% 0.82% -
HSV(B) 285.76º 0.25% 0.94% -
XYZ 62.95 54.88 88.94 -
YUV 200.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 225 180 239 0.06 0.25 0 0.06 285.76 0.65 0.82
Hex E1 B4 EF 6 19 0 6 11E 41 52
Octal 341 264 357 6 31 0 6 436 101 122
Binary 11100001 10110100 11101111 110 11001 0 110 100011110 1000001 1010010

Color Harmonies of #E1B4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B4EF

Black with #E1B4EF

Text Example


Text Example

White with #E1B4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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