Shades of Twilight #E0B0CA
Tints of Twilight #E0B0CA
RGB
CMYK
RGB Variations
Color information
#E0B0CA (or 0xE0B0CA) is known color: Twilight. HEX triplet: E0, B0 and CA. RGB value is (224,176,202). Sum of RGB (Red+Green+Blue) = 224+176+202=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0B0CA is #1F4F35. Grayscale: #C1C1C1. Windows color (decimal): -2051894 or 13283552. OLE color: 13283552.
HSL color Cylindrical-coordinate representation of color #E0B0CA: hue angle of 327.5º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B0CA is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 176 | 202 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.12 |
| HSL | 327.5º | 0.44% | 0.78% | - |
| HSV(B) | 327.5º | 0.21% | 0.88% | - |
| XYZ | 56.93 | 51.16 | 62.75 | - |
| YUV | 193.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 202 | 0 | 0.21 | 0.10 | 0.12 | 327.5 | 0.44 | 0.78 |
| Hex | E0 | B0 | CA | 0 | 15 | A | C | 148 | 2C | 4E |
| Octal | 340 | 260 | 312 | 0 | 25 | 12 | 14 | 510 | 54 | 116 |
| Binary | 11100000 | 10110000 | 11001010 | 0 | 10101 | 1010 | 1100 | 101001000 | 101100 | 1001110 |
Color Harmonies of #E0B0CA
Complementary color
Monochromatic Colors of #E0B0CA
Black with #E0B0CA
Text Example
Text Example
White with #E0B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B0CA; }
p { color: rgb(224,176,202); }
H1.HeaderClassName
{
color: #E0B0CA;
}
.AnyTagClassName
{
color: #E0B0CA;
}
</style>
background-color css
<style>
a { background-color: #E0B0CA; }
a { background-color: rgb(224,176,202); }
div.DivClassName
{
background-color: #E0B0CA;
}
.BgClassName
{
background-color: #E0B0CA;
}
</style>
border-color css
<style>
span { border-color: #E0B0CA; }
span { border-color: rgb(224,176,202); }
td.TdClassName
{
border-color: #E0B0CA;
}
.TagClassName
{
border-color: #E0B0CA;
}
</style>