Shades of Thistle #E2BEEA
Tints of Thistle #E2BEEA
RGB
CMYK
RGB Variations
Color information
#E2BEEA (or 0xE2BEEA) is known color: Thistle. HEX triplet: E2, BE and EA. RGB value is (226,190,234). Sum of RGB (Red+Green+Blue) = 226+190+234=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BEEA is #1D4115. Grayscale: #CDCDCD. Windows color (decimal): -1917206 or 15384290. OLE color: 15384290.
HSL color Cylindrical-coordinate representation of color #E2BEEA: hue angle of 289.09º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E2BEEA is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 190 | 234 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.08 |
| HSL | 289.09º | 0.51% | 0.83% | - |
| HSV(B) | 289.09º | 0.19% | 0.92% | - |
| XYZ | 64.63 | 58.94 | 85.81 | - |
| YUV | 205.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 234 | 0.03 | 0.19 | 0 | 0.08 | 289.09 | 0.51 | 0.83 |
| Hex | E2 | BE | EA | 3 | 13 | 0 | 8 | 121 | 33 | 53 |
| Octal | 342 | 276 | 352 | 3 | 23 | 0 | 10 | 441 | 63 | 123 |
| Binary | 11100010 | 10111110 | 11101010 | 11 | 10011 | 0 | 1000 | 100100001 | 110011 | 1010011 |
Color Harmonies of #E2BEEA
Complementary color
Monochromatic Colors of #E2BEEA
Black with #E2BEEA
Text Example
Text Example
White with #E2BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BEEA; }
p { color: rgb(226,190,234); }
H1.HeaderClassName
{
color: #E2BEEA;
}
.AnyTagClassName
{
color: #E2BEEA;
}
</style>
background-color css
<style>
a { background-color: #E2BEEA; }
a { background-color: rgb(226,190,234); }
div.DivClassName
{
background-color: #E2BEEA;
}
.BgClassName
{
background-color: #E2BEEA;
}
</style>
border-color css
<style>
span { border-color: #E2BEEA; }
span { border-color: rgb(226,190,234); }
td.TdClassName
{
border-color: #E2BEEA;
}
.TagClassName
{
border-color: #E2BEEA;
}
</style>