Shades of Thistle #E0B3E6
Tints of Thistle #E0B3E6
RGB
CMYK
RGB Variations
Color information
#E0B3E6 (or 0xE0B3E6) is known color: Thistle. HEX triplet: E0, B3 and E6. RGB value is (224,179,230). Sum of RGB (Red+Green+Blue) = 224+179+230=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 179 (70.31% from 255 or 28.28% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #E0B3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B3E6 is #1F4C19. Grayscale: #C6C6C6. Windows color (decimal): -2051098 or 15119328. OLE color: 15119328.
HSL color Cylindrical-coordinate representation of color #E0B3E6: hue angle of 292.94º 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 #E0B3E6 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 179 | 230 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.10 |
| HSL | 292.94º | 0.5% | 0.8% | - |
| HSV(B) | 292.94º | 0.22% | 0.9% | - |
| XYZ | 61.14 | 53.8 | 82.02 | - |
| YUV | 198.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 230 | 0.03 | 0.22 | 0 | 0.10 | 292.94 | 0.5 | 0.8 |
| Hex | E0 | B3 | E6 | 3 | 16 | 0 | A | 125 | 32 | 50 |
| Octal | 340 | 263 | 346 | 3 | 26 | 0 | 12 | 445 | 62 | 120 |
| Binary | 11100000 | 10110011 | 11100110 | 11 | 10110 | 0 | 1010 | 100100101 | 110010 | 1010000 |
Color Harmonies of #E0B3E6
Complementary color
Monochromatic Colors of #E0B3E6
Black with #E0B3E6
Text Example
Text Example
White with #E0B3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B3E6; }
p { color: rgb(224,179,230); }
H1.HeaderClassName
{
color: #E0B3E6;
}
.AnyTagClassName
{
color: #E0B3E6;
}
</style>
background-color css
<style>
a { background-color: #E0B3E6; }
a { background-color: rgb(224,179,230); }
div.DivClassName
{
background-color: #E0B3E6;
}
.BgClassName
{
background-color: #E0B3E6;
}
</style>
border-color css
<style>
span { border-color: #E0B3E6; }
span { border-color: rgb(224,179,230); }
td.TdClassName
{
border-color: #E0B3E6;
}
.TagClassName
{
border-color: #E0B3E6;
}
</style>