Html Css Color HEX #E0B0BD Melanie

📋 copy color: '#E0B0BD'

red 224 ◦ green 176 ◦ blue 189

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

Shades of Melanie #E0B0BD

Tints of Melanie #E0B0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.09%

R = 38.03%
G = 29.88%
B = 32.09%

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

#E0B0BD (or 0xE0B0BD) is known color: Melanie. HEX triplet: E0, B0 and BD. RGB value is (224,176,189). Sum of RGB (Red+Green+Blue) = 224+176+189=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B0BD is #1F4F42. Grayscale: #BFBFBF. Windows color (decimal): -2051907 or 12431584. OLE color: 12431584.

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

Color convert

RGB 224 176 189 -
CMYK 0 0.21 0.16 0.12
HSL 343.75º 0.44% 0.78% -
HSV(B) 343.75º 0.21% 0.88% -
XYZ 55.45 50.57 54.98 -
YUV 191.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 224 176 189 0 0.21 0.16 0.12 343.75 0.44 0.78
Hex E0 B0 BD 0 15 10 C 158 2C 4E
Octal 340 260 275 0 25 20 14 530 54 116
Binary 11100000 10110000 10111101 0 10101 10000 1100 101011000 101100 1001110

Color Harmonies of #E0B0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0B0BD

Black with #E0B0BD

Text Example


Text Example

White with #E0B0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0B0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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