Shades of Twilight #E2B3D1
Tints of Twilight #E2B3D1
RGB
CMYK
RGB Variations
Color information
#E2B3D1 (or 0xE2B3D1) is known color: Twilight. HEX triplet: E2, B3 and D1. RGB value is (226,179,209). Sum of RGB (Red+Green+Blue) = 226+179+209=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B3D1 is #1D4C2E. Grayscale: #C4C4C4. Windows color (decimal): -1920047 or 13743074. OLE color: 13743074.
HSL color Cylindrical-coordinate representation of color #E2B3D1: hue angle of 321.7º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2B3D1 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 209 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.11 |
| HSL | 321.7º | 0.45% | 0.79% | - |
| HSV(B) | 321.7º | 0.21% | 0.89% | - |
| XYZ | 58.99 | 53.01 | 67.44 | - |
| YUV | 196.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 209 | 0 | 0.21 | 0.08 | 0.11 | 321.7 | 0.45 | 0.79 |
| Hex | E2 | B3 | D1 | 0 | 15 | 8 | B | 142 | 2D | 4F |
| Octal | 342 | 263 | 321 | 0 | 25 | 10 | 13 | 502 | 55 | 117 |
| Binary | 11100010 | 10110011 | 11010001 | 0 | 10101 | 1000 | 1011 | 101000010 | 101101 | 1001111 |
Color Harmonies of #E2B3D1
Complementary color
Monochromatic Colors of #E2B3D1
Black with #E2B3D1
Text Example
Text Example
White with #E2B3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B3D1; }
p { color: rgb(226,179,209); }
H1.HeaderClassName
{
color: #E2B3D1;
}
.AnyTagClassName
{
color: #E2B3D1;
}
</style>
background-color css
<style>
a { background-color: #E2B3D1; }
a { background-color: rgb(226,179,209); }
div.DivClassName
{
background-color: #E2B3D1;
}
.BgClassName
{
background-color: #E2B3D1;
}
</style>
border-color css
<style>
span { border-color: #E2B3D1; }
span { border-color: rgb(226,179,209); }
td.TdClassName
{
border-color: #E2B3D1;
}
.TagClassName
{
border-color: #E2B3D1;
}
</style>