Shades of Thistle #E0B9EA
Tints of Thistle #E0B9EA
RGB
CMYK
RGB Variations
Color information
#E0B9EA (or 0xE0B9EA) is known color: Thistle. HEX triplet: E0, B9 and EA. RGB value is (224,185,234). Sum of RGB (Red+Green+Blue) = 224+185+234=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0B9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B9EA is #1F4615. Grayscale: #CACACA. Windows color (decimal): -2049558 or 15383008. OLE color: 15383008.
HSL color Cylindrical-coordinate representation of color #E0B9EA: hue angle of 287.76º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0B9EA is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 185 | 234 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.08 |
| HSL | 287.76º | 0.54% | 0.82% | - |
| HSV(B) | 287.76º | 0.21% | 0.92% | - |
| XYZ | 62.94 | 56.49 | 85.43 | - |
| YUV | 202.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 185 | 234 | 0.04 | 0.21 | 0 | 0.08 | 287.76 | 0.54 | 0.82 |
| Hex | E0 | B9 | EA | 4 | 15 | 0 | 8 | 120 | 36 | 52 |
| Octal | 340 | 271 | 352 | 4 | 25 | 0 | 10 | 440 | 66 | 122 |
| Binary | 11100000 | 10111001 | 11101010 | 100 | 10101 | 0 | 1000 | 100100000 | 110110 | 1010010 |
Color Harmonies of #E0B9EA
Complementary color
Monochromatic Colors of #E0B9EA
Black with #E0B9EA
Text Example
Text Example
White with #E0B9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B9EA; }
p { color: rgb(224,185,234); }
H1.HeaderClassName
{
color: #E0B9EA;
}
.AnyTagClassName
{
color: #E0B9EA;
}
</style>
background-color css
<style>
a { background-color: #E0B9EA; }
a { background-color: rgb(224,185,234); }
div.DivClassName
{
background-color: #E0B9EA;
}
.BgClassName
{
background-color: #E0B9EA;
}
</style>
border-color css
<style>
span { border-color: #E0B9EA; }
span { border-color: rgb(224,185,234); }
td.TdClassName
{
border-color: #E0B9EA;
}
.TagClassName
{
border-color: #E0B9EA;
}
</style>