Shades of Thistle #E5B7E9
Tints of Thistle #E5B7E9
RGB
CMYK
RGB Variations
Color information
#E5B7E9 (or 0xE5B7E9) is known color: Thistle. HEX triplet: E5, B7 and E9. RGB value is (229,183,233). Sum of RGB (Red+Green+Blue) = 229+183+233=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 183 (71.88% from 255 or 28.37% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 233 - color contains mainly: blue. Hex color #E5B7E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B7E9 is #1A4816. Grayscale: #CACACA. Windows color (decimal): -1722391 or 15316965. OLE color: 15316965.
HSL color Cylindrical-coordinate representation of color #E5B7E9: hue angle of 295.2º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5B7E9 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 183 | 233 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.09 |
| HSL | 295.2º | 0.53% | 0.82% | - |
| HSV(B) | 295.2º | 0.21% | 0.91% | - |
| XYZ | 63.95 | 56.41 | 84.61 | - |
| YUV | 202.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 233 | 0.02 | 0.21 | 0 | 0.09 | 295.2 | 0.53 | 0.82 |
| Hex | E5 | B7 | E9 | 2 | 15 | 0 | 9 | 127 | 35 | 52 |
| Octal | 345 | 267 | 351 | 2 | 25 | 0 | 11 | 447 | 65 | 122 |
| Binary | 11100101 | 10110111 | 11101001 | 10 | 10101 | 0 | 1001 | 100100111 | 110101 | 1010010 |
Color Harmonies of #E5B7E9
Complementary color
Monochromatic Colors of #E5B7E9
Black with #E5B7E9
Text Example
Text Example
White with #E5B7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B7E9; }
p { color: rgb(229,183,233); }
H1.HeaderClassName
{
color: #E5B7E9;
}
.AnyTagClassName
{
color: #E5B7E9;
}
</style>
background-color css
<style>
a { background-color: #E5B7E9; }
a { background-color: rgb(229,183,233); }
div.DivClassName
{
background-color: #E5B7E9;
}
.BgClassName
{
background-color: #E5B7E9;
}
</style>
border-color css
<style>
span { border-color: #E5B7E9; }
span { border-color: rgb(229,183,233); }
td.TdClassName
{
border-color: #E5B7E9;
}
.TagClassName
{
border-color: #E5B7E9;
}
</style>