Html Css Color HEX #E2B7BF Melanie

📋 copy color: '#E2B7BF'

red 226 ◦ green 183 ◦ blue 191

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

Shades of Melanie #E2B7BF

Tints of Melanie #E2B7BF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.5%

 BLUE value IS 191 (75% from 255) = 31.83%

R = 37.67%
G = 30.5%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E2B7BF (or 0xE2B7BF) is known color: Melanie. HEX triplet: E2, B7 and BF. RGB value is (226,183,191). Sum of RGB (Red+Green+Blue) = 226+183+191=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 183 (71.88% from 255 or 30.5% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B7BF is #1D4840. Grayscale: #C4C4C4. Windows color (decimal): -1919041 or 12564450. OLE color: 12564450.

HSL color Cylindrical-coordinate representation of color #E2B7BF: hue angle of 348.84º degrees, saturation: 0.43, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2B7BF is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 183 191 -
CMYK 0 0.19 0.15 0.11
HSL 348.84º 0.43% 0.8% -
HSV(B) 348.84º 0.19% 0.89% -
XYZ 57.7 53.8 56.63 -
YUV 196.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 226 183 191 0 0.19 0.15 0.11 348.84 0.43 0.8
Hex E2 B7 BF 0 13 F B 15D 2B 50
Octal 342 267 277 0 23 17 13 535 53 120
Binary 11100010 10110111 10111111 0 10011 1111 1011 101011101 101011 1010000

Color Harmonies of #E2B7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B7BF

Black with #E2B7BF

Text Example


Text Example

White with #E2B7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B7BF; }

 p { color: rgb(226,183,191); }

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

background-color css

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

 a { background-color: rgb(226,183,191); }

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

border-color css

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

 span { border-color: rgb(226,183,191); }

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