Shades of Thistle #E0BAE0
Tints of Thistle #E0BAE0
RGB
CMYK
RGB Variations
Color information
#E0BAE0 (or 0xE0BAE0) is known color: Thistle. HEX triplet: E0, BA and E0. RGB value is (224,186,224). Sum of RGB (Red+Green+Blue) = 224+186+224=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E0BAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BAE0 is #1F451F. Grayscale: #C9C9C9. Windows color (decimal): -2049312 or 14727904. OLE color: 14727904.
HSL color Cylindrical-coordinate representation of color #E0BAE0: hue angle of 300º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BAE0 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 186 | 224 | - |
| CMYK | 0 | 0.17 | 0 | 0.12 |
| HSL | 300º | 0.38% | 0.8% | - |
| HSV(B) | 300º | 0.17% | 0.88% | - |
| XYZ | 61.75 | 56.35 | 78.14 | - |
| YUV | 201.69 | 140.59 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 224 | 0 | 0.17 | 0 | 0.12 | 300 | 0.38 | 0.8 |
| Hex | E0 | BA | E0 | 0 | 11 | 0 | C | 12C | 26 | 50 |
| Octal | 340 | 272 | 340 | 0 | 21 | 0 | 14 | 454 | 46 | 120 |
| Binary | 11100000 | 10111010 | 11100000 | 0 | 10001 | 0 | 1100 | 100101100 | 100110 | 1010000 |
Color Harmonies of #E0BAE0
Complementary color
Monochromatic Colors of #E0BAE0
Black with #E0BAE0
Text Example
Text Example
White with #E0BAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BAE0; }
p { color: rgb(224,186,224); }
H1.HeaderClassName
{
color: #E0BAE0;
}
.AnyTagClassName
{
color: #E0BAE0;
}
</style>
background-color css
<style>
a { background-color: #E0BAE0; }
a { background-color: rgb(224,186,224); }
div.DivClassName
{
background-color: #E0BAE0;
}
.BgClassName
{
background-color: #E0BAE0;
}
</style>
border-color css
<style>
span { border-color: #E0BAE0; }
span { border-color: rgb(224,186,224); }
td.TdClassName
{
border-color: #E0BAE0;
}
.TagClassName
{
border-color: #E0BAE0;
}
</style>