Shades of Twilight #E5B0CC
Tints of Twilight #E5B0CC
RGB
CMYK
RGB Variations
Color information
#E5B0CC (or 0xE5B0CC) is known color: Twilight. HEX triplet: E5, B0 and CC. RGB value is (229,176,204). Sum of RGB (Red+Green+Blue) = 229+176+204=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5B0CC is #1A4F33. Grayscale: #C2C2C2. Windows color (decimal): -1724212 or 13414629. OLE color: 13414629.
HSL color Cylindrical-coordinate representation of color #E5B0CC: hue angle of 328.3º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B0CC is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 176 | 204 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.10 |
| HSL | 328.3º | 0.5% | 0.79% | - |
| HSV(B) | 328.3º | 0.23% | 0.9% | - |
| XYZ | 58.74 | 52.07 | 64.08 | - |
| YUV | 195.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 176 | 204 | 0 | 0.23 | 0.11 | 0.10 | 328.3 | 0.5 | 0.79 |
| Hex | E5 | B0 | CC | 0 | 17 | B | A | 148 | 32 | 4F |
| Octal | 345 | 260 | 314 | 0 | 27 | 13 | 12 | 510 | 62 | 117 |
| Binary | 11100101 | 10110000 | 11001100 | 0 | 10111 | 1011 | 1010 | 101001000 | 110010 | 1001111 |
Color Harmonies of #E5B0CC
Complementary color
Monochromatic Colors of #E5B0CC
Black with #E5B0CC
Text Example
Text Example
White with #E5B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B0CC; }
p { color: rgb(229,176,204); }
H1.HeaderClassName
{
color: #E5B0CC;
}
.AnyTagClassName
{
color: #E5B0CC;
}
</style>
background-color css
<style>
a { background-color: #E5B0CC; }
a { background-color: rgb(229,176,204); }
div.DivClassName
{
background-color: #E5B0CC;
}
.BgClassName
{
background-color: #E5B0CC;
}
</style>
border-color css
<style>
span { border-color: #E5B0CC; }
span { border-color: rgb(229,176,204); }
td.TdClassName
{
border-color: #E5B0CC;
}
.TagClassName
{
border-color: #E5B0CC;
}
</style>