Shades of Thistle #E0B6E8
Tints of Thistle #E0B6E8
RGB
CMYK
RGB Variations
Color information
#E0B6E8 (or 0xE0B6E8) is known color: Thistle. HEX triplet: E0, B6 and E8. RGB value is (224,182,232). Sum of RGB (Red+Green+Blue) = 224+182+232=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #E0B6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B6E8 is #1F4917. Grayscale: #C8C8C8. Windows color (decimal): -2050328 or 15251168. OLE color: 15251168.
HSL color Cylindrical-coordinate representation of color #E0B6E8: hue angle of 290.4º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0B6E8 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 182 | 232 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.09 |
| HSL | 290.4º | 0.52% | 0.81% | - |
| HSV(B) | 290.4º | 0.22% | 0.91% | - |
| XYZ | 62.03 | 55.13 | 83.72 | - |
| YUV | 200.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 182 | 232 | 0.03 | 0.22 | 0 | 0.09 | 290.4 | 0.52 | 0.81 |
| Hex | E0 | B6 | E8 | 3 | 16 | 0 | 9 | 122 | 34 | 51 |
| Octal | 340 | 266 | 350 | 3 | 26 | 0 | 11 | 442 | 64 | 121 |
| Binary | 11100000 | 10110110 | 11101000 | 11 | 10110 | 0 | 1001 | 100100010 | 110100 | 1010001 |
Color Harmonies of #E0B6E8
Complementary color
Monochromatic Colors of #E0B6E8
Black with #E0B6E8
Text Example
Text Example
White with #E0B6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B6E8; }
p { color: rgb(224,182,232); }
H1.HeaderClassName
{
color: #E0B6E8;
}
.AnyTagClassName
{
color: #E0B6E8;
}
</style>
background-color css
<style>
a { background-color: #E0B6E8; }
a { background-color: rgb(224,182,232); }
div.DivClassName
{
background-color: #E0B6E8;
}
.BgClassName
{
background-color: #E0B6E8;
}
</style>
border-color css
<style>
span { border-color: #E0B6E8; }
span { border-color: rgb(224,182,232); }
td.TdClassName
{
border-color: #E0B6E8;
}
.TagClassName
{
border-color: #E0B6E8;
}
</style>