Html Css Color HEX #E2B6FE Mauve

📋 copy color: '#E2B6FE'

red 226 ◦ green 182 ◦ blue 254

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

Shades of Mauve #E2B6FE

Tints of Mauve #E2B6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.49%

 BLUE value IS 254 (99.61% from 255) = 38.37%

R = 34.14%
G = 27.49%
B = 38.37%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E2B6FE (or 0xE2B6FE) is known color: Mauve. HEX triplet: E2, B6 and FE. RGB value is (226,182,254). Sum of RGB (Red+Green+Blue) = 226+182+254=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 182 (71.48% from 255 or 27.49% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2B6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B6FE is #1D4901. Grayscale: #CBCBCB. Windows color (decimal): -1919234 or 16692962. OLE color: 16692962.

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

Color convert

RGB 226 182 254 -
CMYK 0.11 0.28 0 0.00
HSL 276.67º 0.97% 0.85% -
HSV(B) 276.67º 0.28% 1% -
XYZ 65.98 56.78 101.25 -
YUV 203.36 156.58 144.15 -
System Red Green Blue C M Y K H S L
Decimal 226 182 254 0.11 0.28 0 0.00 276.67 0.97 0.85
Hex E2 B6 FE B 1C 0 0 115 61 55
Octal 342 266 376 13 34 0 0 425 141 125
Binary 11100010 10110110 11111110 1011 11100 0 0 100010101 1100001 1010101

Color Harmonies of #E2B6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B6FE

Black with #E2B6FE

Text Example


Text Example

White with #E2B6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B6FE; }

 p { color: rgb(226,182,254); }

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

background-color css

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

 a { background-color: rgb(226,182,254); }

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

border-color css

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

 span { border-color: rgb(226,182,254); }

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