Shades of Twilight #E7B0CC
Tints of Twilight #E7B0CC
RGB
CMYK
RGB Variations
Color information
#E7B0CC (or 0xE7B0CC) is known color: Twilight. HEX triplet: E7, B0 and CC. RGB value is (231,176,204). Sum of RGB (Red+Green+Blue) = 231+176+204=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7B0CC is #184F33. Grayscale: #C3C3C3. Windows color (decimal): -1593140 or 13414631. OLE color: 13414631.
HSL color Cylindrical-coordinate representation of color #E7B0CC: hue angle of 329.45º 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 #E7B0CC is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 204 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.09 |
| HSL | 329.45º | 0.53% | 0.8% | - |
| HSV(B) | 329.45º | 0.24% | 0.91% | - |
| XYZ | 59.38 | 52.4 | 64.11 | - |
| YUV | 195.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 204 | 0 | 0.24 | 0.12 | 0.09 | 329.45 | 0.53 | 0.8 |
| Hex | E7 | B0 | CC | 0 | 18 | C | 9 | 149 | 35 | 50 |
| Octal | 347 | 260 | 314 | 0 | 30 | 14 | 11 | 511 | 65 | 120 |
| Binary | 11100111 | 10110000 | 11001100 | 0 | 11000 | 1100 | 1001 | 101001001 | 110101 | 1010000 |
Color Harmonies of #E7B0CC
Complementary color
Monochromatic Colors of #E7B0CC
Black with #E7B0CC
Text Example
Text Example
White with #E7B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B0CC; }
p { color: rgb(231,176,204); }
H1.HeaderClassName
{
color: #E7B0CC;
}
.AnyTagClassName
{
color: #E7B0CC;
}
</style>
background-color css
<style>
a { background-color: #E7B0CC; }
a { background-color: rgb(231,176,204); }
div.DivClassName
{
background-color: #E7B0CC;
}
.BgClassName
{
background-color: #E7B0CC;
}
</style>
border-color css
<style>
span { border-color: #E7B0CC; }
span { border-color: rgb(231,176,204); }
td.TdClassName
{
border-color: #E7B0CC;
}
.TagClassName
{
border-color: #E7B0CC;
}
</style>