Shades of Thistle #E2BAEA
Tints of Thistle #E2BAEA
RGB
CMYK
RGB Variations
Color information
#E2BAEA (or 0xE2BAEA) is known color: Thistle. HEX triplet: E2, BA and EA. RGB value is (226,186,234). Sum of RGB (Red+Green+Blue) = 226+186+234=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAEA is #1D4515. Grayscale: #CBCBCB. Windows color (decimal): -1918230 or 15383266. OLE color: 15383266.
HSL color Cylindrical-coordinate representation of color #E2BAEA: hue angle of 290º degrees, saturation: 0.53, 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 #E2BAEA is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 186 | 234 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.08 |
| HSL | 290º | 0.53% | 0.82% | - |
| HSV(B) | 290º | 0.21% | 0.92% | - |
| XYZ | 63.77 | 57.23 | 85.53 | - |
| YUV | 203.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 234 | 0.03 | 0.21 | 0 | 0.08 | 290 | 0.53 | 0.82 |
| Hex | E2 | BA | EA | 3 | 15 | 0 | 8 | 122 | 35 | 52 |
| Octal | 342 | 272 | 352 | 3 | 25 | 0 | 10 | 442 | 65 | 122 |
| Binary | 11100010 | 10111010 | 11101010 | 11 | 10101 | 0 | 1000 | 100100010 | 110101 | 1010010 |
Color Harmonies of #E2BAEA
Complementary color
Monochromatic Colors of #E2BAEA
Black with #E2BAEA
Text Example
Text Example
White with #E2BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BAEA; }
p { color: rgb(226,186,234); }
H1.HeaderClassName
{
color: #E2BAEA;
}
.AnyTagClassName
{
color: #E2BAEA;
}
</style>
background-color css
<style>
a { background-color: #E2BAEA; }
a { background-color: rgb(226,186,234); }
div.DivClassName
{
background-color: #E2BAEA;
}
.BgClassName
{
background-color: #E2BAEA;
}
</style>
border-color css
<style>
span { border-color: #E2BAEA; }
span { border-color: rgb(226,186,234); }
td.TdClassName
{
border-color: #E2BAEA;
}
.TagClassName
{
border-color: #E2BAEA;
}
</style>