Shades of Twilight #E2B3CF
Tints of Twilight #E2B3CF
RGB
CMYK
RGB Variations
Color information
#E2B3CF (or 0xE2B3CF) is known color: Twilight. HEX triplet: E2, B3 and CF. RGB value is (226,179,207). Sum of RGB (Red+Green+Blue) = 226+179+207=612 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.93% from 612); Green value is 179 (70.31% from 255 or 29.25% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B3CF is #1D4C30. Grayscale: #C4C4C4. Windows color (decimal): -1920049 or 13612002. OLE color: 13612002.
HSL color Cylindrical-coordinate representation of color #E2B3CF: hue angle of 324.26º 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 #E2B3CF is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 207 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.11 |
| HSL | 324.26º | 0.45% | 0.79% | - |
| HSV(B) | 324.26º | 0.21% | 0.89% | - |
| XYZ | 58.75 | 52.91 | 66.15 | - |
| YUV | 196.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 207 | 0 | 0.21 | 0.08 | 0.11 | 324.26 | 0.45 | 0.79 |
| Hex | E2 | B3 | CF | 0 | 15 | 8 | B | 144 | 2D | 4F |
| Octal | 342 | 263 | 317 | 0 | 25 | 10 | 13 | 504 | 55 | 117 |
| Binary | 11100010 | 10110011 | 11001111 | 0 | 10101 | 1000 | 1011 | 101000100 | 101101 | 1001111 |
Color Harmonies of #E2B3CF
Complementary color
Monochromatic Colors of #E2B3CF
Black with #E2B3CF
Text Example
Text Example
White with #E2B3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B3CF; }
p { color: rgb(226,179,207); }
H1.HeaderClassName
{
color: #E2B3CF;
}
.AnyTagClassName
{
color: #E2B3CF;
}
</style>
background-color css
<style>
a { background-color: #E2B3CF; }
a { background-color: rgb(226,179,207); }
div.DivClassName
{
background-color: #E2B3CF;
}
.BgClassName
{
background-color: #E2B3CF;
}
</style>
border-color css
<style>
span { border-color: #E2B3CF; }
span { border-color: rgb(226,179,207); }
td.TdClassName
{
border-color: #E2B3CF;
}
.TagClassName
{
border-color: #E2B3CF;
}
</style>