Shades of Thistle #E5BAEA
Tints of Thistle #E5BAEA
RGB
CMYK
RGB Variations
Color information
#E5BAEA (or 0xE5BAEA) is known color: Thistle. HEX triplet: E5, BA and EA. RGB value is (229,186,234). Sum of RGB (Red+Green+Blue) = 229+186+234=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 186 (73.05% from 255 or 28.66% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5BAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5BAEA is #1A4515. Grayscale: #CCCCCC. Windows color (decimal): -1721622 or 15383269. OLE color: 15383269.
HSL color Cylindrical-coordinate representation of color #E5BAEA: hue angle of 293.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E5BAEA is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 186 | 234 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.08 |
| HSL | 293.75º | 0.53% | 0.82% | - |
| HSV(B) | 293.75º | 0.21% | 0.92% | - |
| XYZ | 64.72 | 57.72 | 85.57 | - |
| YUV | 204.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 234 | 0.02 | 0.21 | 0 | 0.08 | 293.75 | 0.53 | 0.82 |
| Hex | E5 | BA | EA | 2 | 15 | 0 | 8 | 126 | 35 | 52 |
| Octal | 345 | 272 | 352 | 2 | 25 | 0 | 10 | 446 | 65 | 122 |
| Binary | 11100101 | 10111010 | 11101010 | 10 | 10101 | 0 | 1000 | 100100110 | 110101 | 1010010 |
Color Harmonies of #E5BAEA
Complementary color
Monochromatic Colors of #E5BAEA
Black with #E5BAEA
Text Example
Text Example
White with #E5BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BAEA; }
p { color: rgb(229,186,234); }
H1.HeaderClassName
{
color: #E5BAEA;
}
.AnyTagClassName
{
color: #E5BAEA;
}
</style>
background-color css
<style>
a { background-color: #E5BAEA; }
a { background-color: rgb(229,186,234); }
div.DivClassName
{
background-color: #E5BAEA;
}
.BgClassName
{
background-color: #E5BAEA;
}
</style>
border-color css
<style>
span { border-color: #E5BAEA; }
span { border-color: rgb(229,186,234); }
td.TdClassName
{
border-color: #E5BAEA;
}
.TagClassName
{
border-color: #E5BAEA;
}
</style>