Shades of Twilight #E2B1CE
Tints of Twilight #E2B1CE
RGB
CMYK
RGB Variations
Color information
#E2B1CE (or 0xE2B1CE) is known color: Twilight. HEX triplet: E2, B1 and CE. RGB value is (226,177,206). Sum of RGB (Red+Green+Blue) = 226+177+206=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B1CE is #1D4E31. Grayscale: #C2C2C2. Windows color (decimal): -1920562 or 13545954. OLE color: 13545954.
HSL color Cylindrical-coordinate representation of color #E2B1CE: hue angle of 324.49º 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 #E2B1CE is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 206 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.11 |
| HSL | 324.49º | 0.46% | 0.79% | - |
| HSV(B) | 324.49º | 0.22% | 0.89% | - |
| XYZ | 58.23 | 52.07 | 65.37 | - |
| YUV | 194.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 206 | 0 | 0.22 | 0.09 | 0.11 | 324.49 | 0.46 | 0.79 |
| Hex | E2 | B1 | CE | 0 | 16 | 9 | B | 144 | 2E | 4F |
| Octal | 342 | 261 | 316 | 0 | 26 | 11 | 13 | 504 | 56 | 117 |
| Binary | 11100010 | 10110001 | 11001110 | 0 | 10110 | 1001 | 1011 | 101000100 | 101110 | 1001111 |
Color Harmonies of #E2B1CE
Complementary color
Monochromatic Colors of #E2B1CE
Black with #E2B1CE
Text Example
Text Example
White with #E2B1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B1CE; }
p { color: rgb(226,177,206); }
H1.HeaderClassName
{
color: #E2B1CE;
}
.AnyTagClassName
{
color: #E2B1CE;
}
</style>
background-color css
<style>
a { background-color: #E2B1CE; }
a { background-color: rgb(226,177,206); }
div.DivClassName
{
background-color: #E2B1CE;
}
.BgClassName
{
background-color: #E2B1CE;
}
</style>
border-color css
<style>
span { border-color: #E2B1CE; }
span { border-color: rgb(226,177,206); }
td.TdClassName
{
border-color: #E2B1CE;
}
.TagClassName
{
border-color: #E2B1CE;
}
</style>