Shades of Twilight #E6B0CB
Tints of Twilight #E6B0CB
RGB
CMYK
RGB Variations
Color information
#E6B0CB (or 0xE6B0CB) is known color: Twilight. HEX triplet: E6, B0 and CB. RGB value is (230,176,203). Sum of RGB (Red+Green+Blue) = 230+176+203=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6B0CB is #194F34. Grayscale: #C3C3C3. Windows color (decimal): -1658677 or 13349094. OLE color: 13349094.
HSL color Cylindrical-coordinate representation of color #E6B0CB: hue angle of 330º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E6B0CB is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 203 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.10 |
| HSL | 330º | 0.52% | 0.8% | - |
| HSV(B) | 330º | 0.23% | 0.9% | - |
| XYZ | 58.94 | 52.19 | 63.47 | - |
| YUV | 195.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 203 | 0 | 0.23 | 0.12 | 0.10 | 330 | 0.52 | 0.8 |
| Hex | E6 | B0 | CB | 0 | 17 | C | A | 14A | 34 | 50 |
| Octal | 346 | 260 | 313 | 0 | 27 | 14 | 12 | 512 | 64 | 120 |
| Binary | 11100110 | 10110000 | 11001011 | 0 | 10111 | 1100 | 1010 | 101001010 | 110100 | 1010000 |
Color Harmonies of #E6B0CB
Complementary color
Monochromatic Colors of #E6B0CB
Black with #E6B0CB
Text Example
Text Example
White with #E6B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B0CB; }
p { color: rgb(230,176,203); }
H1.HeaderClassName
{
color: #E6B0CB;
}
.AnyTagClassName
{
color: #E6B0CB;
}
</style>
background-color css
<style>
a { background-color: #E6B0CB; }
a { background-color: rgb(230,176,203); }
div.DivClassName
{
background-color: #E6B0CB;
}
.BgClassName
{
background-color: #E6B0CB;
}
</style>
border-color css
<style>
span { border-color: #E6B0CB; }
span { border-color: rgb(230,176,203); }
td.TdClassName
{
border-color: #E6B0CB;
}
.TagClassName
{
border-color: #E6B0CB;
}
</style>