Shades of Twilight #E0BACB
Tints of Twilight #E0BACB
RGB
CMYK
RGB Variations
Color information
#E0BACB (or 0xE0BACB) is known color: Twilight. HEX triplet: E0, BA and CB. RGB value is (224,186,203). Sum of RGB (Red+Green+Blue) = 224+186+203=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BACB is #1F4534. Grayscale: #C7C7C7. Windows color (decimal): -2049333 or 13351648. OLE color: 13351648.
HSL color Cylindrical-coordinate representation of color #E0BACB: hue angle of 333.16º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BACB is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 186 | 203 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.12 |
| HSL | 333.16º | 0.38% | 0.8% | - |
| HSV(B) | 333.16º | 0.17% | 0.88% | - |
| XYZ | 59.08 | 55.28 | 64.06 | - |
| YUV | 199.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 203 | 0 | 0.17 | 0.09 | 0.12 | 333.16 | 0.38 | 0.8 |
| Hex | E0 | BA | CB | 0 | 11 | 9 | C | 14D | 26 | 50 |
| Octal | 340 | 272 | 313 | 0 | 21 | 11 | 14 | 515 | 46 | 120 |
| Binary | 11100000 | 10111010 | 11001011 | 0 | 10001 | 1001 | 1100 | 101001101 | 100110 | 1010000 |
Color Harmonies of #E0BACB
Complementary color
Monochromatic Colors of #E0BACB
Black with #E0BACB
Text Example
Text Example
White with #E0BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BACB; }
p { color: rgb(224,186,203); }
H1.HeaderClassName
{
color: #E0BACB;
}
.AnyTagClassName
{
color: #E0BACB;
}
</style>
background-color css
<style>
a { background-color: #E0BACB; }
a { background-color: rgb(224,186,203); }
div.DivClassName
{
background-color: #E0BACB;
}
.BgClassName
{
background-color: #E0BACB;
}
</style>
border-color css
<style>
span { border-color: #E0BACB; }
span { border-color: rgb(224,186,203); }
td.TdClassName
{
border-color: #E0BACB;
}
.TagClassName
{
border-color: #E0BACB;
}
</style>