Html Css Color HEX #E8BAC0 Melanie

📋 copy color: '#E8BAC0'

red 232 ◦ green 186 ◦ blue 192

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

Shades of Melanie #E8BAC0

Tints of Melanie #E8BAC0

RGB

 RED value IS 232 (91.02% from 255) = 38.03%

 GREEN value IS 186 (73.05% from 255) = 30.49%

 BLUE value IS 192 (75.39% from 255) = 31.48%

R = 38.03%
G = 30.49%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E8BAC0 (or 0xE8BAC0) is known color: Melanie. HEX triplet: E8, BA and C0. RGB value is (232,186,192). Sum of RGB (Red+Green+Blue) = 232+186+192=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BAC0 is #17453F. Grayscale: #C8C8C8. Windows color (decimal): -1525056 or 12630760. OLE color: 12630760.

HSL color Cylindrical-coordinate representation of color #E8BAC0: hue angle of 352.17º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8BAC0 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 186 192 -
CMYK 0 0.20 0.17 0.09
HSL 352.17º 0.5% 0.82% -
HSV(B) 352.17º 0.2% 0.91% -
XYZ 60.35 56.08 57.51 -
YUV 200.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 232 186 192 0 0.20 0.17 0.09 352.17 0.5 0.82
Hex E8 BA C0 0 14 11 9 160 32 52
Octal 350 272 300 0 24 21 11 540 62 122
Binary 11101000 10111010 11000000 0 10100 10001 1001 101100000 110010 1010010

Color Harmonies of #E8BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BAC0

Black with #E8BAC0

Text Example


Text Example

White with #E8BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BAC0; }

 p { color: rgb(232,186,192); }

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

background-color css

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

 a { background-color: rgb(232,186,192); }

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

border-color css

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

 span { border-color: rgb(232,186,192); }

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