Shades of Thistle #E0B6E4
Tints of Thistle #E0B6E4
RGB
CMYK
RGB Variations
Color information
#E0B6E4 (or 0xE0B6E4) is known color: Thistle. HEX triplet: E0, B6 and E4. RGB value is (224,182,228). Sum of RGB (Red+Green+Blue) = 224+182+228=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 182 (71.48% from 255 or 28.71% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 228 - color contains mainly: blue. Hex color #E0B6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0B6E4 is #1F491B. Grayscale: #C7C7C7. Windows color (decimal): -2050332 or 14989024. OLE color: 14989024.
HSL color Cylindrical-coordinate representation of color #E0B6E4: hue angle of 294.78º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0B6E4 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 182 | 228 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.11 |
| HSL | 294.78º | 0.46% | 0.8% | - |
| HSV(B) | 294.78º | 0.2% | 0.89% | - |
| XYZ | 61.47 | 54.9 | 80.76 | - |
| YUV | 199.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 182 | 228 | 0.02 | 0.20 | 0 | 0.11 | 294.78 | 0.46 | 0.8 |
| Hex | E0 | B6 | E4 | 2 | 14 | 0 | B | 127 | 2E | 50 |
| Octal | 340 | 266 | 344 | 2 | 24 | 0 | 13 | 447 | 56 | 120 |
| Binary | 11100000 | 10110110 | 11100100 | 10 | 10100 | 0 | 1011 | 100100111 | 101110 | 1010000 |
Color Harmonies of #E0B6E4
Complementary color
Monochromatic Colors of #E0B6E4
Black with #E0B6E4
Text Example
Text Example
White with #E0B6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B6E4; }
p { color: rgb(224,182,228); }
H1.HeaderClassName
{
color: #E0B6E4;
}
.AnyTagClassName
{
color: #E0B6E4;
}
</style>
background-color css
<style>
a { background-color: #E0B6E4; }
a { background-color: rgb(224,182,228); }
div.DivClassName
{
background-color: #E0B6E4;
}
.BgClassName
{
background-color: #E0B6E4;
}
</style>
border-color css
<style>
span { border-color: #E0B6E4; }
span { border-color: rgb(224,182,228); }
td.TdClassName
{
border-color: #E0B6E4;
}
.TagClassName
{
border-color: #E0B6E4;
}
</style>