Shades of Twilight #E2B7D0
Tints of Twilight #E2B7D0
RGB
CMYK
RGB Variations
Color information
#E2B7D0 (or 0xE2B7D0) is known color: Twilight. HEX triplet: E2, B7 and D0. RGB value is (226,183,208). Sum of RGB (Red+Green+Blue) = 226+183+208=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B7D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B7D0 is #1D482F. Grayscale: #C6C6C6. Windows color (decimal): -1919024 or 13678562. OLE color: 13678562.
HSL color Cylindrical-coordinate representation of color #E2B7D0: hue angle of 325.12º degrees, saturation: 0.43, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2B7D0 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 183 | 208 | - |
CMYK | 0 | 0.19 | 0.08 | 0.11 |
HSL | 325.12º | 0.43% | 0.8% | - |
HSV(B) | 325.12º | 0.19% | 0.89% | - |
XYZ | 59.68 | 54.59 | 67.07 | - |
YUV | 198.71 | 133.25 | 147.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 183 | 208 | 0 | 0.19 | 0.08 | 0.11 | 325.12 | 0.43 | 0.8 |
Hex | E2 | B7 | D0 | 0 | 13 | 8 | B | 145 | 2B | 50 |
Octal | 342 | 267 | 320 | 0 | 23 | 10 | 13 | 505 | 53 | 120 |
Binary | 11100010 | 10110111 | 11010000 | 0 | 10011 | 1000 | 1011 | 101000101 | 101011 | 1010000 |
Color Harmonies of #E2B7D0
Complementary color
Monochromatic Colors of #E2B7D0
Black with #E2B7D0
Text Example
Text Example
White with #E2B7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B7D0; }
p { color: rgb(226,183,208); }
H1.HeaderClassName
{
color: #E2B7D0;
}
.AnyTagClassName
{
color: #E2B7D0;
}
</style>
background-color css
<style>
a { background-color: #E2B7D0; }
a { background-color: rgb(226,183,208); }
div.DivClassName
{
background-color: #E2B7D0;
}
.BgClassName
{
background-color: #E2B7D0;
}
</style>
border-color css
<style>
span { border-color: #E2B7D0; }
span { border-color: rgb(226,183,208); }
td.TdClassName
{
border-color: #E2B7D0;
}
.TagClassName
{
border-color: #E2B7D0;
}
</style>