Shades of Thistle #E2BEE5
Tints of Thistle #E2BEE5
RGB
CMYK
RGB Variations
Color information
#E2BEE5 (or 0xE2BEE5) is known color: Thistle. HEX triplet: E2, BE and E5. RGB value is (226,190,229). Sum of RGB (Red+Green+Blue) = 226+190+229=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 229 - color contains mainly: blue. Hex color #E2BEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2BEE5 is #1D411A. Grayscale: #CDCDCD. Windows color (decimal): -1917211 or 15056610. OLE color: 15056610.
HSL color Cylindrical-coordinate representation of color #E2BEE5: hue angle of 295.38º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2BEE5 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 190 | 229 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.10 |
| HSL | 295.38º | 0.43% | 0.82% | - |
| HSV(B) | 295.38º | 0.17% | 0.9% | - |
| XYZ | 63.92 | 58.65 | 82.08 | - |
| YUV | 205.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 229 | 0.01 | 0.17 | 0 | 0.10 | 295.38 | 0.43 | 0.82 |
| Hex | E2 | BE | E5 | 1 | 11 | 0 | A | 127 | 2B | 52 |
| Octal | 342 | 276 | 345 | 1 | 21 | 0 | 12 | 447 | 53 | 122 |
| Binary | 11100010 | 10111110 | 11100101 | 1 | 10001 | 0 | 1010 | 100100111 | 101011 | 1010010 |
Color Harmonies of #E2BEE5
Complementary color
Monochromatic Colors of #E2BEE5
Black with #E2BEE5
Text Example
Text Example
White with #E2BEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BEE5; }
p { color: rgb(226,190,229); }
H1.HeaderClassName
{
color: #E2BEE5;
}
.AnyTagClassName
{
color: #E2BEE5;
}
</style>
background-color css
<style>
a { background-color: #E2BEE5; }
a { background-color: rgb(226,190,229); }
div.DivClassName
{
background-color: #E2BEE5;
}
.BgClassName
{
background-color: #E2BEE5;
}
</style>
border-color css
<style>
span { border-color: #E2BEE5; }
span { border-color: rgb(226,190,229); }
td.TdClassName
{
border-color: #E2BEE5;
}
.TagClassName
{
border-color: #E2BEE5;
}
</style>