Html Css Color HEX #E1B0BE Melanie

📋 copy color: '#E1B0BE'

red 225 ◦ green 176 ◦ blue 190

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

Shades of Melanie #E1B0BE

Tints of Melanie #E1B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.78%

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

R = 38.07%
G = 29.78%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E1B0BE (or 0xE1B0BE) is known color: Melanie. HEX triplet: E1, B0 and BE. RGB value is (225,176,190). Sum of RGB (Red+Green+Blue) = 225+176+190=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B0BE is #1E4F41. Grayscale: #C0C0C0. Windows color (decimal): -1986370 or 12497121. OLE color: 12497121.

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

Color convert

RGB 225 176 190 -
CMYK 0 0.22 0.16 0.12
HSL 342.86º 0.45% 0.79% -
HSV(B) 342.86º 0.22% 0.88% -
XYZ 55.87 50.78 55.57 -
YUV 192.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 225 176 190 0 0.22 0.16 0.12 342.86 0.45 0.79
Hex E1 B0 BE 0 16 10 C 157 2D 4F
Octal 341 260 276 0 26 20 14 527 55 117
Binary 11100001 10110000 10111110 0 10110 10000 1100 101010111 101101 1001111

Color Harmonies of #E1B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B0BE

Black with #E1B0BE

Text Example


Text Example

White with #E1B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B0BE; }

 p { color: rgb(225,176,190); }

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

background-color css

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

 a { background-color: rgb(225,176,190); }

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

border-color css

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

 span { border-color: rgb(225,176,190); }

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