Shades of Twilight #E7B0CE
Tints of Twilight #E7B0CE
RGB
CMYK
RGB Variations
Color information
#E7B0CE (or 0xE7B0CE) is known color: Twilight. HEX triplet: E7, B0 and CE. RGB value is (231,176,206). Sum of RGB (Red+Green+Blue) = 231+176+206=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0CE is #184F31. Grayscale: #C3C3C3. Windows color (decimal): -1593138 or 13545703. OLE color: 13545703.
HSL color Cylindrical-coordinate representation of color #E7B0CE: hue angle of 327.27º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7B0CE is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 206 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.09 |
| HSL | 327.27º | 0.53% | 0.8% | - |
| HSV(B) | 327.27º | 0.24% | 0.91% | - |
| XYZ | 59.62 | 52.5 | 65.38 | - |
| YUV | 195.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 206 | 0 | 0.24 | 0.11 | 0.09 | 327.27 | 0.53 | 0.8 |
| Hex | E7 | B0 | CE | 0 | 18 | B | 9 | 147 | 35 | 50 |
| Octal | 347 | 260 | 316 | 0 | 30 | 13 | 11 | 507 | 65 | 120 |
| Binary | 11100111 | 10110000 | 11001110 | 0 | 11000 | 1011 | 1001 | 101000111 | 110101 | 1010000 |
Color Harmonies of #E7B0CE
Complementary color
Monochromatic Colors of #E7B0CE
Black with #E7B0CE
Text Example
Text Example
White with #E7B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B0CE; }
p { color: rgb(231,176,206); }
H1.HeaderClassName
{
color: #E7B0CE;
}
.AnyTagClassName
{
color: #E7B0CE;
}
</style>
background-color css
<style>
a { background-color: #E7B0CE; }
a { background-color: rgb(231,176,206); }
div.DivClassName
{
background-color: #E7B0CE;
}
.BgClassName
{
background-color: #E7B0CE;
}
</style>
border-color css
<style>
span { border-color: #E7B0CE; }
span { border-color: rgb(231,176,206); }
td.TdClassName
{
border-color: #E7B0CE;
}
.TagClassName
{
border-color: #E7B0CE;
}
</style>