Shades of Thistle #E1B5E5
Tints of Thistle #E1B5E5
RGB
CMYK
RGB Variations
Color information
#E1B5E5 (or 0xE1B5E5) is known color: Thistle. HEX triplet: E1, B5 and E5. RGB value is (225,181,229). Sum of RGB (Red+Green+Blue) = 225+181+229=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #E1B5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1B5E5 is #1E4A1A. Grayscale: #C7C7C7. Windows color (decimal): -1985051 or 15054305. OLE color: 15054305.
HSL color Cylindrical-coordinate representation of color #E1B5E5: hue angle of 295º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1B5E5 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 181 | 229 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.10 |
| HSL | 295º | 0.48% | 0.8% | - |
| HSV(B) | 295º | 0.21% | 0.9% | - |
| XYZ | 61.72 | 54.71 | 81.44 | - |
| YUV | 199.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 229 | 0.02 | 0.21 | 0 | 0.10 | 295 | 0.48 | 0.8 |
| Hex | E1 | B5 | E5 | 2 | 15 | 0 | A | 127 | 30 | 50 |
| Octal | 341 | 265 | 345 | 2 | 25 | 0 | 12 | 447 | 60 | 120 |
| Binary | 11100001 | 10110101 | 11100101 | 10 | 10101 | 0 | 1010 | 100100111 | 110000 | 1010000 |
Color Harmonies of #E1B5E5
Complementary color
Monochromatic Colors of #E1B5E5
Black with #E1B5E5
Text Example
Text Example
White with #E1B5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B5E5; }
p { color: rgb(225,181,229); }
H1.HeaderClassName
{
color: #E1B5E5;
}
.AnyTagClassName
{
color: #E1B5E5;
}
</style>
background-color css
<style>
a { background-color: #E1B5E5; }
a { background-color: rgb(225,181,229); }
div.DivClassName
{
background-color: #E1B5E5;
}
.BgClassName
{
background-color: #E1B5E5;
}
</style>
border-color css
<style>
span { border-color: #E1B5E5; }
span { border-color: rgb(225,181,229); }
td.TdClassName
{
border-color: #E1B5E5;
}
.TagClassName
{
border-color: #E1B5E5;
}
</style>