Shades of Thistle #E2BAE6
Tints of Thistle #E2BAE6
RGB
CMYK
RGB Variations
Color information
#E2BAE6 (or 0xE2BAE6) is known color: Thistle. HEX triplet: E2, BA and E6. RGB value is (226,186,230). Sum of RGB (Red+Green+Blue) = 226+186+230=642 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.20% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 230 - color contains mainly: blue. Hex color #E2BAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAE6 is #1D4519. Grayscale: #CACACA. Windows color (decimal): -1918234 or 15121122. OLE color: 15121122.
HSL color Cylindrical-coordinate representation of color #E2BAE6: hue angle of 294.55º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2BAE6 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 186 | 230 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.10 |
| HSL | 294.55º | 0.47% | 0.82% | - |
| HSV(B) | 294.55º | 0.19% | 0.9% | - |
| XYZ | 63.21 | 57 | 82.53 | - |
| YUV | 202.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 230 | 0.02 | 0.19 | 0 | 0.10 | 294.55 | 0.47 | 0.82 |
| Hex | E2 | BA | E6 | 2 | 13 | 0 | A | 127 | 2F | 52 |
| Octal | 342 | 272 | 346 | 2 | 23 | 0 | 12 | 447 | 57 | 122 |
| Binary | 11100010 | 10111010 | 11100110 | 10 | 10011 | 0 | 1010 | 100100111 | 101111 | 1010010 |
Color Harmonies of #E2BAE6
Complementary color
Monochromatic Colors of #E2BAE6
Black with #E2BAE6
Text Example
Text Example
White with #E2BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BAE6; }
p { color: rgb(226,186,230); }
H1.HeaderClassName
{
color: #E2BAE6;
}
.AnyTagClassName
{
color: #E2BAE6;
}
</style>
background-color css
<style>
a { background-color: #E2BAE6; }
a { background-color: rgb(226,186,230); }
div.DivClassName
{
background-color: #E2BAE6;
}
.BgClassName
{
background-color: #E2BAE6;
}
</style>
border-color css
<style>
span { border-color: #E2BAE6; }
span { border-color: rgb(226,186,230); }
td.TdClassName
{
border-color: #E2BAE6;
}
.TagClassName
{
border-color: #E2BAE6;
}
</style>