Shades of Thistle #E0BEE0
Tints of Thistle #E0BEE0
RGB
CMYK
RGB Variations
Color information
#E0BEE0 (or 0xE0BEE0) is known color: Thistle. HEX triplet: E0, BE and E0. RGB value is (224,190,224). Sum of RGB (Red+Green+Blue) = 224+190+224=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E0BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BEE0 is #1F411F. Grayscale: #CBCBCB. Windows color (decimal): -2048288 or 14728928. OLE color: 14728928.
HSL color Cylindrical-coordinate representation of color #E0BEE0: hue angle of 300º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BEE0 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 224 | - |
| CMYK | 0 | 0.15 | 0 | 0.12 |
| HSL | 300º | 0.35% | 0.81% | - |
| HSV(B) | 300º | 0.15% | 0.88% | - |
| XYZ | 62.61 | 58.06 | 78.43 | - |
| YUV | 204.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 224 | 0 | 0.15 | 0 | 0.12 | 300 | 0.35 | 0.81 |
| Hex | E0 | BE | E0 | 0 | F | 0 | C | 12C | 23 | 51 |
| Octal | 340 | 276 | 340 | 0 | 17 | 0 | 14 | 454 | 43 | 121 |
| Binary | 11100000 | 10111110 | 11100000 | 0 | 1111 | 0 | 1100 | 100101100 | 100011 | 1010001 |
Color Harmonies of #E0BEE0
Complementary color
Monochromatic Colors of #E0BEE0
Black with #E0BEE0
Text Example
Text Example
White with #E0BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BEE0; }
p { color: rgb(224,190,224); }
H1.HeaderClassName
{
color: #E0BEE0;
}
.AnyTagClassName
{
color: #E0BEE0;
}
</style>
background-color css
<style>
a { background-color: #E0BEE0; }
a { background-color: rgb(224,190,224); }
div.DivClassName
{
background-color: #E0BEE0;
}
.BgClassName
{
background-color: #E0BEE0;
}
</style>
border-color css
<style>
span { border-color: #E0BEE0; }
span { border-color: rgb(224,190,224); }
td.TdClassName
{
border-color: #E0BEE0;
}
.TagClassName
{
border-color: #E0BEE0;
}
</style>