Shades of Melanie #E2BFCB
Tints of Melanie #E2BFCB
RGB
CMYK
RGB Variations
Color information
#E2BFCB (or 0xE2BFCB) is known color: Melanie. HEX triplet: E2, BF and CB. RGB value is (226,191,203). Sum of RGB (Red+Green+Blue) = 226+191+203=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BFCB is #1D4034. Grayscale: #CACACA. Windows color (decimal): -1916981 or 13352930. OLE color: 13352930.
HSL color Cylindrical-coordinate representation of color #E2BFCB: hue angle of 339.43º degrees, saturation: 0.38, 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 #E2BFCB is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 203 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.11 |
| HSL | 339.43º | 0.38% | 0.82% | - |
| HSV(B) | 339.43º | 0.15% | 0.89% | - |
| XYZ | 60.77 | 57.74 | 64.44 | - |
| YUV | 202.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 203 | 0 | 0.15 | 0.10 | 0.11 | 339.43 | 0.38 | 0.82 |
| Hex | E2 | BF | CB | 0 | F | A | B | 153 | 26 | 52 |
| Octal | 342 | 277 | 313 | 0 | 17 | 12 | 13 | 523 | 46 | 122 |
| Binary | 11100010 | 10111111 | 11001011 | 0 | 1111 | 1010 | 1011 | 101010011 | 100110 | 1010010 |
Color Harmonies of #E2BFCB
Complementary color
Monochromatic Colors of #E2BFCB
Black with #E2BFCB
Text Example
Text Example
White with #E2BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BFCB; }
p { color: rgb(226,191,203); }
H1.HeaderClassName
{
color: #E2BFCB;
}
.AnyTagClassName
{
color: #E2BFCB;
}
</style>
background-color css
<style>
a { background-color: #E2BFCB; }
a { background-color: rgb(226,191,203); }
div.DivClassName
{
background-color: #E2BFCB;
}
.BgClassName
{
background-color: #E2BFCB;
}
</style>
border-color css
<style>
span { border-color: #E2BFCB; }
span { border-color: rgb(226,191,203); }
td.TdClassName
{
border-color: #E2BFCB;
}
.TagClassName
{
border-color: #E2BFCB;
}
</style>