Shades of Twilight #E2B0CB
Tints of Twilight #E2B0CB
RGB
CMYK
RGB Variations
Color information
#E2B0CB (or 0xE2B0CB) is known color: Twilight. HEX triplet: E2, B0 and CB. RGB value is (226,176,203). Sum of RGB (Red+Green+Blue) = 226+176+203=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B0CB is #1D4F34. Grayscale: #C1C1C1. Windows color (decimal): -1920821 or 13349090. OLE color: 13349090.
HSL color Cylindrical-coordinate representation of color #E2B0CB: hue angle of 327.6º 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 #E2B0CB is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 176 | 203 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.11 |
| HSL | 327.6º | 0.46% | 0.79% | - |
| HSV(B) | 327.6º | 0.22% | 0.89% | - |
| XYZ | 57.67 | 51.53 | 63.41 | - |
| YUV | 194.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 176 | 203 | 0 | 0.22 | 0.10 | 0.11 | 327.6 | 0.46 | 0.79 |
| Hex | E2 | B0 | CB | 0 | 16 | A | B | 148 | 2E | 4F |
| Octal | 342 | 260 | 313 | 0 | 26 | 12 | 13 | 510 | 56 | 117 |
| Binary | 11100010 | 10110000 | 11001011 | 0 | 10110 | 1010 | 1011 | 101001000 | 101110 | 1001111 |
Color Harmonies of #E2B0CB
Complementary color
Monochromatic Colors of #E2B0CB
Black with #E2B0CB
Text Example
Text Example
White with #E2B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B0CB; }
p { color: rgb(226,176,203); }
H1.HeaderClassName
{
color: #E2B0CB;
}
.AnyTagClassName
{
color: #E2B0CB;
}
</style>
background-color css
<style>
a { background-color: #E2B0CB; }
a { background-color: rgb(226,176,203); }
div.DivClassName
{
background-color: #E2B0CB;
}
.BgClassName
{
background-color: #E2B0CB;
}
</style>
border-color css
<style>
span { border-color: #E2B0CB; }
span { border-color: rgb(226,176,203); }
td.TdClassName
{
border-color: #E2B0CB;
}
.TagClassName
{
border-color: #E2B0CB;
}
</style>