Html Css Color HEX #E2BCF1 Mauve

📋 copy color: '#E2BCF1'

red 226 ◦ green 188 ◦ blue 241

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

Shades of Mauve #E2BCF1

Tints of Mauve #E2BCF1

RGB

 RED value IS 226 (88.67% from 255) = 34.5%

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

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

R = 34.5%
G = 28.7%
B = 36.79%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2BCF1 (or 0xE2BCF1) is known color: Mauve. HEX triplet: E2, BC and F1. RGB value is (226,188,241). Sum of RGB (Red+Green+Blue) = 226+188+241=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 188 (73.83% from 255 or 28.70% 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 #E2BCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCF1 is #1D430E. Grayscale: #CDCDCD. Windows color (decimal): -1917711 or 15842530. OLE color: 15842530.

HSL color Cylindrical-coordinate representation of color #E2BCF1: hue angle of 283.02º 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 #E2BCF1 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 188 241 -
CMYK 0.06 0.22 0 0.05
HSL 283.02º 0.65% 0.84% -
HSV(B) 283.02º 0.22% 0.95% -
XYZ 65.22 58.49 91.07 -
YUV 205.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 226 188 241 0.06 0.22 0 0.05 283.02 0.65 0.84
Hex E2 BC F1 6 16 0 5 11B 41 54
Octal 342 274 361 6 26 0 5 433 101 124
Binary 11100010 10111100 11110001 110 10110 0 101 100011011 1000001 1010100

Color Harmonies of #E2BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BCF1

Black with #E2BCF1

Text Example


Text Example

White with #E2BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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