Html Css Color HEX #E1B3BF Melanie

📋 copy color: '#E1B3BF'

red 225 ◦ green 179 ◦ blue 191

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

Shades of Melanie #E1B3BF

Tints of Melanie #E1B3BF

RGB

 RED value IS 225 (88.28% from 255) = 37.82%

 GREEN value IS 179 (70.31% from 255) = 30.08%

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

R = 37.82%
G = 30.08%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E1B3BF (or 0xE1B3BF) is known color: Melanie. HEX triplet: E1, B3 and BF. RGB value is (225,179,191). Sum of RGB (Red+Green+Blue) = 225+179+191=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B3BF is #1E4C40. Grayscale: #C2C2C2. Windows color (decimal): -1985601 or 12563425. OLE color: 12563425.

HSL color Cylindrical-coordinate representation of color #E1B3BF: hue angle of 344.35º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B3BF is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 179 191 -
CMYK 0 0.20 0.15 0.12
HSL 344.35º 0.43% 0.79% -
HSV(B) 344.35º 0.2% 0.88% -
XYZ 56.58 52.01 56.35 -
YUV 194.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 225 179 191 0 0.20 0.15 0.12 344.35 0.43 0.79
Hex E1 B3 BF 0 14 F C 158 2B 4F
Octal 341 263 277 0 24 17 14 530 53 117
Binary 11100001 10110011 10111111 0 10100 1111 1100 101011000 101011 1001111

Color Harmonies of #E1B3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B3BF

Black with #E1B3BF

Text Example


Text Example

White with #E1B3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B3BF; }

 p { color: rgb(225,179,191); }

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

background-color css

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

 a { background-color: rgb(225,179,191); }

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

border-color css

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

 span { border-color: rgb(225,179,191); }

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