Html Css Color HEX #E2B1BE Melanie

📋 copy color: '#E2B1BE'

red 226 ◦ green 177 ◦ blue 190

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

Shades of Melanie #E2B1BE

Tints of Melanie #E2B1BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.04%

R = 38.11%
G = 29.85%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E2B1BE (or 0xE2B1BE) is known color: Melanie. HEX triplet: E2, B1 and BE. RGB value is (226,177,190). Sum of RGB (Red+Green+Blue) = 226+177+190=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B1BE is #1D4E41. Grayscale: #C1C1C1. Windows color (decimal): -1920578 or 12497378. OLE color: 12497378.

HSL color Cylindrical-coordinate representation of color #E2B1BE: hue angle of 344.08º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2B1BE is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 177 190 -
CMYK 0 0.22 0.16 0.11
HSL 344.08º 0.46% 0.79% -
HSV(B) 344.08º 0.22% 0.89% -
XYZ 56.38 51.33 55.65 -
YUV 193.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 226 177 190 0 0.22 0.16 0.11 344.08 0.46 0.79
Hex E2 B1 BE 0 16 10 B 158 2E 4F
Octal 342 261 276 0 26 20 13 530 56 117
Binary 11100010 10110001 10111110 0 10110 10000 1011 101011000 101110 1001111

Color Harmonies of #E2B1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B1BE

Black with #E2B1BE

Text Example


Text Example

White with #E2B1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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