Shades of Thistle #E5C0E9
Tints of Thistle #E5C0E9
RGB
CMYK
RGB Variations
Color information
#E5C0E9 (or 0xE5C0E9) is known color: Thistle. HEX triplet: E5, C0 and E9. RGB value is (229,192,233). Sum of RGB (Red+Green+Blue) = 229+192+233=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 233 - color contains mainly: blue. Hex color #E5C0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C0E9 is #1A3F16. Grayscale: #CFCFCF. Windows color (decimal): -1720087 or 15319269. OLE color: 15319269.
HSL color Cylindrical-coordinate representation of color #E5C0E9: hue angle of 294.15º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5C0E9 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 192 | 233 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.09 |
| HSL | 294.15º | 0.48% | 0.83% | - |
| HSV(B) | 294.15º | 0.18% | 0.91% | - |
| XYZ | 65.87 | 60.24 | 85.25 | - |
| YUV | 207.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 233 | 0.02 | 0.18 | 0 | 0.09 | 294.15 | 0.48 | 0.83 |
| Hex | E5 | C0 | E9 | 2 | 12 | 0 | 9 | 126 | 30 | 53 |
| Octal | 345 | 300 | 351 | 2 | 22 | 0 | 11 | 446 | 60 | 123 |
| Binary | 11100101 | 11000000 | 11101001 | 10 | 10010 | 0 | 1001 | 100100110 | 110000 | 1010011 |
Color Harmonies of #E5C0E9
Complementary color
Monochromatic Colors of #E5C0E9
Black with #E5C0E9
Text Example
Text Example
White with #E5C0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C0E9; }
p { color: rgb(229,192,233); }
H1.HeaderClassName
{
color: #E5C0E9;
}
.AnyTagClassName
{
color: #E5C0E9;
}
</style>
background-color css
<style>
a { background-color: #E5C0E9; }
a { background-color: rgb(229,192,233); }
div.DivClassName
{
background-color: #E5C0E9;
}
.BgClassName
{
background-color: #E5C0E9;
}
</style>
border-color css
<style>
span { border-color: #E5C0E9; }
span { border-color: rgb(229,192,233); }
td.TdClassName
{
border-color: #E5C0E9;
}
.TagClassName
{
border-color: #E5C0E9;
}
</style>