Shades of Twilight #E1BACA
Tints of Twilight #E1BACA
RGB
CMYK
RGB Variations
Color information
#E1BACA (or 0xE1BACA) is known color: Twilight. HEX triplet: E1, BA and CA. RGB value is (225,186,202). Sum of RGB (Red+Green+Blue) = 225+186+202=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BACA is #1E4535. Grayscale: #C7C7C7. Windows color (decimal): -1983798 or 13286113. OLE color: 13286113.
HSL color Cylindrical-coordinate representation of color #E1BACA: hue angle of 335.38º 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 #E1BACA is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 186 | 202 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.12 |
| HSL | 335.38º | 0.39% | 0.81% | - |
| HSV(B) | 335.38º | 0.17% | 0.88% | - |
| XYZ | 59.27 | 55.39 | 63.44 | - |
| YUV | 199.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 186 | 202 | 0 | 0.17 | 0.10 | 0.12 | 335.38 | 0.39 | 0.81 |
| Hex | E1 | BA | CA | 0 | 11 | A | C | 14F | 27 | 51 |
| Octal | 341 | 272 | 312 | 0 | 21 | 12 | 14 | 517 | 47 | 121 |
| Binary | 11100001 | 10111010 | 11001010 | 0 | 10001 | 1010 | 1100 | 101001111 | 100111 | 1010001 |
Color Harmonies of #E1BACA
Complementary color
Monochromatic Colors of #E1BACA
Black with #E1BACA
Text Example
Text Example
White with #E1BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BACA; }
p { color: rgb(225,186,202); }
H1.HeaderClassName
{
color: #E1BACA;
}
.AnyTagClassName
{
color: #E1BACA;
}
</style>
background-color css
<style>
a { background-color: #E1BACA; }
a { background-color: rgb(225,186,202); }
div.DivClassName
{
background-color: #E1BACA;
}
.BgClassName
{
background-color: #E1BACA;
}
</style>
border-color css
<style>
span { border-color: #E1BACA; }
span { border-color: rgb(225,186,202); }
td.TdClassName
{
border-color: #E1BACA;
}
.TagClassName
{
border-color: #E1BACA;
}
</style>