Html Css Color HEX #E9B0BF Melanie

📋 copy color: '#E9B0BF'

red 233 ◦ green 176 ◦ blue 191

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

Shades of Melanie #E9B0BF

Tints of Melanie #E9B0BF

RGB

 RED value IS 233 (91.41% from 255) = 38.83%

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

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

R = 38.83%
G = 29.33%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E9B0BF (or 0xE9B0BF) is known color: Melanie. HEX triplet: E9, B0 and BF. RGB value is (233,176,191). Sum of RGB (Red+Green+Blue) = 233+176+191=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B0BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9B0BF is #164F40. Grayscale: #C2C2C2. Windows color (decimal): -1462081 or 12562665. OLE color: 12562665.

HSL color Cylindrical-coordinate representation of color #E9B0BF: hue angle of 344.21º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E9B0BF is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 176 191 -
CMYK 0 0.24 0.18 0.09
HSL 344.21º 0.56% 0.8% -
HSV(B) 344.21º 0.24% 0.91% -
XYZ 58.53 52.14 56.27 -
YUV 194.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 233 176 191 0 0.24 0.18 0.09 344.21 0.56 0.8
Hex E9 B0 BF 0 18 12 9 158 38 50
Octal 351 260 277 0 30 22 11 530 70 120
Binary 11101001 10110000 10111111 0 11000 10010 1001 101011000 111000 1010000

Color Harmonies of #E9B0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9B0BF

Black with #E9B0BF

Text Example


Text Example

White with #E9B0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9B0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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