Shades of Twilight #E2BACB
Tints of Twilight #E2BACB
RGB
CMYK
RGB Variations
Color information
#E2BACB (or 0xE2BACB) is known color: Twilight. HEX triplet: E2, BA and CB. RGB value is (226,186,203). Sum of RGB (Red+Green+Blue) = 226+186+203=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BACB is #1D4534. Grayscale: #C7C7C7. Windows color (decimal): -1918261 or 13351650. OLE color: 13351650.
HSL color Cylindrical-coordinate representation of color #E2BACB: hue angle of 334.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2BACB is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 203 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.11 |
| HSL | 334.5º | 0.41% | 0.81% | - |
| HSV(B) | 334.5º | 0.18% | 0.89% | - |
| XYZ | 59.7 | 55.6 | 64.08 | - |
| YUV | 199.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 203 | 0 | 0.18 | 0.10 | 0.11 | 334.5 | 0.41 | 0.81 |
| Hex | E2 | BA | CB | 0 | 12 | A | B | 14E | 29 | 51 |
| Octal | 342 | 272 | 313 | 0 | 22 | 12 | 13 | 516 | 51 | 121 |
| Binary | 11100010 | 10111010 | 11001011 | 0 | 10010 | 1010 | 1011 | 101001110 | 101001 | 1010001 |
Color Harmonies of #E2BACB
Complementary color
Monochromatic Colors of #E2BACB
Black with #E2BACB
Text Example
Text Example
White with #E2BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BACB; }
p { color: rgb(226,186,203); }
H1.HeaderClassName
{
color: #E2BACB;
}
.AnyTagClassName
{
color: #E2BACB;
}
</style>
background-color css
<style>
a { background-color: #E2BACB; }
a { background-color: rgb(226,186,203); }
div.DivClassName
{
background-color: #E2BACB;
}
.BgClassName
{
background-color: #E2BACB;
}
</style>
border-color css
<style>
span { border-color: #E2BACB; }
span { border-color: rgb(226,186,203); }
td.TdClassName
{
border-color: #E2BACB;
}
.TagClassName
{
border-color: #E2BACB;
}
</style>