Html Css Color HEX #E2BCEC Mauve

📋 copy color: '#E2BCEC'

red 226 ◦ green 188 ◦ blue 236

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

Shades of Mauve #E2BCEC

Tints of Mauve #E2BCEC

RGB

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

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

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

R = 34.77%
G = 28.92%
B = 36.31%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2BCEC (or 0xE2BCEC) is known color: Mauve. HEX triplet: E2, BC and EC. RGB value is (226,188,236). Sum of RGB (Red+Green+Blue) = 226+188+236=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 188 (73.83% from 255 or 28.92% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCEC is #1D4313. Grayscale: #CCCCCC. Windows color (decimal): -1917716 or 15514850. OLE color: 15514850.

HSL color Cylindrical-coordinate representation of color #E2BCEC: hue angle of 287.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2BCEC is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 188 236 -
CMYK 0.04 0.20 0 0.07
HSL 287.5º 0.56% 0.83% -
HSV(B) 287.5º 0.2% 0.93% -
XYZ 64.49 58.19 87.19 -
YUV 204.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 226 188 236 0.04 0.20 0 0.07 287.5 0.56 0.83
Hex E2 BC EC 4 14 0 7 120 38 53
Octal 342 274 354 4 24 0 7 440 70 123
Binary 11100010 10111100 11101100 100 10100 0 111 100100000 111000 1010011

Color Harmonies of #E2BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BCEC

Black with #E2BCEC

Text Example


Text Example

White with #E2BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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