Shades of Thistle #E1BFE1
Tints of Thistle #E1BFE1
RGB
CMYK
RGB Variations
Color information
#E1BFE1 (or 0xE1BFE1) is known color: Thistle. HEX triplet: E1, BF and E1. RGB value is (225,191,225). Sum of RGB (Red+Green+Blue) = 225+191+225=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E1BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1BFE1 is #1E401E. Grayscale: #CCCCCC. Windows color (decimal): -1982495 or 14794721. OLE color: 14794721.
HSL color Cylindrical-coordinate representation of color #E1BFE1: hue angle of 300º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1BFE1 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 225 | - |
| CMYK | 0 | 0.15 | 0 | 0.12 |
| HSL | 300º | 0.36% | 0.82% | - |
| HSV(B) | 300º | 0.15% | 0.88% | - |
| XYZ | 63.27 | 58.71 | 79.23 | - |
| YUV | 205.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 225 | 0 | 0.15 | 0 | 0.12 | 300 | 0.36 | 0.82 |
| Hex | E1 | BF | E1 | 0 | F | 0 | C | 12C | 24 | 52 |
| Octal | 341 | 277 | 341 | 0 | 17 | 0 | 14 | 454 | 44 | 122 |
| Binary | 11100001 | 10111111 | 11100001 | 0 | 1111 | 0 | 1100 | 100101100 | 100100 | 1010010 |
Color Harmonies of #E1BFE1
Complementary color
Monochromatic Colors of #E1BFE1
Black with #E1BFE1
Text Example
Text Example
White with #E1BFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BFE1; }
p { color: rgb(225,191,225); }
H1.HeaderClassName
{
color: #E1BFE1;
}
.AnyTagClassName
{
color: #E1BFE1;
}
</style>
background-color css
<style>
a { background-color: #E1BFE1; }
a { background-color: rgb(225,191,225); }
div.DivClassName
{
background-color: #E1BFE1;
}
.BgClassName
{
background-color: #E1BFE1;
}
</style>
border-color css
<style>
span { border-color: #E1BFE1; }
span { border-color: rgb(225,191,225); }
td.TdClassName
{
border-color: #E1BFE1;
}
.TagClassName
{
border-color: #E1BFE1;
}
</style>