Shades of Twilight #E1B3CB
Tints of Twilight #E1B3CB
RGB
CMYK
RGB Variations
Color information
#E1B3CB (or 0xE1B3CB) is known color: Twilight. HEX triplet: E1, B3 and CB. RGB value is (225,179,203). Sum of RGB (Red+Green+Blue) = 225+179+203=607 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.07% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B3CB is #1E4C34. Grayscale: #C3C3C3. Windows color (decimal): -1985589 or 13349857. OLE color: 13349857.
HSL color Cylindrical-coordinate representation of color #E1B3CB: hue angle of 328.7º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B3CB is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 203 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.12 |
| HSL | 328.7º | 0.43% | 0.79% | - |
| HSV(B) | 328.7º | 0.2% | 0.88% | - |
| XYZ | 57.95 | 52.56 | 63.59 | - |
| YUV | 195.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 203 | 0 | 0.20 | 0.10 | 0.12 | 328.7 | 0.43 | 0.79 |
| Hex | E1 | B3 | CB | 0 | 14 | A | C | 149 | 2B | 4F |
| Octal | 341 | 263 | 313 | 0 | 24 | 12 | 14 | 511 | 53 | 117 |
| Binary | 11100001 | 10110011 | 11001011 | 0 | 10100 | 1010 | 1100 | 101001001 | 101011 | 1001111 |
Color Harmonies of #E1B3CB
Complementary color
Monochromatic Colors of #E1B3CB
Black with #E1B3CB
Text Example
Text Example
White with #E1B3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B3CB; }
p { color: rgb(225,179,203); }
H1.HeaderClassName
{
color: #E1B3CB;
}
.AnyTagClassName
{
color: #E1B3CB;
}
</style>
background-color css
<style>
a { background-color: #E1B3CB; }
a { background-color: rgb(225,179,203); }
div.DivClassName
{
background-color: #E1B3CB;
}
.BgClassName
{
background-color: #E1B3CB;
}
</style>
border-color css
<style>
span { border-color: #E1B3CB; }
span { border-color: rgb(225,179,203); }
td.TdClassName
{
border-color: #E1B3CB;
}
.TagClassName
{
border-color: #E1B3CB;
}
</style>