Html Css Color HEX #E1BEF0 Mauve

📋 copy color: '#E1BEF0'

red 225 ◦ green 190 ◦ blue 240

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

Shades of Mauve #E1BEF0

Tints of Mauve #E1BEF0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.01%

 BLUE value IS 240 (94.14% from 255) = 36.64%

R = 34.35%
G = 29.01%
B = 36.64%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E1BEF0 (or 0xE1BEF0) is known color: Mauve. HEX triplet: E1, BE and F0. RGB value is (225,190,240). Sum of RGB (Red+Green+Blue) = 225+190+240=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #E1BEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BEF0 is #1E410F. Grayscale: #CECECE. Windows color (decimal): -1982736 or 15777505. OLE color: 15777505.

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

Color convert

RGB 225 190 240 -
CMYK 0.06 0.21 0 0.06
HSL 282º 0.63% 0.84% -
HSV(B) 282º 0.21% 0.94% -
XYZ 65.19 59.13 90.41 -
YUV 206.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 225 190 240 0.06 0.21 0 0.06 282 0.63 0.84
Hex E1 BE F0 6 15 0 6 11A 3E 54
Octal 341 276 360 6 25 0 6 432 76 124
Binary 11100001 10111110 11110000 110 10101 0 110 100011010 111110 1010100

Color Harmonies of #E1BEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BEF0

Black with #E1BEF0

Text Example


Text Example

White with #E1BEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BEF0; }

 p { color: rgb(225,190,240); }

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

background-color css

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

 a { background-color: rgb(225,190,240); }

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

border-color css

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

 span { border-color: rgb(225,190,240); }

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