Shades of Thistle #E1B3E9
Tints of Thistle #E1B3E9
RGB
CMYK
RGB Variations
Color information
#E1B3E9 (or 0xE1B3E9) is known color: Thistle. HEX triplet: E1, B3 and E9. RGB value is (225,179,233). Sum of RGB (Red+Green+Blue) = 225+179+233=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 233 - color contains mainly: blue. Hex color #E1B3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B3E9 is #1E4C16. Grayscale: #C6C6C6. Windows color (decimal): -1985559 or 15315937. OLE color: 15315937.
HSL color Cylindrical-coordinate representation of color #E1B3E9: hue angle of 291.11º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1B3E9 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 179 | 233 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.09 |
| HSL | 291.11º | 0.55% | 0.81% | - |
| HSV(B) | 291.11º | 0.23% | 0.91% | - |
| XYZ | 61.88 | 54.13 | 84.28 | - |
| YUV | 198.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 233 | 0.03 | 0.23 | 0 | 0.09 | 291.11 | 0.55 | 0.81 |
| Hex | E1 | B3 | E9 | 3 | 17 | 0 | 9 | 123 | 37 | 51 |
| Octal | 341 | 263 | 351 | 3 | 27 | 0 | 11 | 443 | 67 | 121 |
| Binary | 11100001 | 10110011 | 11101001 | 11 | 10111 | 0 | 1001 | 100100011 | 110111 | 1010001 |
Color Harmonies of #E1B3E9
Complementary color
Monochromatic Colors of #E1B3E9
Black with #E1B3E9
Text Example
Text Example
White with #E1B3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B3E9; }
p { color: rgb(225,179,233); }
H1.HeaderClassName
{
color: #E1B3E9;
}
.AnyTagClassName
{
color: #E1B3E9;
}
</style>
background-color css
<style>
a { background-color: #E1B3E9; }
a { background-color: rgb(225,179,233); }
div.DivClassName
{
background-color: #E1B3E9;
}
.BgClassName
{
background-color: #E1B3E9;
}
</style>
border-color css
<style>
span { border-color: #E1B3E9; }
span { border-color: rgb(225,179,233); }
td.TdClassName
{
border-color: #E1B3E9;
}
.TagClassName
{
border-color: #E1B3E9;
}
</style>