Shades of Twilight #E1B4D0
Tints of Twilight #E1B4D0
RGB
CMYK
RGB Variations
Color information
#E1B4D0 (or 0xE1B4D0) is known color: Twilight. HEX triplet: E1, B4 and D0. RGB value is (225,180,208). Sum of RGB (Red+Green+Blue) = 225+180+208=613 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.70% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B4D0 is #1E4B2F. Grayscale: #C4C4C4. Windows color (decimal): -1985328 or 13677793. OLE color: 13677793.
HSL color Cylindrical-coordinate representation of color #E1B4D0: hue angle of 322.67º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B4D0 is Cyan = 0, Magento = 0.2, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 208 | - |
| CMYK | 0 | 0.2 | 0.08 | 0.12 |
| HSL | 322.67º | 0.43% | 0.79% | - |
| HSV(B) | 322.67º | 0.2% | 0.88% | - |
| XYZ | 58.76 | 53.2 | 66.85 | - |
| YUV | 196.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 208 | 0 | 0.2 | 0.08 | 0.12 | 322.67 | 0.43 | 0.79 |
| Hex | E1 | B4 | D0 | 0 | 14 | 8 | C | 143 | 2B | 4F |
| Octal | 341 | 264 | 320 | 0 | 24 | 10 | 14 | 503 | 53 | 117 |
| Binary | 11100001 | 10110100 | 11010000 | 0 | 10100 | 1000 | 1100 | 101000011 | 101011 | 1001111 |
Color Harmonies of #E1B4D0
Complementary color
Monochromatic Colors of #E1B4D0
Black with #E1B4D0
Text Example
Text Example
White with #E1B4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B4D0; }
p { color: rgb(225,180,208); }
H1.HeaderClassName
{
color: #E1B4D0;
}
.AnyTagClassName
{
color: #E1B4D0;
}
</style>
background-color css
<style>
a { background-color: #E1B4D0; }
a { background-color: rgb(225,180,208); }
div.DivClassName
{
background-color: #E1B4D0;
}
.BgClassName
{
background-color: #E1B4D0;
}
</style>
border-color css
<style>
span { border-color: #E1B4D0; }
span { border-color: rgb(225,180,208); }
td.TdClassName
{
border-color: #E1B4D0;
}
.TagClassName
{
border-color: #E1B4D0;
}
</style>