Shades of Thistle #E2B5E6
Tints of Thistle #E2B5E6
RGB
CMYK
RGB Variations
Color information
#E2B5E6 (or 0xE2B5E6) is known color: Thistle. HEX triplet: E2, B5 and E6. RGB value is (226,181,230). Sum of RGB (Red+Green+Blue) = 226+181+230=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 181 (71.09% from 255 or 28.41% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #E2B5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B5E6 is #1D4A19. Grayscale: #C7C7C7. Windows color (decimal): -1919514 or 15119842. OLE color: 15119842.
HSL color Cylindrical-coordinate representation of color #E2B5E6: hue angle of 295.1º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2B5E6 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 181 | 230 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.10 |
| HSL | 295.1º | 0.49% | 0.81% | - |
| HSV(B) | 295.1º | 0.21% | 0.9% | - |
| XYZ | 62.17 | 54.93 | 82.19 | - |
| YUV | 200.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 230 | 0.02 | 0.21 | 0 | 0.10 | 295.1 | 0.49 | 0.81 |
| Hex | E2 | B5 | E6 | 2 | 15 | 0 | A | 127 | 31 | 51 |
| Octal | 342 | 265 | 346 | 2 | 25 | 0 | 12 | 447 | 61 | 121 |
| Binary | 11100010 | 10110101 | 11100110 | 10 | 10101 | 0 | 1010 | 100100111 | 110001 | 1010001 |
Color Harmonies of #E2B5E6
Complementary color
Monochromatic Colors of #E2B5E6
Black with #E2B5E6
Text Example
Text Example
White with #E2B5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B5E6; }
p { color: rgb(226,181,230); }
H1.HeaderClassName
{
color: #E2B5E6;
}
.AnyTagClassName
{
color: #E2B5E6;
}
</style>
background-color css
<style>
a { background-color: #E2B5E6; }
a { background-color: rgb(226,181,230); }
div.DivClassName
{
background-color: #E2B5E6;
}
.BgClassName
{
background-color: #E2B5E6;
}
</style>
border-color css
<style>
span { border-color: #E2B5E6; }
span { border-color: rgb(226,181,230); }
td.TdClassName
{
border-color: #E2B5E6;
}
.TagClassName
{
border-color: #E2B5E6;
}
</style>