Shades of Twilight #E1B5D0
Tints of Twilight #E1B5D0
RGB
CMYK
RGB Variations
Color information
#E1B5D0 (or 0xE1B5D0) is known color: Twilight. HEX triplet: E1, B5 and D0. RGB value is (225,181,208). Sum of RGB (Red+Green+Blue) = 225+181+208=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B5D0 is #1E4A2F. Grayscale: #C5C5C5. Windows color (decimal): -1985072 or 13678049. OLE color: 13678049.
HSL color Cylindrical-coordinate representation of color #E1B5D0: hue angle of 323.18º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B5D0 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 208 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.12 |
| HSL | 323.18º | 0.42% | 0.8% | - |
| HSV(B) | 323.18º | 0.2% | 0.88% | - |
| XYZ | 58.96 | 53.61 | 66.91 | - |
| YUV | 197.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 208 | 0 | 0.20 | 0.08 | 0.12 | 323.18 | 0.42 | 0.8 |
| Hex | E1 | B5 | D0 | 0 | 14 | 8 | C | 143 | 2A | 50 |
| Octal | 341 | 265 | 320 | 0 | 24 | 10 | 14 | 503 | 52 | 120 |
| Binary | 11100001 | 10110101 | 11010000 | 0 | 10100 | 1000 | 1100 | 101000011 | 101010 | 1010000 |
Color Harmonies of #E1B5D0
Complementary color
Monochromatic Colors of #E1B5D0
Black with #E1B5D0
Text Example
Text Example
White with #E1B5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B5D0; }
p { color: rgb(225,181,208); }
H1.HeaderClassName
{
color: #E1B5D0;
}
.AnyTagClassName
{
color: #E1B5D0;
}
</style>
background-color css
<style>
a { background-color: #E1B5D0; }
a { background-color: rgb(225,181,208); }
div.DivClassName
{
background-color: #E1B5D0;
}
.BgClassName
{
background-color: #E1B5D0;
}
</style>
border-color css
<style>
span { border-color: #E1B5D0; }
span { border-color: rgb(225,181,208); }
td.TdClassName
{
border-color: #E1B5D0;
}
.TagClassName
{
border-color: #E1B5D0;
}
</style>