Shades of Twilight #E0B2C7
Tints of Twilight #E0B2C7
RGB
CMYK
RGB Variations
Color information
#E0B2C7 (or 0xE0B2C7) is known color: Twilight. HEX triplet: E0, B2 and C7. RGB value is (224,178,199). Sum of RGB (Red+Green+Blue) = 224+178+199=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 178 (69.92% from 255 or 29.62% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B2C7 is #1F4D38. Grayscale: #C2C2C2. Windows color (decimal): -2051385 or 13087456. OLE color: 13087456.
HSL color Cylindrical-coordinate representation of color #E0B2C7: hue angle of 332.61º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B2C7 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 178 | 199 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.12 |
| HSL | 332.61º | 0.43% | 0.79% | - |
| HSV(B) | 332.61º | 0.21% | 0.88% | - |
| XYZ | 56.97 | 51.81 | 61.03 | - |
| YUV | 194.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 178 | 199 | 0 | 0.21 | 0.11 | 0.12 | 332.61 | 0.43 | 0.79 |
| Hex | E0 | B2 | C7 | 0 | 15 | B | C | 14D | 2B | 4F |
| Octal | 340 | 262 | 307 | 0 | 25 | 13 | 14 | 515 | 53 | 117 |
| Binary | 11100000 | 10110010 | 11000111 | 0 | 10101 | 1011 | 1100 | 101001101 | 101011 | 1001111 |
Color Harmonies of #E0B2C7
Complementary color
Monochromatic Colors of #E0B2C7
Black with #E0B2C7
Text Example
Text Example
White with #E0B2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B2C7; }
p { color: rgb(224,178,199); }
H1.HeaderClassName
{
color: #E0B2C7;
}
.AnyTagClassName
{
color: #E0B2C7;
}
</style>
background-color css
<style>
a { background-color: #E0B2C7; }
a { background-color: rgb(224,178,199); }
div.DivClassName
{
background-color: #E0B2C7;
}
.BgClassName
{
background-color: #E0B2C7;
}
</style>
border-color css
<style>
span { border-color: #E0B2C7; }
span { border-color: rgb(224,178,199); }
td.TdClassName
{
border-color: #E0B2C7;
}
.TagClassName
{
border-color: #E0B2C7;
}
</style>