Shades of Twilight #E0BACA
Tints of Twilight #E0BACA
RGB
CMYK
RGB Variations
Color information
#E0BACA (or 0xE0BACA) is known color: Twilight. HEX triplet: E0, BA and CA. RGB value is (224,186,202). Sum of RGB (Red+Green+Blue) = 224+186+202=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BACA is #1F4535. Grayscale: #C7C7C7. Windows color (decimal): -2049334 or 13286112. OLE color: 13286112.
HSL color Cylindrical-coordinate representation of color #E0BACA: hue angle of 334.74º 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 #E0BACA is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 186 | 202 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.12 |
| HSL | 334.74º | 0.38% | 0.8% | - |
| HSV(B) | 334.74º | 0.17% | 0.88% | - |
| XYZ | 58.96 | 55.23 | 63.43 | - |
| YUV | 199.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 202 | 0 | 0.17 | 0.10 | 0.12 | 334.74 | 0.38 | 0.8 |
| Hex | E0 | BA | CA | 0 | 11 | A | C | 14F | 26 | 50 |
| Octal | 340 | 272 | 312 | 0 | 21 | 12 | 14 | 517 | 46 | 120 |
| Binary | 11100000 | 10111010 | 11001010 | 0 | 10001 | 1010 | 1100 | 101001111 | 100110 | 1010000 |
Color Harmonies of #E0BACA
Complementary color
Monochromatic Colors of #E0BACA
Black with #E0BACA
Text Example
Text Example
White with #E0BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BACA; }
p { color: rgb(224,186,202); }
H1.HeaderClassName
{
color: #E0BACA;
}
.AnyTagClassName
{
color: #E0BACA;
}
</style>
background-color css
<style>
a { background-color: #E0BACA; }
a { background-color: rgb(224,186,202); }
div.DivClassName
{
background-color: #E0BACA;
}
.BgClassName
{
background-color: #E0BACA;
}
</style>
border-color css
<style>
span { border-color: #E0BACA; }
span { border-color: rgb(224,186,202); }
td.TdClassName
{
border-color: #E0BACA;
}
.TagClassName
{
border-color: #E0BACA;
}
</style>