Html Css Color HEX #E0BEF1 Mauve

📋 copy color: '#E0BEF1'

red 224 ◦ green 190 ◦ blue 241

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

Shades of Mauve #E0BEF1

Tints of Mauve #E0BEF1

RGB

 RED value IS 224 (87.89% from 255) = 34.2%

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

 BLUE value IS 241 (94.53% from 255) = 36.79%

R = 34.2%
G = 29.01%
B = 36.79%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E0BEF1 (or 0xE0BEF1) is known color: Mauve. HEX triplet: E0, BE and F1. RGB value is (224,190,241). Sum of RGB (Red+Green+Blue) = 224+190+241=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BEF1 is #1F410E. Grayscale: #CDCDCD. Windows color (decimal): -2048271 or 15843040. OLE color: 15843040.

HSL color Cylindrical-coordinate representation of color #E0BEF1: hue angle of 280º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0BEF1 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 190 241 -
CMYK 0.07 0.21 0 0.05
HSL 280º 0.65% 0.85% -
HSV(B) 280º 0.21% 0.95% -
XYZ 65.03 59.03 91.18 -
YUV 205.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 224 190 241 0.07 0.21 0 0.05 280 0.65 0.85
Hex E0 BE F1 7 15 0 5 118 41 55
Octal 340 276 361 7 25 0 5 430 101 125
Binary 11100000 10111110 11110001 111 10101 0 101 100011000 1000001 1010101

Color Harmonies of #E0BEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BEF1

Black with #E0BEF1

Text Example


Text Example

White with #E0BEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BEF1; }

 p { color: rgb(224,190,241); }

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

background-color css

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

 a { background-color: rgb(224,190,241); }

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

border-color css

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

 span { border-color: rgb(224,190,241); }

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