Shades of Twilight #E1BACB
Tints of Twilight #E1BACB
RGB
CMYK
RGB Variations
Color information
#E1BACB (or 0xE1BACB) is known color: Twilight. HEX triplet: E1, BA and CB. RGB value is (225,186,203). Sum of RGB (Red+Green+Blue) = 225+186+203=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BACB is #1E4534. Grayscale: #C7C7C7. Windows color (decimal): -1983797 or 13351649. OLE color: 13351649.
HSL color Cylindrical-coordinate representation of color #E1BACB: hue angle of 333.85º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1BACB is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 203 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.12 |
| HSL | 333.85º | 0.39% | 0.81% | - |
| HSV(B) | 333.85º | 0.17% | 0.88% | - |
| XYZ | 59.39 | 55.44 | 64.07 | - |
| YUV | 199.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 203 | 0 | 0.17 | 0.10 | 0.12 | 333.85 | 0.39 | 0.81 |
| Hex | E1 | BA | CB | 0 | 11 | A | C | 14E | 27 | 51 |
| Octal | 341 | 272 | 313 | 0 | 21 | 12 | 14 | 516 | 47 | 121 |
| Binary | 11100001 | 10111010 | 11001011 | 0 | 10001 | 1010 | 1100 | 101001110 | 100111 | 1010001 |
Color Harmonies of #E1BACB
Complementary color
Monochromatic Colors of #E1BACB
Black with #E1BACB
Text Example
Text Example
White with #E1BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BACB; }
p { color: rgb(225,186,203); }
H1.HeaderClassName
{
color: #E1BACB;
}
.AnyTagClassName
{
color: #E1BACB;
}
</style>
background-color css
<style>
a { background-color: #E1BACB; }
a { background-color: rgb(225,186,203); }
div.DivClassName
{
background-color: #E1BACB;
}
.BgClassName
{
background-color: #E1BACB;
}
</style>
border-color css
<style>
span { border-color: #E1BACB; }
span { border-color: rgb(225,186,203); }
td.TdClassName
{
border-color: #E1BACB;
}
.TagClassName
{
border-color: #E1BACB;
}
</style>