Html Css Color HEX #E0BCF1 Mauve

📋 copy color: '#E0BCF1'

red 224 ◦ green 188 ◦ blue 241

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

Shades of Mauve #E0BCF1

Tints of Mauve #E0BCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.79%

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

R = 34.3%
G = 28.79%
B = 36.91%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E0BCF1 (or 0xE0BCF1) is known color: Mauve. HEX triplet: E0, BC and F1. RGB value is (224,188,241). Sum of RGB (Red+Green+Blue) = 224+188+241=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0BCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BCF1 is #1F430E. Grayscale: #CCCCCC. Windows color (decimal): -2048783 or 15842528. OLE color: 15842528.

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

Color convert

RGB 224 188 241 -
CMYK 0.07 0.22 0 0.05
HSL 280.75º 0.65% 0.84% -
HSV(B) 280.75º 0.22% 0.95% -
XYZ 64.6 58.16 91.04 -
YUV 204.81 148.43 141.69 -
System Red Green Blue C M Y K H S L
Decimal 224 188 241 0.07 0.22 0 0.05 280.75 0.65 0.84
Hex E0 BC F1 7 16 0 5 119 41 54
Octal 340 274 361 7 26 0 5 431 101 124
Binary 11100000 10111100 11110001 111 10110 0 101 100011001 1000001 1010100

Color Harmonies of #E0BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BCF1

Black with #E0BCF1

Text Example


Text Example

White with #E0BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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