Shades of Thistle #E2B6E6
Tints of Thistle #E2B6E6
RGB
CMYK
RGB Variations
Color information
#E2B6E6 (or 0xE2B6E6) is known color: Thistle. HEX triplet: E2, B6 and E6. RGB value is (226,182,230). Sum of RGB (Red+Green+Blue) = 226+182+230=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #E2B6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B6E6 is #1D4919. Grayscale: #C8C8C8. Windows color (decimal): -1919258 or 15120098. OLE color: 15120098.
HSL color Cylindrical-coordinate representation of color #E2B6E6: hue angle of 295º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2B6E6 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 182 | 230 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.10 |
| HSL | 295º | 0.49% | 0.81% | - |
| HSV(B) | 295º | 0.21% | 0.9% | - |
| XYZ | 62.37 | 55.34 | 82.26 | - |
| YUV | 200.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 230 | 0.02 | 0.21 | 0 | 0.10 | 295 | 0.49 | 0.81 |
| Hex | E2 | B6 | E6 | 2 | 15 | 0 | A | 127 | 31 | 51 |
| Octal | 342 | 266 | 346 | 2 | 25 | 0 | 12 | 447 | 61 | 121 |
| Binary | 11100010 | 10110110 | 11100110 | 10 | 10101 | 0 | 1010 | 100100111 | 110001 | 1010001 |
Color Harmonies of #E2B6E6
Complementary color
Monochromatic Colors of #E2B6E6
Black with #E2B6E6
Text Example
Text Example
White with #E2B6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B6E6; }
p { color: rgb(226,182,230); }
H1.HeaderClassName
{
color: #E2B6E6;
}
.AnyTagClassName
{
color: #E2B6E6;
}
</style>
background-color css
<style>
a { background-color: #E2B6E6; }
a { background-color: rgb(226,182,230); }
div.DivClassName
{
background-color: #E2B6E6;
}
.BgClassName
{
background-color: #E2B6E6;
}
</style>
border-color css
<style>
span { border-color: #E2B6E6; }
span { border-color: rgb(226,182,230); }
td.TdClassName
{
border-color: #E2B6E6;
}
.TagClassName
{
border-color: #E2B6E6;
}
</style>