Shades of Twilight #E2B2CB
Tints of Twilight #E2B2CB
RGB
CMYK
RGB Variations
Color information
#E2B2CB (or 0xE2B2CB) is known color: Twilight. HEX triplet: E2, B2 and CB. RGB value is (226,178,203). Sum of RGB (Red+Green+Blue) = 226+178+203=607 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.23% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B2CB is #1D4D34. Grayscale: #C3C3C3. Windows color (decimal): -1920309 or 13349602. OLE color: 13349602.
HSL color Cylindrical-coordinate representation of color #E2B2CB: hue angle of 328.75º 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 #E2B2CB is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 203 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.11 |
| HSL | 328.75º | 0.45% | 0.79% | - |
| HSV(B) | 328.75º | 0.21% | 0.89% | - |
| XYZ | 58.06 | 52.32 | 63.54 | - |
| YUV | 195.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 203 | 0 | 0.21 | 0.10 | 0.11 | 328.75 | 0.45 | 0.79 |
| Hex | E2 | B2 | CB | 0 | 15 | A | B | 149 | 2D | 4F |
| Octal | 342 | 262 | 313 | 0 | 25 | 12 | 13 | 511 | 55 | 117 |
| Binary | 11100010 | 10110010 | 11001011 | 0 | 10101 | 1010 | 1011 | 101001001 | 101101 | 1001111 |
Color Harmonies of #E2B2CB
Complementary color
Monochromatic Colors of #E2B2CB
Black with #E2B2CB
Text Example
Text Example
White with #E2B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B2CB; }
p { color: rgb(226,178,203); }
H1.HeaderClassName
{
color: #E2B2CB;
}
.AnyTagClassName
{
color: #E2B2CB;
}
</style>
background-color css
<style>
a { background-color: #E2B2CB; }
a { background-color: rgb(226,178,203); }
div.DivClassName
{
background-color: #E2B2CB;
}
.BgClassName
{
background-color: #E2B2CB;
}
</style>
border-color css
<style>
span { border-color: #E2B2CB; }
span { border-color: rgb(226,178,203); }
td.TdClassName
{
border-color: #E2B2CB;
}
.TagClassName
{
border-color: #E2B2CB;
}
</style>