Shades of Thistle #E5B5EC
Tints of Thistle #E5B5EC
RGB
CMYK
RGB Variations
Color information
#E5B5EC (or 0xE5B5EC) is known color: Thistle. HEX triplet: E5, B5 and EC. RGB value is (229,181,236). Sum of RGB (Red+Green+Blue) = 229+181+236=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 181 (71.09% from 255 or 28.02% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B5EC is #1A4A13. Grayscale: #C9C9C9. Windows color (decimal): -1722900 or 15513061. OLE color: 15513061.
HSL color Cylindrical-coordinate representation of color #E5B5EC: hue angle of 292.36º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B5EC is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 181 | 236 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.07 |
| HSL | 292.36º | 0.59% | 0.82% | - |
| HSV(B) | 292.36º | 0.23% | 0.93% | - |
| XYZ | 63.98 | 55.76 | 86.75 | - |
| YUV | 201.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 236 | 0.03 | 0.23 | 0 | 0.07 | 292.36 | 0.59 | 0.82 |
| Hex | E5 | B5 | EC | 3 | 17 | 0 | 7 | 124 | 3B | 52 |
| Octal | 345 | 265 | 354 | 3 | 27 | 0 | 7 | 444 | 73 | 122 |
| Binary | 11100101 | 10110101 | 11101100 | 11 | 10111 | 0 | 111 | 100100100 | 111011 | 1010010 |
Color Harmonies of #E5B5EC
Complementary color
Monochromatic Colors of #E5B5EC
Black with #E5B5EC
Text Example
Text Example
White with #E5B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B5EC; }
p { color: rgb(229,181,236); }
H1.HeaderClassName
{
color: #E5B5EC;
}
.AnyTagClassName
{
color: #E5B5EC;
}
</style>
background-color css
<style>
a { background-color: #E5B5EC; }
a { background-color: rgb(229,181,236); }
div.DivClassName
{
background-color: #E5B5EC;
}
.BgClassName
{
background-color: #E5B5EC;
}
</style>
border-color css
<style>
span { border-color: #E5B5EC; }
span { border-color: rgb(229,181,236); }
td.TdClassName
{
border-color: #E5B5EC;
}
.TagClassName
{
border-color: #E5B5EC;
}
</style>