Shades of Twilight #E5B0CD
Tints of Twilight #E5B0CD
RGB
CMYK
RGB Variations
Color information
#E5B0CD (or 0xE5B0CD) is known color: Twilight. HEX triplet: E5, B0 and CD. RGB value is (229,176,205). Sum of RGB (Red+Green+Blue) = 229+176+205=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5B0CD is #1A4F32. Grayscale: #C3C3C3. Windows color (decimal): -1724211 or 13480165. OLE color: 13480165.
HSL color Cylindrical-coordinate representation of color #E5B0CD: hue angle of 327.17º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B0CD is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 205 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.10 |
| HSL | 327.17º | 0.5% | 0.79% | - |
| HSV(B) | 327.17º | 0.23% | 0.9% | - |
| XYZ | 58.86 | 52.12 | 64.71 | - |
| YUV | 195.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 205 | 0 | 0.23 | 0.10 | 0.10 | 327.17 | 0.5 | 0.79 |
| Hex | E5 | B0 | CD | 0 | 17 | A | A | 147 | 32 | 4F |
| Octal | 345 | 260 | 315 | 0 | 27 | 12 | 12 | 507 | 62 | 117 |
| Binary | 11100101 | 10110000 | 11001101 | 0 | 10111 | 1010 | 1010 | 101000111 | 110010 | 1001111 |
Color Harmonies of #E5B0CD
Complementary color
Monochromatic Colors of #E5B0CD
Black with #E5B0CD
Text Example
Text Example
White with #E5B0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B0CD; }
p { color: rgb(229,176,205); }
H1.HeaderClassName
{
color: #E5B0CD;
}
.AnyTagClassName
{
color: #E5B0CD;
}
</style>
background-color css
<style>
a { background-color: #E5B0CD; }
a { background-color: rgb(229,176,205); }
div.DivClassName
{
background-color: #E5B0CD;
}
.BgClassName
{
background-color: #E5B0CD;
}
</style>
border-color css
<style>
span { border-color: #E5B0CD; }
span { border-color: rgb(229,176,205); }
td.TdClassName
{
border-color: #E5B0CD;
}
.TagClassName
{
border-color: #E5B0CD;
}
</style>