Shades of Twilight #E1B7CA
Tints of Twilight #E1B7CA
RGB
CMYK
RGB Variations
Color information
#E1B7CA (or 0xE1B7CA) is known color: Twilight. HEX triplet: E1, B7 and CA. RGB value is (225,183,202). Sum of RGB (Red+Green+Blue) = 225+183+202=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B7CA is #1E4835. Grayscale: #C5C5C5. Windows color (decimal): -1984566 or 13285345. OLE color: 13285345.
HSL color Cylindrical-coordinate representation of color #E1B7CA: hue angle of 332.86º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1B7CA is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 183 | 202 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.12 |
| HSL | 332.86º | 0.41% | 0.8% | - |
| HSV(B) | 332.86º | 0.19% | 0.88% | - |
| XYZ | 58.65 | 54.14 | 63.24 | - |
| YUV | 197.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 183 | 202 | 0 | 0.19 | 0.10 | 0.12 | 332.86 | 0.41 | 0.8 |
| Hex | E1 | B7 | CA | 0 | 13 | A | C | 14D | 29 | 50 |
| Octal | 341 | 267 | 312 | 0 | 23 | 12 | 14 | 515 | 51 | 120 |
| Binary | 11100001 | 10110111 | 11001010 | 0 | 10011 | 1010 | 1100 | 101001101 | 101001 | 1010000 |
Color Harmonies of #E1B7CA
Complementary color
Monochromatic Colors of #E1B7CA
Black with #E1B7CA
Text Example
Text Example
White with #E1B7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B7CA; }
p { color: rgb(225,183,202); }
H1.HeaderClassName
{
color: #E1B7CA;
}
.AnyTagClassName
{
color: #E1B7CA;
}
</style>
background-color css
<style>
a { background-color: #E1B7CA; }
a { background-color: rgb(225,183,202); }
div.DivClassName
{
background-color: #E1B7CA;
}
.BgClassName
{
background-color: #E1B7CA;
}
</style>
border-color css
<style>
span { border-color: #E1B7CA; }
span { border-color: rgb(225,183,202); }
td.TdClassName
{
border-color: #E1B7CA;
}
.TagClassName
{
border-color: #E1B7CA;
}
</style>