Shades of Thistle #E4C0E5
Tints of Thistle #E4C0E5
RGB
CMYK
RGB Variations
Color information
#E4C0E5 (or 0xE4C0E5) is known color: Thistle. HEX triplet: E4, C0 and E5. RGB value is (228,192,229). Sum of RGB (Red+Green+Blue) = 228+192+229=649 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.13% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 229 - color contains mainly: blue. Hex color #E4C0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C0E5 is #1B3F1A. Grayscale: #CECECE. Windows color (decimal): -1785627 or 15057124. OLE color: 15057124.
HSL color Cylindrical-coordinate representation of color #E4C0E5: hue angle of 298.38º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E4C0E5 is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 192 | 229 | - |
| CMYK | 0.00 | 0.16 | 0 | 0.10 |
| HSL | 298.38º | 0.42% | 0.83% | - |
| HSV(B) | 298.38º | 0.16% | 0.9% | - |
| XYZ | 64.99 | 59.85 | 82.26 | - |
| YUV | 206.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 229 | 0.00 | 0.16 | 0 | 0.10 | 298.38 | 0.42 | 0.83 |
| Hex | E4 | C0 | E5 | 0 | 10 | 0 | A | 12A | 2A | 53 |
| Octal | 344 | 300 | 345 | 0 | 20 | 0 | 12 | 452 | 52 | 123 |
| Binary | 11100100 | 11000000 | 11100101 | 0 | 10000 | 0 | 1010 | 100101010 | 101010 | 1010011 |
Color Harmonies of #E4C0E5
Complementary color
Monochromatic Colors of #E4C0E5
Black with #E4C0E5
Text Example
Text Example
White with #E4C0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C0E5; }
p { color: rgb(228,192,229); }
H1.HeaderClassName
{
color: #E4C0E5;
}
.AnyTagClassName
{
color: #E4C0E5;
}
</style>
background-color css
<style>
a { background-color: #E4C0E5; }
a { background-color: rgb(228,192,229); }
div.DivClassName
{
background-color: #E4C0E5;
}
.BgClassName
{
background-color: #E4C0E5;
}
</style>
border-color css
<style>
span { border-color: #E4C0E5; }
span { border-color: rgb(228,192,229); }
td.TdClassName
{
border-color: #E4C0E5;
}
.TagClassName
{
border-color: #E4C0E5;
}
</style>