Html Css Color HEX #E0B3BF Melanie

📋 copy color: '#E0B3BF'

red 224 ◦ green 179 ◦ blue 191

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

Shades of Melanie #E0B3BF

Tints of Melanie #E0B3BF

RGB

 RED value IS 224 (87.89% from 255) = 37.71%

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

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

R = 37.71%
G = 30.13%
B = 32.15%

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

#E0B3BF (or 0xE0B3BF) is known color: Melanie. HEX triplet: E0, B3 and BF. RGB value is (224,179,191). Sum of RGB (Red+Green+Blue) = 224+179+191=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B3BF is #1F4C40. Grayscale: #C1C1C1. Windows color (decimal): -2051137 or 12563424. OLE color: 12563424.

HSL color Cylindrical-coordinate representation of color #E0B3BF: hue angle of 344º degrees, saturation: 0.42, 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 #E0B3BF is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 179 191 -
CMYK 0 0.20 0.15 0.12
HSL 344º 0.42% 0.79% -
HSV(B) 344º 0.2% 0.88% -
XYZ 56.26 51.85 56.33 -
YUV 193.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 224 179 191 0 0.20 0.15 0.12 344 0.42 0.79
Hex E0 B3 BF 0 14 F C 158 2A 4F
Octal 340 263 277 0 24 17 14 530 52 117
Binary 11100000 10110011 10111111 0 10100 1111 1100 101011000 101010 1001111

Color Harmonies of #E0B3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B3BF

Black with #E0B3BF

Text Example


Text Example

White with #E0B3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B3BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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