Shades of Twilight #E5B2CC
Tints of Twilight #E5B2CC
RGB
CMYK
RGB Variations
Color information
#E5B2CC (or 0xE5B2CC) is known color: Twilight. HEX triplet: E5, B2 and CC. RGB value is (229,178,204). Sum of RGB (Red+Green+Blue) = 229+178+204=611 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.48% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5B2CC is #1A4D33. Grayscale: #C4C4C4. Windows color (decimal): -1723700 or 13415141. OLE color: 13415141.
HSL color Cylindrical-coordinate representation of color #E5B2CC: hue angle of 329.41º degrees, saturation: 0.5, 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 #E5B2CC is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 178 | 204 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.10 |
| HSL | 329.41º | 0.5% | 0.8% | - |
| HSV(B) | 329.41º | 0.22% | 0.9% | - |
| XYZ | 59.13 | 52.86 | 64.21 | - |
| YUV | 196.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 178 | 204 | 0 | 0.22 | 0.11 | 0.10 | 329.41 | 0.5 | 0.8 |
| Hex | E5 | B2 | CC | 0 | 16 | B | A | 149 | 32 | 50 |
| Octal | 345 | 262 | 314 | 0 | 26 | 13 | 12 | 511 | 62 | 120 |
| Binary | 11100101 | 10110010 | 11001100 | 0 | 10110 | 1011 | 1010 | 101001001 | 110010 | 1010000 |
Color Harmonies of #E5B2CC
Complementary color
Monochromatic Colors of #E5B2CC
Black with #E5B2CC
Text Example
Text Example
White with #E5B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B2CC; }
p { color: rgb(229,178,204); }
H1.HeaderClassName
{
color: #E5B2CC;
}
.AnyTagClassName
{
color: #E5B2CC;
}
</style>
background-color css
<style>
a { background-color: #E5B2CC; }
a { background-color: rgb(229,178,204); }
div.DivClassName
{
background-color: #E5B2CC;
}
.BgClassName
{
background-color: #E5B2CC;
}
</style>
border-color css
<style>
span { border-color: #E5B2CC; }
span { border-color: rgb(229,178,204); }
td.TdClassName
{
border-color: #E5B2CC;
}
.TagClassName
{
border-color: #E5B2CC;
}
</style>