Shades of Thistle #E1B8E8
Tints of Thistle #E1B8E8
RGB
CMYK
RGB Variations
Color information
#E1B8E8 (or 0xE1B8E8) is known color: Thistle. HEX triplet: E1, B8 and E8. RGB value is (225,184,232). Sum of RGB (Red+Green+Blue) = 225+184+232=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 184 (72.27% from 255 or 28.71% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 232 - color contains mainly: blue. Hex color #E1B8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B8E8 is #1E4717. Grayscale: #C9C9C9. Windows color (decimal): -1984280 or 15251681. OLE color: 15251681.
HSL color Cylindrical-coordinate representation of color #E1B8E8: hue angle of 291.25º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1B8E8 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 184 | 232 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.09 |
| HSL | 291.25º | 0.51% | 0.82% | - |
| HSV(B) | 291.25º | 0.21% | 0.91% | - |
| XYZ | 62.76 | 56.11 | 83.87 | - |
| YUV | 201.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 232 | 0.03 | 0.21 | 0 | 0.09 | 291.25 | 0.51 | 0.82 |
| Hex | E1 | B8 | E8 | 3 | 15 | 0 | 9 | 123 | 33 | 52 |
| Octal | 341 | 270 | 350 | 3 | 25 | 0 | 11 | 443 | 63 | 122 |
| Binary | 11100001 | 10111000 | 11101000 | 11 | 10101 | 0 | 1001 | 100100011 | 110011 | 1010010 |
Color Harmonies of #E1B8E8
Complementary color
Monochromatic Colors of #E1B8E8
Black with #E1B8E8
Text Example
Text Example
White with #E1B8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B8E8; }
p { color: rgb(225,184,232); }
H1.HeaderClassName
{
color: #E1B8E8;
}
.AnyTagClassName
{
color: #E1B8E8;
}
</style>
background-color css
<style>
a { background-color: #E1B8E8; }
a { background-color: rgb(225,184,232); }
div.DivClassName
{
background-color: #E1B8E8;
}
.BgClassName
{
background-color: #E1B8E8;
}
</style>
border-color css
<style>
span { border-color: #E1B8E8; }
span { border-color: rgb(225,184,232); }
td.TdClassName
{
border-color: #E1B8E8;
}
.TagClassName
{
border-color: #E1B8E8;
}
</style>