Html Css Color HEX #E2BCFF Mauve

📋 copy color: '#E2BCFF'

red 226 ◦ green 188 ◦ blue 255

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

Shades of Mauve #E2BCFF

Tints of Mauve #E2BCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.12%

R = 33.78%
G = 28.1%
B = 38.12%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E2BCFF (or 0xE2BCFF) is known color: Mauve. HEX triplet: E2, BC and FF. RGB value is (226,188,255). Sum of RGB (Red+Green+Blue) = 226+188+255=669 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.78% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BCFF is #1D4300. Grayscale: #CECECE. Windows color (decimal): -1917697 or 16760034. OLE color: 16760034.

HSL color Cylindrical-coordinate representation of color #E2BCFF: hue angle of 274.03º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2BCFF is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 226 188 255 -
CMYK 0.11 0.26 0 0
HSL 274.03º 1% 0.87% -
HSV(B) 274.03º 0.26% 1% -
XYZ 67.4 59.36 102.51 -
YUV 207 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 226 188 255 0.11 0.26 0 0 274.03 1 0.87
Hex E2 BC FF B 1A 0 0 112 64 57
Octal 342 274 377 13 32 0 0 422 144 127
Binary 11100010 10111100 11111111 1011 11010 0 0 100010010 1100100 1010111

Color Harmonies of #E2BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BCFF

Black with #E2BCFF

Text Example


Text Example

White with #E2BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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