Shades of Thistle #E5C0E8
Tints of Thistle #E5C0E8
RGB
CMYK
RGB Variations
Color information
#E5C0E8 (or 0xE5C0E8) is known color: Thistle. HEX triplet: E5, C0 and E8. RGB value is (229,192,232). Sum of RGB (Red+Green+Blue) = 229+192+232=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 232 - color contains mainly: blue. Hex color #E5C0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5C0E8 is #1A3F17. Grayscale: #CFCFCF. Windows color (decimal): -1720088 or 15253733. OLE color: 15253733.
HSL color Cylindrical-coordinate representation of color #E5C0E8: hue angle of 295.5º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5C0E8 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 192 | 232 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.09 |
| HSL | 295.5º | 0.47% | 0.83% | - |
| HSV(B) | 295.5º | 0.17% | 0.91% | - |
| XYZ | 65.73 | 60.18 | 84.5 | - |
| YUV | 207.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 232 | 0.01 | 0.17 | 0 | 0.09 | 295.5 | 0.47 | 0.83 |
| Hex | E5 | C0 | E8 | 1 | 11 | 0 | 9 | 128 | 2F | 53 |
| Octal | 345 | 300 | 350 | 1 | 21 | 0 | 11 | 450 | 57 | 123 |
| Binary | 11100101 | 11000000 | 11101000 | 1 | 10001 | 0 | 1001 | 100101000 | 101111 | 1010011 |
Color Harmonies of #E5C0E8
Complementary color
Monochromatic Colors of #E5C0E8
Black with #E5C0E8
Text Example
Text Example
White with #E5C0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C0E8; }
p { color: rgb(229,192,232); }
H1.HeaderClassName
{
color: #E5C0E8;
}
.AnyTagClassName
{
color: #E5C0E8;
}
</style>
background-color css
<style>
a { background-color: #E5C0E8; }
a { background-color: rgb(229,192,232); }
div.DivClassName
{
background-color: #E5C0E8;
}
.BgClassName
{
background-color: #E5C0E8;
}
</style>
border-color css
<style>
span { border-color: #E5C0E8; }
span { border-color: rgb(229,192,232); }
td.TdClassName
{
border-color: #E5C0E8;
}
.TagClassName
{
border-color: #E5C0E8;
}
</style>