Shades of Thistle #E5B7EA
Tints of Thistle #E5B7EA
RGB
CMYK
RGB Variations
Color information
#E5B7EA (or 0xE5B7EA) is known color: Thistle. HEX triplet: E5, B7 and EA. RGB value is (229,183,234). Sum of RGB (Red+Green+Blue) = 229+183+234=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 183 (71.88% from 255 or 28.33% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5B7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5B7EA is #1A4815. Grayscale: #CACACA. Windows color (decimal): -1722390 or 15382501. OLE color: 15382501.
HSL color Cylindrical-coordinate representation of color #E5B7EA: hue angle of 294.12º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5B7EA is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 183 | 234 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.08 |
| HSL | 294.12º | 0.55% | 0.82% | - |
| HSV(B) | 294.12º | 0.22% | 0.92% | - |
| XYZ | 64.1 | 56.47 | 85.36 | - |
| YUV | 202.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 234 | 0.02 | 0.22 | 0 | 0.08 | 294.12 | 0.55 | 0.82 |
| Hex | E5 | B7 | EA | 2 | 16 | 0 | 8 | 126 | 37 | 52 |
| Octal | 345 | 267 | 352 | 2 | 26 | 0 | 10 | 446 | 67 | 122 |
| Binary | 11100101 | 10110111 | 11101010 | 10 | 10110 | 0 | 1000 | 100100110 | 110111 | 1010010 |
Color Harmonies of #E5B7EA
Complementary color
Monochromatic Colors of #E5B7EA
Black with #E5B7EA
Text Example
Text Example
White with #E5B7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B7EA; }
p { color: rgb(229,183,234); }
H1.HeaderClassName
{
color: #E5B7EA;
}
.AnyTagClassName
{
color: #E5B7EA;
}
</style>
background-color css
<style>
a { background-color: #E5B7EA; }
a { background-color: rgb(229,183,234); }
div.DivClassName
{
background-color: #E5B7EA;
}
.BgClassName
{
background-color: #E5B7EA;
}
</style>
border-color css
<style>
span { border-color: #E5B7EA; }
span { border-color: rgb(229,183,234); }
td.TdClassName
{
border-color: #E5B7EA;
}
.TagClassName
{
border-color: #E5B7EA;
}
</style>