Shades of Thistle #E7B9EA
Tints of Thistle #E7B9EA
RGB
CMYK
RGB Variations
Color information
#E7B9EA (or 0xE7B9EA) is known color: Thistle. HEX triplet: E7, B9 and EA. RGB value is (231,185,234). Sum of RGB (Red+Green+Blue) = 231+185+234=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 185 (72.66% from 255 or 28.46% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7B9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B9EA is #184615. Grayscale: #CCCCCC. Windows color (decimal): -1590806 or 15383015. OLE color: 15383015.
HSL color Cylindrical-coordinate representation of color #E7B9EA: hue angle of 296.33º 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 #E7B9EA is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 185 | 234 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.08 |
| HSL | 296.33º | 0.54% | 0.82% | - |
| HSV(B) | 296.33º | 0.21% | 0.92% | - |
| XYZ | 65.16 | 57.63 | 85.53 | - |
| YUV | 204.34 | 144.74 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 234 | 0.01 | 0.21 | 0 | 0.08 | 296.33 | 0.54 | 0.82 |
| Hex | E7 | B9 | EA | 1 | 15 | 0 | 8 | 128 | 36 | 52 |
| Octal | 347 | 271 | 352 | 1 | 25 | 0 | 10 | 450 | 66 | 122 |
| Binary | 11100111 | 10111001 | 11101010 | 1 | 10101 | 0 | 1000 | 100101000 | 110110 | 1010010 |
Color Harmonies of #E7B9EA
Complementary color
Monochromatic Colors of #E7B9EA
Black with #E7B9EA
Text Example
Text Example
White with #E7B9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B9EA; }
p { color: rgb(231,185,234); }
H1.HeaderClassName
{
color: #E7B9EA;
}
.AnyTagClassName
{
color: #E7B9EA;
}
</style>
background-color css
<style>
a { background-color: #E7B9EA; }
a { background-color: rgb(231,185,234); }
div.DivClassName
{
background-color: #E7B9EA;
}
.BgClassName
{
background-color: #E7B9EA;
}
</style>
border-color css
<style>
span { border-color: #E7B9EA; }
span { border-color: rgb(231,185,234); }
td.TdClassName
{
border-color: #E7B9EA;
}
.TagClassName
{
border-color: #E7B9EA;
}
</style>