Shades of Twilight #E5B3CA
Tints of Twilight #E5B3CA
RGB
CMYK
RGB Variations
Color information
#E5B3CA (or 0xE5B3CA) is known color: Twilight. HEX triplet: E5, B3 and CA. RGB value is (229,179,202). Sum of RGB (Red+Green+Blue) = 229+179+202=610 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.54% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5B3CA is #1A4C35. Grayscale: #C4C4C4. Windows color (decimal): -1723446 or 13284325. OLE color: 13284325.
HSL color Cylindrical-coordinate representation of color #E5B3CA: hue angle of 332.4º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5B3CA is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 202 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.10 |
| HSL | 332.4º | 0.49% | 0.8% | - |
| HSV(B) | 332.4º | 0.22% | 0.9% | - |
| XYZ | 59.09 | 53.16 | 63.02 | - |
| YUV | 196.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 202 | 0 | 0.22 | 0.12 | 0.10 | 332.4 | 0.49 | 0.8 |
| Hex | E5 | B3 | CA | 0 | 16 | C | A | 14C | 31 | 50 |
| Octal | 345 | 263 | 312 | 0 | 26 | 14 | 12 | 514 | 61 | 120 |
| Binary | 11100101 | 10110011 | 11001010 | 0 | 10110 | 1100 | 1010 | 101001100 | 110001 | 1010000 |
Color Harmonies of #E5B3CA
Complementary color
Monochromatic Colors of #E5B3CA
Black with #E5B3CA
Text Example
Text Example
White with #E5B3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B3CA; }
p { color: rgb(229,179,202); }
H1.HeaderClassName
{
color: #E5B3CA;
}
.AnyTagClassName
{
color: #E5B3CA;
}
</style>
background-color css
<style>
a { background-color: #E5B3CA; }
a { background-color: rgb(229,179,202); }
div.DivClassName
{
background-color: #E5B3CA;
}
.BgClassName
{
background-color: #E5B3CA;
}
</style>
border-color css
<style>
span { border-color: #E5B3CA; }
span { border-color: rgb(229,179,202); }
td.TdClassName
{
border-color: #E5B3CA;
}
.TagClassName
{
border-color: #E5B3CA;
}
</style>