Shades of Twilight #E8B4CF
Tints of Twilight #E8B4CF
RGB
CMYK
RGB Variations
Color information
#E8B4CF (or 0xE8B4CF) is known color: Twilight. HEX triplet: E8, B4 and CF. RGB value is (232,180,207). Sum of RGB (Red+Green+Blue) = 232+180+207=619 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.48% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B4CF is #174B30. Grayscale: #C6C6C6. Windows color (decimal): -1526577 or 13612264. OLE color: 13612264.
HSL color Cylindrical-coordinate representation of color #E8B4CF: hue angle of 328.85º degrees, saturation: 0.53, 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 #E8B4CF is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 180 | 207 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.09 |
| HSL | 328.85º | 0.53% | 0.81% | - |
| HSV(B) | 328.85º | 0.22% | 0.91% | - |
| XYZ | 60.86 | 54.3 | 66.31 | - |
| YUV | 198.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 180 | 207 | 0 | 0.22 | 0.11 | 0.09 | 328.85 | 0.53 | 0.81 |
| Hex | E8 | B4 | CF | 0 | 16 | B | 9 | 149 | 35 | 51 |
| Octal | 350 | 264 | 317 | 0 | 26 | 13 | 11 | 511 | 65 | 121 |
| Binary | 11101000 | 10110100 | 11001111 | 0 | 10110 | 1011 | 1001 | 101001001 | 110101 | 1010001 |
Color Harmonies of #E8B4CF
Complementary color
Monochromatic Colors of #E8B4CF
Black with #E8B4CF
Text Example
Text Example
White with #E8B4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B4CF; }
p { color: rgb(232,180,207); }
H1.HeaderClassName
{
color: #E8B4CF;
}
.AnyTagClassName
{
color: #E8B4CF;
}
</style>
background-color css
<style>
a { background-color: #E8B4CF; }
a { background-color: rgb(232,180,207); }
div.DivClassName
{
background-color: #E8B4CF;
}
.BgClassName
{
background-color: #E8B4CF;
}
</style>
border-color css
<style>
span { border-color: #E8B4CF; }
span { border-color: rgb(232,180,207); }
td.TdClassName
{
border-color: #E8B4CF;
}
.TagClassName
{
border-color: #E8B4CF;
}
</style>