Html Css Color HEX #E0B0BC Melanie

📋 copy color: '#E0B0BC'

red 224 ◦ green 176 ◦ blue 188

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

Shades of Melanie #E0B0BC

Tints of Melanie #E0B0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.97%

R = 38.1%
G = 29.93%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E0B0BC (or 0xE0B0BC) is known color: Melanie. HEX triplet: E0, B0 and BC. RGB value is (224,176,188). Sum of RGB (Red+Green+Blue) = 224+176+188=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B0BC is #1F4F43. Grayscale: #BFBFBF. Windows color (decimal): -2051908 or 12366048. OLE color: 12366048.

HSL color Cylindrical-coordinate representation of color #E0B0BC: hue angle of 345º 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 #E0B0BC is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 176 188 -
CMYK 0 0.21 0.16 0.12
HSL 345º 0.44% 0.78% -
HSV(B) 345º 0.21% 0.88% -
XYZ 55.34 50.53 54.41 -
YUV 191.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 224 176 188 0 0.21 0.16 0.12 345 0.44 0.78
Hex E0 B0 BC 0 15 10 C 159 2C 4E
Octal 340 260 274 0 25 20 14 531 54 116
Binary 11100000 10110000 10111100 0 10101 10000 1100 101011001 101100 1001110

Color Harmonies of #E0B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B0BC

Black with #E0B0BC

Text Example


Text Example

White with #E0B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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