Shades of Twilight #E7B4CF
Tints of Twilight #E7B4CF
RGB
CMYK
RGB Variations
Color information
#E7B4CF (or 0xE7B4CF) is known color: Twilight. HEX triplet: E7, B4 and CF. RGB value is (231,180,207). Sum of RGB (Red+Green+Blue) = 231+180+207=618 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.38% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7B4CF is #184B30. Grayscale: #C6C6C6. Windows color (decimal): -1592113 or 13612263. OLE color: 13612263.
HSL color Cylindrical-coordinate representation of color #E7B4CF: hue angle of 328.24º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7B4CF is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 207 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.09 |
| HSL | 328.24º | 0.52% | 0.81% | - |
| HSV(B) | 328.24º | 0.22% | 0.91% | - |
| XYZ | 60.54 | 54.14 | 66.29 | - |
| YUV | 198.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 207 | 0 | 0.22 | 0.10 | 0.09 | 328.24 | 0.52 | 0.81 |
| Hex | E7 | B4 | CF | 0 | 16 | A | 9 | 148 | 34 | 51 |
| Octal | 347 | 264 | 317 | 0 | 26 | 12 | 11 | 510 | 64 | 121 |
| Binary | 11100111 | 10110100 | 11001111 | 0 | 10110 | 1010 | 1001 | 101001000 | 110100 | 1010001 |
Color Harmonies of #E7B4CF
Complementary color
Monochromatic Colors of #E7B4CF
Black with #E7B4CF
Text Example
Text Example
White with #E7B4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B4CF; }
p { color: rgb(231,180,207); }
H1.HeaderClassName
{
color: #E7B4CF;
}
.AnyTagClassName
{
color: #E7B4CF;
}
</style>
background-color css
<style>
a { background-color: #E7B4CF; }
a { background-color: rgb(231,180,207); }
div.DivClassName
{
background-color: #E7B4CF;
}
.BgClassName
{
background-color: #E7B4CF;
}
</style>
border-color css
<style>
span { border-color: #E7B4CF; }
span { border-color: rgb(231,180,207); }
td.TdClassName
{
border-color: #E7B4CF;
}
.TagClassName
{
border-color: #E7B4CF;
}
</style>