Html Css Color HEX #E6B3BE Melanie

📋 copy color: '#E6B3BE'

red 230 ◦ green 179 ◦ blue 190

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

Shades of Melanie #E6B3BE

Tints of Melanie #E6B3BE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.88%

 BLUE value IS 190 (74.61% from 255) = 31.72%

R = 38.4%
G = 29.88%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E6B3BE (or 0xE6B3BE) is known color: Melanie. HEX triplet: E6, B3 and BE. RGB value is (230,179,190). Sum of RGB (Red+Green+Blue) = 230+179+190=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 179 (70.31% from 255 or 29.88% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B3BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B3BE is #194C41. Grayscale: #C3C3C3. Windows color (decimal): -1657922 or 12497894. OLE color: 12497894.

HSL color Cylindrical-coordinate representation of color #E6B3BE: hue angle of 347.06º 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 #E6B3BE is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 179 190 -
CMYK 0 0.22 0.17 0.10
HSL 347.06º 0.5% 0.8% -
HSV(B) 347.06º 0.22% 0.9% -
XYZ 58.05 52.78 55.84 -
YUV 195.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 230 179 190 0 0.22 0.17 0.10 347.06 0.5 0.8
Hex E6 B3 BE 0 16 11 A 15B 32 50
Octal 346 263 276 0 26 21 12 533 62 120
Binary 11100110 10110011 10111110 0 10110 10001 1010 101011011 110010 1010000

Color Harmonies of #E6B3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B3BE

Black with #E6B3BE

Text Example


Text Example

White with #E6B3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B3BE; }

 p { color: rgb(230,179,190); }

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

background-color css

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

 a { background-color: rgb(230,179,190); }

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

border-color css

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

 span { border-color: rgb(230,179,190); }

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