Shades of Thistle #E2B9EA
Tints of Thistle #E2B9EA
RGB
CMYK
RGB Variations
Color information
#E2B9EA (or 0xE2B9EA) is known color: Thistle. HEX triplet: E2, B9 and EA. RGB value is (226,185,234). Sum of RGB (Red+Green+Blue) = 226+185+234=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2B9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B9EA is #1D4615. Grayscale: #CACACA. Windows color (decimal): -1918486 or 15383010. OLE color: 15383010.
HSL color Cylindrical-coordinate representation of color #E2B9EA: hue angle of 290.2º 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 #E2B9EA is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 185 | 234 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.08 |
| HSL | 290.2º | 0.54% | 0.82% | - |
| HSV(B) | 290.2º | 0.21% | 0.92% | - |
| XYZ | 63.56 | 56.81 | 85.46 | - |
| YUV | 202.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 234 | 0.03 | 0.21 | 0 | 0.08 | 290.2 | 0.54 | 0.82 |
| Hex | E2 | B9 | EA | 3 | 15 | 0 | 8 | 122 | 36 | 52 |
| Octal | 342 | 271 | 352 | 3 | 25 | 0 | 10 | 442 | 66 | 122 |
| Binary | 11100010 | 10111001 | 11101010 | 11 | 10101 | 0 | 1000 | 100100010 | 110110 | 1010010 |
Color Harmonies of #E2B9EA
Complementary color
Monochromatic Colors of #E2B9EA
Black with #E2B9EA
Text Example
Text Example
White with #E2B9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B9EA; }
p { color: rgb(226,185,234); }
H1.HeaderClassName
{
color: #E2B9EA;
}
.AnyTagClassName
{
color: #E2B9EA;
}
</style>
background-color css
<style>
a { background-color: #E2B9EA; }
a { background-color: rgb(226,185,234); }
div.DivClassName
{
background-color: #E2B9EA;
}
.BgClassName
{
background-color: #E2B9EA;
}
</style>
border-color css
<style>
span { border-color: #E2B9EA; }
span { border-color: rgb(226,185,234); }
td.TdClassName
{
border-color: #E2B9EA;
}
.TagClassName
{
border-color: #E2B9EA;
}
</style>