Html Css Color HEX #E2C0CB Melanie

📋 copy color: '#E2C0CB'

red 226 ◦ green 192 ◦ blue 203

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

Shades of Melanie #E2C0CB

Tints of Melanie #E2C0CB

RGB

 RED value IS 226 (88.67% from 255) = 36.39%

 GREEN value IS 192 (75.39% from 255) = 30.92%

 BLUE value IS 203 (79.69% from 255) = 32.69%

R = 36.39%
G = 30.92%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E2C0CB (or 0xE2C0CB) is known color: Melanie. HEX triplet: E2, C0 and CB. RGB value is (226,192,203). Sum of RGB (Red+Green+Blue) = 226+192+203=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C0CB is #1D3F34. Grayscale: #CBCBCB. Windows color (decimal): -1916725 or 13353186. OLE color: 13353186.

HSL color Cylindrical-coordinate representation of color #E2C0CB: hue angle of 340.59º degrees, saturation: 0.37, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2C0CB is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 192 203 -
CMYK 0 0.15 0.10 0.11
HSL 340.59º 0.37% 0.82% -
HSV(B) 340.59º 0.15% 0.89% -
XYZ 60.99 58.18 64.52 -
YUV 203.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 226 192 203 0 0.15 0.10 0.11 340.59 0.37 0.82
Hex E2 C0 CB 0 F A B 155 25 52
Octal 342 300 313 0 17 12 13 525 45 122
Binary 11100010 11000000 11001011 0 1111 1010 1011 101010101 100101 1010010

Color Harmonies of #E2C0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C0CB

Black with #E2C0CB

Text Example


Text Example

White with #E2C0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C0CB; }

 p { color: rgb(226,192,203); }

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

background-color css

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

 a { background-color: rgb(226,192,203); }

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

border-color css

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

 span { border-color: rgb(226,192,203); }

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