Shades of Twilight #E0B4CE
Tints of Twilight #E0B4CE
RGB
CMYK
RGB Variations
Color information
#E0B4CE (or 0xE0B4CE) is known color: Twilight. HEX triplet: E0, B4 and CE. RGB value is (224,180,206). Sum of RGB (Red+Green+Blue) = 224+180+206=610 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.72% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B4CE is #1F4B31. Grayscale: #C4C4C4. Windows color (decimal): -2050866 or 13546720. OLE color: 13546720.
HSL color Cylindrical-coordinate representation of color #E0B4CE: hue angle of 324.55º degrees, saturation: 0.42, 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 #E0B4CE is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 180 | 206 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.12 |
| HSL | 324.55º | 0.42% | 0.79% | - |
| HSV(B) | 324.55º | 0.2% | 0.88% | - |
| XYZ | 58.2 | 52.95 | 65.54 | - |
| YUV | 196.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 180 | 206 | 0 | 0.20 | 0.08 | 0.12 | 324.55 | 0.42 | 0.79 |
| Hex | E0 | B4 | CE | 0 | 14 | 8 | C | 145 | 2A | 4F |
| Octal | 340 | 264 | 316 | 0 | 24 | 10 | 14 | 505 | 52 | 117 |
| Binary | 11100000 | 10110100 | 11001110 | 0 | 10100 | 1000 | 1100 | 101000101 | 101010 | 1001111 |
Color Harmonies of #E0B4CE
Complementary color
Monochromatic Colors of #E0B4CE
Black with #E0B4CE
Text Example
Text Example
White with #E0B4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B4CE; }
p { color: rgb(224,180,206); }
H1.HeaderClassName
{
color: #E0B4CE;
}
.AnyTagClassName
{
color: #E0B4CE;
}
</style>
background-color css
<style>
a { background-color: #E0B4CE; }
a { background-color: rgb(224,180,206); }
div.DivClassName
{
background-color: #E0B4CE;
}
.BgClassName
{
background-color: #E0B4CE;
}
</style>
border-color css
<style>
span { border-color: #E0B4CE; }
span { border-color: rgb(224,180,206); }
td.TdClassName
{
border-color: #E0B4CE;
}
.TagClassName
{
border-color: #E0B4CE;
}
</style>