Shades of Twilight #E2B0CC
Tints of Twilight #E2B0CC
RGB
CMYK
RGB Variations
Color information
#E2B0CC (or 0xE2B0CC) is known color: Twilight. HEX triplet: E2, B0 and CC. RGB value is (226,176,204). Sum of RGB (Red+Green+Blue) = 226+176+204=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B0CC is #1D4F33. Grayscale: #C2C2C2. Windows color (decimal): -1920820 or 13414626. OLE color: 13414626.
HSL color Cylindrical-coordinate representation of color #E2B0CC: hue angle of 326.4º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2B0CC is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 204 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.11 |
| HSL | 326.4º | 0.46% | 0.79% | - |
| HSV(B) | 326.4º | 0.22% | 0.89% | - |
| XYZ | 57.79 | 51.58 | 64.04 | - |
| YUV | 194.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 204 | 0 | 0.22 | 0.10 | 0.11 | 326.4 | 0.46 | 0.79 |
| Hex | E2 | B0 | CC | 0 | 16 | A | B | 146 | 2E | 4F |
| Octal | 342 | 260 | 314 | 0 | 26 | 12 | 13 | 506 | 56 | 117 |
| Binary | 11100010 | 10110000 | 11001100 | 0 | 10110 | 1010 | 1011 | 101000110 | 101110 | 1001111 |
Color Harmonies of #E2B0CC
Complementary color
Monochromatic Colors of #E2B0CC
Black with #E2B0CC
Text Example
Text Example
White with #E2B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B0CC; }
p { color: rgb(226,176,204); }
H1.HeaderClassName
{
color: #E2B0CC;
}
.AnyTagClassName
{
color: #E2B0CC;
}
</style>
background-color css
<style>
a { background-color: #E2B0CC; }
a { background-color: rgb(226,176,204); }
div.DivClassName
{
background-color: #E2B0CC;
}
.BgClassName
{
background-color: #E2B0CC;
}
</style>
border-color css
<style>
span { border-color: #E2B0CC; }
span { border-color: rgb(226,176,204); }
td.TdClassName
{
border-color: #E2B0CC;
}
.TagClassName
{
border-color: #E2B0CC;
}
</style>