Shades of Twilight #E5B4CF
Tints of Twilight #E5B4CF
RGB
CMYK
RGB Variations
Color information
#E5B4CF (or 0xE5B4CF) is known color: Twilight. HEX triplet: E5, B4 and CF. RGB value is (229,180,207). Sum of RGB (Red+Green+Blue) = 229+180+207=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B4CF is #1A4B30. Grayscale: #C5C5C5. Windows color (decimal): -1723185 or 13612261. OLE color: 13612261.
HSL color Cylindrical-coordinate representation of color #E5B4CF: hue angle of 326.94º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5B4CF is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 207 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.10 |
| HSL | 326.94º | 0.49% | 0.8% | - |
| HSV(B) | 326.94º | 0.21% | 0.9% | - |
| XYZ | 59.9 | 53.81 | 66.26 | - |
| YUV | 197.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 207 | 0 | 0.21 | 0.10 | 0.10 | 326.94 | 0.49 | 0.8 |
| Hex | E5 | B4 | CF | 0 | 15 | A | A | 147 | 31 | 50 |
| Octal | 345 | 264 | 317 | 0 | 25 | 12 | 12 | 507 | 61 | 120 |
| Binary | 11100101 | 10110100 | 11001111 | 0 | 10101 | 1010 | 1010 | 101000111 | 110001 | 1010000 |
Color Harmonies of #E5B4CF
Complementary color
Monochromatic Colors of #E5B4CF
Black with #E5B4CF
Text Example
Text Example
White with #E5B4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B4CF; }
p { color: rgb(229,180,207); }
H1.HeaderClassName
{
color: #E5B4CF;
}
.AnyTagClassName
{
color: #E5B4CF;
}
</style>
background-color css
<style>
a { background-color: #E5B4CF; }
a { background-color: rgb(229,180,207); }
div.DivClassName
{
background-color: #E5B4CF;
}
.BgClassName
{
background-color: #E5B4CF;
}
</style>
border-color css
<style>
span { border-color: #E5B4CF; }
span { border-color: rgb(229,180,207); }
td.TdClassName
{
border-color: #E5B4CF;
}
.TagClassName
{
border-color: #E5B4CF;
}
</style>