Html Css Color HEX #E2B1FE Mauve

📋 copy color: '#E2B1FE'

red 226 ◦ green 177 ◦ blue 254

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

Shades of Mauve #E2B1FE

Tints of Mauve #E2B1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 26.94%

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

R = 34.4%
G = 26.94%
B = 38.66%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E2B1FE (or 0xE2B1FE) is known color: Mauve. HEX triplet: E2, B1 and FE. RGB value is (226,177,254). Sum of RGB (Red+Green+Blue) = 226+177+254=657 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.40% from 657); Green value is 177 (69.53% from 255 or 26.94% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2B1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2B1FE is #1D4E01. Grayscale: #C8C8C8. Windows color (decimal): -1920514 or 16691682. OLE color: 16691682.

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

Color convert

RGB 226 177 254 -
CMYK 0.11 0.30 0 0.00
HSL 278.18º 0.97% 0.85% -
HSV(B) 278.18º 0.3% 1% -
XYZ 64.98 54.77 100.91 -
YUV 200.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 226 177 254 0.11 0.30 0 0.00 278.18 0.97 0.85
Hex E2 B1 FE B 1E 0 0 116 61 55
Octal 342 261 376 13 36 0 0 426 141 125
Binary 11100010 10110001 11111110 1011 11110 0 0 100010110 1100001 1010101

Color Harmonies of #E2B1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B1FE

Black with #E2B1FE

Text Example


Text Example

White with #E2B1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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