Shades of Twilight #E2BECC
Tints of Twilight #E2BECC
RGB
CMYK
RGB Variations
Color information
#E2BECC (or 0xE2BECC) is known color: Twilight. HEX triplet: E2, BE and CC. RGB value is (226,190,204). Sum of RGB (Red+Green+Blue) = 226+190+204=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BECC is #1D4133. Grayscale: #CACACA. Windows color (decimal): -1917236 or 13418210. OLE color: 13418210.
HSL color Cylindrical-coordinate representation of color #E2BECC: hue angle of 336.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2BECC is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 204 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.11 |
| HSL | 336.67º | 0.38% | 0.82% | - |
| HSV(B) | 336.67º | 0.16% | 0.89% | - |
| XYZ | 60.68 | 57.36 | 65 | - |
| YUV | 202.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 204 | 0 | 0.16 | 0.10 | 0.11 | 336.67 | 0.38 | 0.82 |
| Hex | E2 | BE | CC | 0 | 10 | A | B | 151 | 26 | 52 |
| Octal | 342 | 276 | 314 | 0 | 20 | 12 | 13 | 521 | 46 | 122 |
| Binary | 11100010 | 10111110 | 11001100 | 0 | 10000 | 1010 | 1011 | 101010001 | 100110 | 1010010 |
Color Harmonies of #E2BECC
Complementary color
Monochromatic Colors of #E2BECC
Black with #E2BECC
Text Example
Text Example
White with #E2BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BECC; }
p { color: rgb(226,190,204); }
H1.HeaderClassName
{
color: #E2BECC;
}
.AnyTagClassName
{
color: #E2BECC;
}
</style>
background-color css
<style>
a { background-color: #E2BECC; }
a { background-color: rgb(226,190,204); }
div.DivClassName
{
background-color: #E2BECC;
}
.BgClassName
{
background-color: #E2BECC;
}
</style>
border-color css
<style>
span { border-color: #E2BECC; }
span { border-color: rgb(226,190,204); }
td.TdClassName
{
border-color: #E2BECC;
}
.TagClassName
{
border-color: #E2BECC;
}
</style>