Shades of Twilight #E5B4CE
Tints of Twilight #E5B4CE
RGB
CMYK
RGB Variations
Color information
#E5B4CE (or 0xE5B4CE) is known color: Twilight. HEX triplet: E5, B4 and CE. RGB value is (229,180,206). Sum of RGB (Red+Green+Blue) = 229+180+206=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B4CE is #1A4B31. Grayscale: #C5C5C5. Windows color (decimal): -1723186 or 13546725. OLE color: 13546725.
HSL color Cylindrical-coordinate representation of color #E5B4CE: hue angle of 328.16º 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 #E5B4CE is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 206 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.10 |
| HSL | 328.16º | 0.49% | 0.8% | - |
| HSV(B) | 328.16º | 0.21% | 0.9% | - |
| XYZ | 59.77 | 53.76 | 65.62 | - |
| YUV | 197.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 206 | 0 | 0.21 | 0.10 | 0.10 | 328.16 | 0.49 | 0.8 |
| Hex | E5 | B4 | CE | 0 | 15 | A | A | 148 | 31 | 50 |
| Octal | 345 | 264 | 316 | 0 | 25 | 12 | 12 | 510 | 61 | 120 |
| Binary | 11100101 | 10110100 | 11001110 | 0 | 10101 | 1010 | 1010 | 101001000 | 110001 | 1010000 |
Color Harmonies of #E5B4CE
Complementary color
Monochromatic Colors of #E5B4CE
Black with #E5B4CE
Text Example
Text Example
White with #E5B4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B4CE; }
p { color: rgb(229,180,206); }
H1.HeaderClassName
{
color: #E5B4CE;
}
.AnyTagClassName
{
color: #E5B4CE;
}
</style>
background-color css
<style>
a { background-color: #E5B4CE; }
a { background-color: rgb(229,180,206); }
div.DivClassName
{
background-color: #E5B4CE;
}
.BgClassName
{
background-color: #E5B4CE;
}
</style>
border-color css
<style>
span { border-color: #E5B4CE; }
span { border-color: rgb(229,180,206); }
td.TdClassName
{
border-color: #E5B4CE;
}
.TagClassName
{
border-color: #E5B4CE;
}
</style>