Shades of Thistle #E1B8E6
Tints of Thistle #E1B8E6
RGB
CMYK
RGB Variations
Color information
#E1B8E6 (or 0xE1B8E6) is known color: Thistle. HEX triplet: E1, B8 and E6. RGB value is (225,184,230). Sum of RGB (Red+Green+Blue) = 225+184+230=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 184 (72.27% from 255 or 28.79% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1B8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B8E6 is #1E4719. Grayscale: #C9C9C9. Windows color (decimal): -1984282 or 15120609. OLE color: 15120609.
HSL color Cylindrical-coordinate representation of color #E1B8E6: hue angle of 293.48º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1B8E6 is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 184 | 230 | - |
| CMYK | 0.02 | 0.2 | 0 | 0.10 |
| HSL | 293.48º | 0.48% | 0.81% | - |
| HSV(B) | 293.48º | 0.2% | 0.9% | - |
| XYZ | 62.47 | 56 | 82.38 | - |
| YUV | 201.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 230 | 0.02 | 0.2 | 0 | 0.10 | 293.48 | 0.48 | 0.81 |
| Hex | E1 | B8 | E6 | 2 | 14 | 0 | A | 125 | 30 | 51 |
| Octal | 341 | 270 | 346 | 2 | 24 | 0 | 12 | 445 | 60 | 121 |
| Binary | 11100001 | 10111000 | 11100110 | 10 | 10100 | 0 | 1010 | 100100101 | 110000 | 1010001 |
Color Harmonies of #E1B8E6
Complementary color
Monochromatic Colors of #E1B8E6
Black with #E1B8E6
Text Example
Text Example
White with #E1B8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B8E6; }
p { color: rgb(225,184,230); }
H1.HeaderClassName
{
color: #E1B8E6;
}
.AnyTagClassName
{
color: #E1B8E6;
}
</style>
background-color css
<style>
a { background-color: #E1B8E6; }
a { background-color: rgb(225,184,230); }
div.DivClassName
{
background-color: #E1B8E6;
}
.BgClassName
{
background-color: #E1B8E6;
}
</style>
border-color css
<style>
span { border-color: #E1B8E6; }
span { border-color: rgb(225,184,230); }
td.TdClassName
{
border-color: #E1B8E6;
}
.TagClassName
{
border-color: #E1B8E6;
}
</style>