Shades of Twilight #E1B6CB
Tints of Twilight #E1B6CB
RGB
CMYK
RGB Variations
Color information
#E1B6CB (or 0xE1B6CB) is known color: Twilight. HEX triplet: E1, B6 and CB. RGB value is (225,182,203). Sum of RGB (Red+Green+Blue) = 225+182+203=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B6CB is #1E4934. Grayscale: #C5C5C5. Windows color (decimal): -1984821 or 13350625. OLE color: 13350625.
HSL color Cylindrical-coordinate representation of color #E1B6CB: hue angle of 330.7º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1B6CB is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 182 | 203 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.12 |
| HSL | 330.7º | 0.42% | 0.8% | - |
| HSV(B) | 330.7º | 0.19% | 0.88% | - |
| XYZ | 58.56 | 53.78 | 63.79 | - |
| YUV | 197.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 203 | 0 | 0.19 | 0.10 | 0.12 | 330.7 | 0.42 | 0.8 |
| Hex | E1 | B6 | CB | 0 | 13 | A | C | 14B | 2A | 50 |
| Octal | 341 | 266 | 313 | 0 | 23 | 12 | 14 | 513 | 52 | 120 |
| Binary | 11100001 | 10110110 | 11001011 | 0 | 10011 | 1010 | 1100 | 101001011 | 101010 | 1010000 |
Color Harmonies of #E1B6CB
Complementary color
Monochromatic Colors of #E1B6CB
Black with #E1B6CB
Text Example
Text Example
White with #E1B6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B6CB; }
p { color: rgb(225,182,203); }
H1.HeaderClassName
{
color: #E1B6CB;
}
.AnyTagClassName
{
color: #E1B6CB;
}
</style>
background-color css
<style>
a { background-color: #E1B6CB; }
a { background-color: rgb(225,182,203); }
div.DivClassName
{
background-color: #E1B6CB;
}
.BgClassName
{
background-color: #E1B6CB;
}
</style>
border-color css
<style>
span { border-color: #E1B6CB; }
span { border-color: rgb(225,182,203); }
td.TdClassName
{
border-color: #E1B6CB;
}
.TagClassName
{
border-color: #E1B6CB;
}
</style>