Shades of Twilight #E2B4CF
Tints of Twilight #E2B4CF
RGB
CMYK
RGB Variations
Color information
#E2B4CF (or 0xE2B4CF) is known color: Twilight. HEX triplet: E2, B4 and CF. RGB value is (226,180,207). Sum of RGB (Red+Green+Blue) = 226+180+207=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B4CF is #1D4B30. Grayscale: #C4C4C4. Windows color (decimal): -1919793 or 13612258. OLE color: 13612258.
HSL color Cylindrical-coordinate representation of color #E2B4CF: hue angle of 324.78º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2B4CF is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 180 | 207 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.11 |
| HSL | 324.78º | 0.44% | 0.8% | - |
| HSV(B) | 324.78º | 0.2% | 0.89% | - |
| XYZ | 58.95 | 53.32 | 66.22 | - |
| YUV | 196.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 180 | 207 | 0 | 0.20 | 0.08 | 0.11 | 324.78 | 0.44 | 0.8 |
| Hex | E2 | B4 | CF | 0 | 14 | 8 | B | 145 | 2C | 50 |
| Octal | 342 | 264 | 317 | 0 | 24 | 10 | 13 | 505 | 54 | 120 |
| Binary | 11100010 | 10110100 | 11001111 | 0 | 10100 | 1000 | 1011 | 101000101 | 101100 | 1010000 |
Color Harmonies of #E2B4CF
Complementary color
Monochromatic Colors of #E2B4CF
Black with #E2B4CF
Text Example
Text Example
White with #E2B4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B4CF; }
p { color: rgb(226,180,207); }
H1.HeaderClassName
{
color: #E2B4CF;
}
.AnyTagClassName
{
color: #E2B4CF;
}
</style>
background-color css
<style>
a { background-color: #E2B4CF; }
a { background-color: rgb(226,180,207); }
div.DivClassName
{
background-color: #E2B4CF;
}
.BgClassName
{
background-color: #E2B4CF;
}
</style>
border-color css
<style>
span { border-color: #E2B4CF; }
span { border-color: rgb(226,180,207); }
td.TdClassName
{
border-color: #E2B4CF;
}
.TagClassName
{
border-color: #E2B4CF;
}
</style>