Shades of Thistle #E0B4E6
Tints of Thistle #E0B4E6
RGB
CMYK
RGB Variations
Color information
#E0B4E6 (or 0xE0B4E6) is known color: Thistle. HEX triplet: E0, B4 and E6. RGB value is (224,180,230). Sum of RGB (Red+Green+Blue) = 224+180+230=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0B4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B4E6 is #1F4B19. Grayscale: #C6C6C6. Windows color (decimal): -2050842 or 15119584. OLE color: 15119584.
HSL color Cylindrical-coordinate representation of color #E0B4E6: hue angle of 292.8º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0B4E6 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 180 | 230 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.10 |
| HSL | 292.8º | 0.5% | 0.8% | - |
| HSV(B) | 292.8º | 0.22% | 0.9% | - |
| XYZ | 61.34 | 54.2 | 82.09 | - |
| YUV | 198.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 180 | 230 | 0.03 | 0.22 | 0 | 0.10 | 292.8 | 0.5 | 0.8 |
| Hex | E0 | B4 | E6 | 3 | 16 | 0 | A | 125 | 32 | 50 |
| Octal | 340 | 264 | 346 | 3 | 26 | 0 | 12 | 445 | 62 | 120 |
| Binary | 11100000 | 10110100 | 11100110 | 11 | 10110 | 0 | 1010 | 100100101 | 110010 | 1010000 |
Color Harmonies of #E0B4E6
Complementary color
Monochromatic Colors of #E0B4E6
Black with #E0B4E6
Text Example
Text Example
White with #E0B4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B4E6; }
p { color: rgb(224,180,230); }
H1.HeaderClassName
{
color: #E0B4E6;
}
.AnyTagClassName
{
color: #E0B4E6;
}
</style>
background-color css
<style>
a { background-color: #E0B4E6; }
a { background-color: rgb(224,180,230); }
div.DivClassName
{
background-color: #E0B4E6;
}
.BgClassName
{
background-color: #E0B4E6;
}
</style>
border-color css
<style>
span { border-color: #E0B4E6; }
span { border-color: rgb(224,180,230); }
td.TdClassName
{
border-color: #E0B4E6;
}
.TagClassName
{
border-color: #E0B4E6;
}
</style>