Shades of Twilight #E2B1CF
Tints of Twilight #E2B1CF
RGB
CMYK
RGB Variations
Color information
#E2B1CF (or 0xE2B1CF) is known color: Twilight. HEX triplet: E2, B1 and CF. RGB value is (226,177,207). Sum of RGB (Red+Green+Blue) = 226+177+207=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B1CF is #1D4E30. Grayscale: #C3C3C3. Windows color (decimal): -1920561 or 13611490. OLE color: 13611490.
HSL color Cylindrical-coordinate representation of color #E2B1CF: hue angle of 323.27º 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 #E2B1CF is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 207 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.11 |
| HSL | 323.27º | 0.46% | 0.79% | - |
| HSV(B) | 323.27º | 0.22% | 0.89% | - |
| XYZ | 58.35 | 52.12 | 66.02 | - |
| YUV | 195.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 207 | 0 | 0.22 | 0.08 | 0.11 | 323.27 | 0.46 | 0.79 |
| Hex | E2 | B1 | CF | 0 | 16 | 8 | B | 143 | 2E | 4F |
| Octal | 342 | 261 | 317 | 0 | 26 | 10 | 13 | 503 | 56 | 117 |
| Binary | 11100010 | 10110001 | 11001111 | 0 | 10110 | 1000 | 1011 | 101000011 | 101110 | 1001111 |
Color Harmonies of #E2B1CF
Complementary color
Monochromatic Colors of #E2B1CF
Black with #E2B1CF
Text Example
Text Example
White with #E2B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B1CF; }
p { color: rgb(226,177,207); }
H1.HeaderClassName
{
color: #E2B1CF;
}
.AnyTagClassName
{
color: #E2B1CF;
}
</style>
background-color css
<style>
a { background-color: #E2B1CF; }
a { background-color: rgb(226,177,207); }
div.DivClassName
{
background-color: #E2B1CF;
}
.BgClassName
{
background-color: #E2B1CF;
}
</style>
border-color css
<style>
span { border-color: #E2B1CF; }
span { border-color: rgb(226,177,207); }
td.TdClassName
{
border-color: #E2B1CF;
}
.TagClassName
{
border-color: #E2B1CF;
}
</style>