Shades of Twilight #E2B1CA
Tints of Twilight #E2B1CA
RGB
CMYK
RGB Variations
Color information
#E2B1CA (or 0xE2B1CA) is known color: Twilight. HEX triplet: E2, B1 and CA. RGB value is (226,177,202). Sum of RGB (Red+Green+Blue) = 226+177+202=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2B1CA is #1D4E35. Grayscale: #C2C2C2. Windows color (decimal): -1920566 or 13283810. OLE color: 13283810.
HSL color Cylindrical-coordinate representation of color #E2B1CA: hue angle of 329.39º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2B1CA is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 202 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.11 |
| HSL | 329.39º | 0.46% | 0.79% | - |
| HSV(B) | 329.39º | 0.22% | 0.89% | - |
| XYZ | 57.75 | 51.88 | 62.85 | - |
| YUV | 194.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 202 | 0 | 0.22 | 0.11 | 0.11 | 329.39 | 0.46 | 0.79 |
| Hex | E2 | B1 | CA | 0 | 16 | B | B | 149 | 2E | 4F |
| Octal | 342 | 261 | 312 | 0 | 26 | 13 | 13 | 511 | 56 | 117 |
| Binary | 11100010 | 10110001 | 11001010 | 0 | 10110 | 1011 | 1011 | 101001001 | 101110 | 1001111 |
Color Harmonies of #E2B1CA
Complementary color
Monochromatic Colors of #E2B1CA
Black with #E2B1CA
Text Example
Text Example
White with #E2B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B1CA; }
p { color: rgb(226,177,202); }
H1.HeaderClassName
{
color: #E2B1CA;
}
.AnyTagClassName
{
color: #E2B1CA;
}
</style>
background-color css
<style>
a { background-color: #E2B1CA; }
a { background-color: rgb(226,177,202); }
div.DivClassName
{
background-color: #E2B1CA;
}
.BgClassName
{
background-color: #E2B1CA;
}
</style>
border-color css
<style>
span { border-color: #E2B1CA; }
span { border-color: rgb(226,177,202); }
td.TdClassName
{
border-color: #E2B1CA;
}
.TagClassName
{
border-color: #E2B1CA;
}
</style>