Html Css Color HEX #E1B2EC Mauve

📋 copy color: '#E1B2EC'

red 225 ◦ green 178 ◦ blue 236

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

Shades of Mauve #E1B2EC

Tints of Mauve #E1B2EC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.86%

 BLUE value IS 236 (92.58% from 255) = 36.93%

R = 35.21%
G = 27.86%
B = 36.93%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E1B2EC (or 0xE1B2EC) is known color: Mauve. HEX triplet: E1, B2 and EC. RGB value is (225,178,236). Sum of RGB (Red+Green+Blue) = 225+178+236=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1B2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1B2EC is #1E4D13. Grayscale: #C6C6C6. Windows color (decimal): -1985812 or 15512289. OLE color: 15512289.

HSL color Cylindrical-coordinate representation of color #E1B2EC: hue angle of 288.62º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1B2EC is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 178 236 -
CMYK 0.05 0.25 0 0.07
HSL 288.62º 0.6% 0.81% -
HSV(B) 288.62º 0.25% 0.93% -
XYZ 62.11 53.9 86.49 -
YUV 198.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 225 178 236 0.05 0.25 0 0.07 288.62 0.6 0.81
Hex E1 B2 EC 5 19 0 7 121 3C 51
Octal 341 262 354 5 31 0 7 441 74 121
Binary 11100001 10110010 11101100 101 11001 0 111 100100001 111100 1010001

Color Harmonies of #E1B2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B2EC

Black with #E1B2EC

Text Example


Text Example

White with #E1B2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B2EC; }

 p { color: rgb(225,178,236); }

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

background-color css

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

 a { background-color: rgb(225,178,236); }

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

border-color css

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

 span { border-color: rgb(225,178,236); }

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