Shades of Twilight #E2B0CF
Tints of Twilight #E2B0CF
RGB
CMYK
RGB Variations
Color information
#E2B0CF (or 0xE2B0CF) is known color: Twilight. HEX triplet: E2, B0 and CF. RGB value is (226,176,207). Sum of RGB (Red+Green+Blue) = 226+176+207=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B0CF is #1D4F30. Grayscale: #C2C2C2. Windows color (decimal): -1920817 or 13611234. OLE color: 13611234.
HSL color Cylindrical-coordinate representation of color #E2B0CF: hue angle of 322.8º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2B0CF is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 207 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.11 |
| HSL | 322.8º | 0.46% | 0.79% | - |
| HSV(B) | 322.8º | 0.22% | 0.89% | - |
| XYZ | 58.15 | 51.72 | 65.95 | - |
| YUV | 194.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 207 | 0 | 0.22 | 0.08 | 0.11 | 322.8 | 0.46 | 0.79 |
| Hex | E2 | B0 | CF | 0 | 16 | 8 | B | 143 | 2E | 4F |
| Octal | 342 | 260 | 317 | 0 | 26 | 10 | 13 | 503 | 56 | 117 |
| Binary | 11100010 | 10110000 | 11001111 | 0 | 10110 | 1000 | 1011 | 101000011 | 101110 | 1001111 |
Color Harmonies of #E2B0CF
Complementary color
Monochromatic Colors of #E2B0CF
Black with #E2B0CF
Text Example
Text Example
White with #E2B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B0CF; }
p { color: rgb(226,176,207); }
H1.HeaderClassName
{
color: #E2B0CF;
}
.AnyTagClassName
{
color: #E2B0CF;
}
</style>
background-color css
<style>
a { background-color: #E2B0CF; }
a { background-color: rgb(226,176,207); }
div.DivClassName
{
background-color: #E2B0CF;
}
.BgClassName
{
background-color: #E2B0CF;
}
</style>
border-color css
<style>
span { border-color: #E2B0CF; }
span { border-color: rgb(226,176,207); }
td.TdClassName
{
border-color: #E2B0CF;
}
.TagClassName
{
border-color: #E2B0CF;
}
</style>