Shades of Twilight #E1B1D0
Tints of Twilight #E1B1D0
RGB
CMYK
RGB Variations
Color information
#E1B1D0 (or 0xE1B1D0) is known color: Twilight. HEX triplet: E1, B1 and D0. RGB value is (225,177,208). Sum of RGB (Red+Green+Blue) = 225+177+208=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 177 (69.53% from 255 or 29.02% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E1B1D0 is #1E4E2F. Grayscale: #C2C2C2. Windows color (decimal): -1986096 or 13677025. OLE color: 13677025.
HSL color Cylindrical-coordinate representation of color #E1B1D0: hue angle of 321.25º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1B1D0 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 177 | 208 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.12 |
| HSL | 321.25º | 0.44% | 0.79% | - |
| HSV(B) | 321.25º | 0.21% | 0.88% | - |
| XYZ | 58.16 | 52.01 | 66.65 | - |
| YUV | 194.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 177 | 208 | 0 | 0.21 | 0.08 | 0.12 | 321.25 | 0.44 | 0.79 |
| Hex | E1 | B1 | D0 | 0 | 15 | 8 | C | 141 | 2C | 4F |
| Octal | 341 | 261 | 320 | 0 | 25 | 10 | 14 | 501 | 54 | 117 |
| Binary | 11100001 | 10110001 | 11010000 | 0 | 10101 | 1000 | 1100 | 101000001 | 101100 | 1001111 |
Color Harmonies of #E1B1D0
Complementary color
Monochromatic Colors of #E1B1D0
Black with #E1B1D0
Text Example
Text Example
White with #E1B1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B1D0; }
p { color: rgb(225,177,208); }
H1.HeaderClassName
{
color: #E1B1D0;
}
.AnyTagClassName
{
color: #E1B1D0;
}
</style>
background-color css
<style>
a { background-color: #E1B1D0; }
a { background-color: rgb(225,177,208); }
div.DivClassName
{
background-color: #E1B1D0;
}
.BgClassName
{
background-color: #E1B1D0;
}
</style>
border-color css
<style>
span { border-color: #E1B1D0; }
span { border-color: rgb(225,177,208); }
td.TdClassName
{
border-color: #E1B1D0;
}
.TagClassName
{
border-color: #E1B1D0;
}
</style>