Html Css Color HEX #E9BAC0 Melanie

📋 copy color: '#E9BAC0'

red 233 ◦ green 186 ◦ blue 192

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

Shades of Melanie #E9BAC0

Tints of Melanie #E9BAC0

RGB

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

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

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

R = 38.13%
G = 30.44%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E9BAC0 (or 0xE9BAC0) is known color: Melanie. HEX triplet: E9, BA and C0. RGB value is (233,186,192). Sum of RGB (Red+Green+Blue) = 233+186+192=611 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.13% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BAC0 is #16453F. Grayscale: #C8C8C8. Windows color (decimal): -1459520 or 12630761. OLE color: 12630761.

HSL color Cylindrical-coordinate representation of color #E9BAC0: hue angle of 352.34º degrees, saturation: 0.52, 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 #E9BAC0 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 186 192 -
CMYK 0 0.20 0.18 0.09
HSL 352.34º 0.52% 0.82% -
HSV(B) 352.34º 0.2% 0.91% -
XYZ 60.68 56.25 57.53 -
YUV 200.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 233 186 192 0 0.20 0.18 0.09 352.34 0.52 0.82
Hex E9 BA C0 0 14 12 9 160 34 52
Octal 351 272 300 0 24 22 11 540 64 122
Binary 11101001 10111010 11000000 0 10100 10010 1001 101100000 110100 1010010

Color Harmonies of #E9BAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BAC0

Black with #E9BAC0

Text Example


Text Example

White with #E9BAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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