Shades of Twilight #E5B1CF
Tints of Twilight #E5B1CF
RGB
CMYK
RGB Variations
Color information
#E5B1CF (or 0xE5B1CF) is known color: Twilight. HEX triplet: E5, B1 and CF. RGB value is (229,177,207). Sum of RGB (Red+Green+Blue) = 229+177+207=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5B1CF is #1A4E30. Grayscale: #C3C3C3. Windows color (decimal): -1723953 or 13611493. OLE color: 13611493.
HSL color Cylindrical-coordinate representation of color #E5B1CF: hue angle of 325.38º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B1CF is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 207 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.10 |
| HSL | 325.38º | 0.5% | 0.8% | - |
| HSV(B) | 325.38º | 0.23% | 0.9% | - |
| XYZ | 59.3 | 52.61 | 66.06 | - |
| YUV | 195.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 207 | 0 | 0.23 | 0.10 | 0.10 | 325.38 | 0.5 | 0.8 |
| Hex | E5 | B1 | CF | 0 | 17 | A | A | 145 | 32 | 50 |
| Octal | 345 | 261 | 317 | 0 | 27 | 12 | 12 | 505 | 62 | 120 |
| Binary | 11100101 | 10110001 | 11001111 | 0 | 10111 | 1010 | 1010 | 101000101 | 110010 | 1010000 |
Color Harmonies of #E5B1CF
Complementary color
Monochromatic Colors of #E5B1CF
Black with #E5B1CF
Text Example
Text Example
White with #E5B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B1CF; }
p { color: rgb(229,177,207); }
H1.HeaderClassName
{
color: #E5B1CF;
}
.AnyTagClassName
{
color: #E5B1CF;
}
</style>
background-color css
<style>
a { background-color: #E5B1CF; }
a { background-color: rgb(229,177,207); }
div.DivClassName
{
background-color: #E5B1CF;
}
.BgClassName
{
background-color: #E5B1CF;
}
</style>
border-color css
<style>
span { border-color: #E5B1CF; }
span { border-color: rgb(229,177,207); }
td.TdClassName
{
border-color: #E5B1CF;
}
.TagClassName
{
border-color: #E5B1CF;
}
</style>