Html Css Color HEX #E0B0BF Melanie

📋 copy color: '#E0B0BF'

red 224 ◦ green 176 ◦ blue 191

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

Shades of Melanie #E0B0BF

Tints of Melanie #E0B0BF

RGB

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

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

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

R = 37.9%
G = 29.78%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E0B0BF (or 0xE0B0BF) is known color: Melanie. HEX triplet: E0, B0 and BF. RGB value is (224,176,191). Sum of RGB (Red+Green+Blue) = 224+176+191=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B0BF is #1F4F40. Grayscale: #C0C0C0. Windows color (decimal): -2051905 or 12562656. OLE color: 12562656.

HSL color Cylindrical-coordinate representation of color #E0B0BF: hue angle of 341.25º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B0BF is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 176 191 -
CMYK 0 0.21 0.15 0.12
HSL 341.25º 0.44% 0.78% -
HSV(B) 341.25º 0.21% 0.88% -
XYZ 55.67 50.66 56.13 -
YUV 192.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 224 176 191 0 0.21 0.15 0.12 341.25 0.44 0.78
Hex E0 B0 BF 0 15 F C 155 2C 4E
Octal 340 260 277 0 25 17 14 525 54 116
Binary 11100000 10110000 10111111 0 10101 1111 1100 101010101 101100 1001110

Color Harmonies of #E0B0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B0BF

Black with #E0B0BF

Text Example


Text Example

White with #E0B0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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