Shades of Thistle #E4C0E8
Tints of Thistle #E4C0E8
RGB
CMYK
RGB Variations
Color information
#E4C0E8 (or 0xE4C0E8) is known color: Thistle. HEX triplet: E4, C0 and E8. RGB value is (228,192,232). Sum of RGB (Red+Green+Blue) = 228+192+232=652 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.97% from 652); Green value is 192 (75.39% from 255 or 29.45% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 232 - color contains mainly: blue. Hex color #E4C0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C0E8 is #1B3F17. Grayscale: #CFCFCF. Windows color (decimal): -1785624 or 15253732. OLE color: 15253732.
HSL color Cylindrical-coordinate representation of color #E4C0E8: hue angle of 294º 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 #E4C0E8 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 192 | 232 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.09 |
| HSL | 294º | 0.47% | 0.83% | - |
| HSV(B) | 294º | 0.17% | 0.91% | - |
| XYZ | 65.41 | 60.02 | 84.48 | - |
| YUV | 207.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 232 | 0.02 | 0.17 | 0 | 0.09 | 294 | 0.47 | 0.83 |
| Hex | E4 | C0 | E8 | 2 | 11 | 0 | 9 | 126 | 2F | 53 |
| Octal | 344 | 300 | 350 | 2 | 21 | 0 | 11 | 446 | 57 | 123 |
| Binary | 11100100 | 11000000 | 11101000 | 10 | 10001 | 0 | 1001 | 100100110 | 101111 | 1010011 |
Color Harmonies of #E4C0E8
Complementary color
Monochromatic Colors of #E4C0E8
Black with #E4C0E8
Text Example
Text Example
White with #E4C0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C0E8; }
p { color: rgb(228,192,232); }
H1.HeaderClassName
{
color: #E4C0E8;
}
.AnyTagClassName
{
color: #E4C0E8;
}
</style>
background-color css
<style>
a { background-color: #E4C0E8; }
a { background-color: rgb(228,192,232); }
div.DivClassName
{
background-color: #E4C0E8;
}
.BgClassName
{
background-color: #E4C0E8;
}
</style>
border-color css
<style>
span { border-color: #E4C0E8; }
span { border-color: rgb(228,192,232); }
td.TdClassName
{
border-color: #E4C0E8;
}
.TagClassName
{
border-color: #E4C0E8;
}
</style>