Shades of Twilight #E2B5CF
Tints of Twilight #E2B5CF
RGB
CMYK
RGB Variations
Color information
#E2B5CF (or 0xE2B5CF) is known color: Twilight. HEX triplet: E2, B5 and CF. RGB value is (226,181,207). Sum of RGB (Red+Green+Blue) = 226+181+207=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 181 (71.09% from 255 or 29.48% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2B5CF is #1D4A30. Grayscale: #C5C5C5. Windows color (decimal): -1919537 or 13612514. OLE color: 13612514.
HSL color Cylindrical-coordinate representation of color #E2B5CF: hue angle of 325.33º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2B5CF is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 181 | 207 | - |
CMYK | 0 | 0.20 | 0.08 | 0.11 |
HSL | 325.33º | 0.44% | 0.8% | - |
HSV(B) | 325.33º | 0.2% | 0.89% | - |
XYZ | 59.15 | 53.72 | 66.28 | - |
YUV | 197.42 | 133.41 | 148.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 181 | 207 | 0 | 0.20 | 0.08 | 0.11 | 325.33 | 0.44 | 0.8 |
Hex | E2 | B5 | CF | 0 | 14 | 8 | B | 145 | 2C | 50 |
Octal | 342 | 265 | 317 | 0 | 24 | 10 | 13 | 505 | 54 | 120 |
Binary | 11100010 | 10110101 | 11001111 | 0 | 10100 | 1000 | 1011 | 101000101 | 101100 | 1010000 |
Color Harmonies of #E2B5CF
Complementary color
Monochromatic Colors of #E2B5CF
Black with #E2B5CF
Text Example
Text Example
White with #E2B5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B5CF; }
p { color: rgb(226,181,207); }
H1.HeaderClassName
{
color: #E2B5CF;
}
.AnyTagClassName
{
color: #E2B5CF;
}
</style>
background-color css
<style>
a { background-color: #E2B5CF; }
a { background-color: rgb(226,181,207); }
div.DivClassName
{
background-color: #E2B5CF;
}
.BgClassName
{
background-color: #E2B5CF;
}
</style>
border-color css
<style>
span { border-color: #E2B5CF; }
span { border-color: rgb(226,181,207); }
td.TdClassName
{
border-color: #E2B5CF;
}
.TagClassName
{
border-color: #E2B5CF;
}
</style>