Shades of Twilight #E2B8CB
Tints of Twilight #E2B8CB
RGB
CMYK
RGB Variations
Color information
#E2B8CB (or 0xE2B8CB) is known color: Twilight. HEX triplet: E2, B8 and CB. RGB value is (226,184,203). Sum of RGB (Red+Green+Blue) = 226+184+203=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B8CB is #1D4734. Grayscale: #C6C6C6. Windows color (decimal): -1918773 or 13351138. OLE color: 13351138.
HSL color Cylindrical-coordinate representation of color #E2B8CB: hue angle of 332.86º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2B8CB is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 203 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.11 |
| HSL | 332.86º | 0.42% | 0.8% | - |
| HSV(B) | 332.86º | 0.19% | 0.89% | - |
| XYZ | 59.28 | 54.76 | 63.95 | - |
| YUV | 198.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 203 | 0 | 0.19 | 0.10 | 0.11 | 332.86 | 0.42 | 0.8 |
| Hex | E2 | B8 | CB | 0 | 13 | A | B | 14D | 2A | 50 |
| Octal | 342 | 270 | 313 | 0 | 23 | 12 | 13 | 515 | 52 | 120 |
| Binary | 11100010 | 10111000 | 11001011 | 0 | 10011 | 1010 | 1011 | 101001101 | 101010 | 1010000 |
Color Harmonies of #E2B8CB
Complementary color
Monochromatic Colors of #E2B8CB
Black with #E2B8CB
Text Example
Text Example
White with #E2B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B8CB; }
p { color: rgb(226,184,203); }
H1.HeaderClassName
{
color: #E2B8CB;
}
.AnyTagClassName
{
color: #E2B8CB;
}
</style>
background-color css
<style>
a { background-color: #E2B8CB; }
a { background-color: rgb(226,184,203); }
div.DivClassName
{
background-color: #E2B8CB;
}
.BgClassName
{
background-color: #E2B8CB;
}
</style>
border-color css
<style>
span { border-color: #E2B8CB; }
span { border-color: rgb(226,184,203); }
td.TdClassName
{
border-color: #E2B8CB;
}
.TagClassName
{
border-color: #E2B8CB;
}
</style>