Html Css Color HEX #E6B4BD Melanie

📋 copy color: '#E6B4BD'

red 230 ◦ green 180 ◦ blue 189

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

Shades of Melanie #E6B4BD

Tints of Melanie #E6B4BD

RGB

 RED value IS 230 (90.23% from 255) = 38.4%

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

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

R = 38.4%
G = 30.05%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E6B4BD (or 0xE6B4BD) is known color: Melanie. HEX triplet: E6, B4 and BD. RGB value is (230,180,189). Sum of RGB (Red+Green+Blue) = 230+180+189=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B4BD is #194B42. Grayscale: #C3C3C3. Windows color (decimal): -1657667 or 12432614. OLE color: 12432614.

HSL color Cylindrical-coordinate representation of color #E6B4BD: hue angle of 349.2º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6B4BD is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 180 189 -
CMYK 0 0.22 0.18 0.10
HSL 349.2º 0.5% 0.8% -
HSV(B) 349.2º 0.22% 0.9% -
XYZ 58.14 53.14 55.34 -
YUV 195.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 230 180 189 0 0.22 0.18 0.10 349.2 0.5 0.8
Hex E6 B4 BD 0 16 12 A 15D 32 50
Octal 346 264 275 0 26 22 12 535 62 120
Binary 11100110 10110100 10111101 0 10110 10010 1010 101011101 110010 1010000

Color Harmonies of #E6B4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B4BD

Black with #E6B4BD

Text Example


Text Example

White with #E6B4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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