Html Css Color HEX #E7B4BD Melanie

📋 copy color: '#E7B4BD'

red 231 ◦ green 180 ◦ blue 189

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

Shades of Melanie #E7B4BD

Tints of Melanie #E7B4BD

RGB

 RED value IS 231 (90.63% from 255) = 38.5%

 GREEN value IS 180 (70.7% from 255) = 30%

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

R = 38.5%
G = 30%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E7B4BD (or 0xE7B4BD) is known color: Melanie. HEX triplet: E7, B4 and BD. RGB value is (231,180,189). Sum of RGB (Red+Green+Blue) = 231+180+189=600 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.5% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B4BD is #184B42. Grayscale: #C4C4C4. Windows color (decimal): -1592131 or 12432615. OLE color: 12432615.

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

Color convert

RGB 231 180 189 -
CMYK 0 0.22 0.18 0.09
HSL 349.41º 0.52% 0.81% -
HSV(B) 349.41º 0.22% 0.91% -
XYZ 58.46 53.31 55.35 -
YUV 196.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 231 180 189 0 0.22 0.18 0.09 349.41 0.52 0.81
Hex E7 B4 BD 0 16 12 9 15D 34 51
Octal 347 264 275 0 26 22 11 535 64 121
Binary 11100111 10110100 10111101 0 10110 10010 1001 101011101 110100 1010001

Color Harmonies of #E7B4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B4BD

Black with #E7B4BD

Text Example


Text Example

White with #E7B4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B4BD; }

 p { color: rgb(231,180,189); }

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

background-color css

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

 a { background-color: rgb(231,180,189); }

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

border-color css

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

 span { border-color: rgb(231,180,189); }

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