Shades of Thistle #E1B4EA
Tints of Thistle #E1B4EA
RGB
CMYK
RGB Variations
Color information
#E1B4EA (or 0xE1B4EA) is known color: Thistle. HEX triplet: E1, B4 and EA. RGB value is (225,180,234). Sum of RGB (Red+Green+Blue) = 225+180+234=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 180 (70.70% from 255 or 28.17% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1B4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1B4EA is #1E4B15. Grayscale: #C7C7C7. Windows color (decimal): -1985302 or 15381729. OLE color: 15381729.
HSL color Cylindrical-coordinate representation of color #E1B4EA: hue angle of 290º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E1B4EA is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 180 | 234 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.08 |
| HSL | 290º | 0.56% | 0.81% | - |
| HSV(B) | 290º | 0.23% | 0.92% | - |
| XYZ | 62.22 | 54.59 | 85.1 | - |
| YUV | 199.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 234 | 0.04 | 0.23 | 0 | 0.08 | 290 | 0.56 | 0.81 |
| Hex | E1 | B4 | EA | 4 | 17 | 0 | 8 | 122 | 38 | 51 |
| Octal | 341 | 264 | 352 | 4 | 27 | 0 | 10 | 442 | 70 | 121 |
| Binary | 11100001 | 10110100 | 11101010 | 100 | 10111 | 0 | 1000 | 100100010 | 111000 | 1010001 |
Color Harmonies of #E1B4EA
Complementary color
Monochromatic Colors of #E1B4EA
Black with #E1B4EA
Text Example
Text Example
White with #E1B4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B4EA; }
p { color: rgb(225,180,234); }
H1.HeaderClassName
{
color: #E1B4EA;
}
.AnyTagClassName
{
color: #E1B4EA;
}
</style>
background-color css
<style>
a { background-color: #E1B4EA; }
a { background-color: rgb(225,180,234); }
div.DivClassName
{
background-color: #E1B4EA;
}
.BgClassName
{
background-color: #E1B4EA;
}
</style>
border-color css
<style>
span { border-color: #E1B4EA; }
span { border-color: rgb(225,180,234); }
td.TdClassName
{
border-color: #E1B4EA;
}
.TagClassName
{
border-color: #E1B4EA;
}
</style>