Shades of Thistle #E4C2E5
Tints of Thistle #E4C2E5
RGB
CMYK
RGB Variations
Color information
#E4C2E5 (or 0xE4C2E5) is known color: Thistle. HEX triplet: E4, C2 and E5. RGB value is (228,194,229). Sum of RGB (Red+Green+Blue) = 228+194+229=651 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.02% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 229 - color contains mainly: blue. Hex color #E4C2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C2E5 is #1B3D1A. Grayscale: #D0D0D0. Windows color (decimal): -1785115 or 15057636. OLE color: 15057636.
HSL color Cylindrical-coordinate representation of color #E4C2E5: hue angle of 298.29º degrees, saturation: 0.4, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E4C2E5 is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 194 | 229 | - |
| CMYK | 0.00 | 0.15 | 0 | 0.10 |
| HSL | 298.29º | 0.4% | 0.83% | - |
| HSV(B) | 298.29º | 0.15% | 0.9% | - |
| XYZ | 65.43 | 60.73 | 82.4 | - |
| YUV | 208.16 | 139.76 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 194 | 229 | 0.00 | 0.15 | 0 | 0.10 | 298.29 | 0.4 | 0.83 |
| Hex | E4 | C2 | E5 | 0 | F | 0 | A | 12A | 28 | 53 |
| Octal | 344 | 302 | 345 | 0 | 17 | 0 | 12 | 452 | 50 | 123 |
| Binary | 11100100 | 11000010 | 11100101 | 0 | 1111 | 0 | 1010 | 100101010 | 101000 | 1010011 |
Color Harmonies of #E4C2E5
Complementary color
Monochromatic Colors of #E4C2E5
Black with #E4C2E5
Text Example
Text Example
White with #E4C2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C2E5; }
p { color: rgb(228,194,229); }
H1.HeaderClassName
{
color: #E4C2E5;
}
.AnyTagClassName
{
color: #E4C2E5;
}
</style>
background-color css
<style>
a { background-color: #E4C2E5; }
a { background-color: rgb(228,194,229); }
div.DivClassName
{
background-color: #E4C2E5;
}
.BgClassName
{
background-color: #E4C2E5;
}
</style>
border-color css
<style>
span { border-color: #E4C2E5; }
span { border-color: rgb(228,194,229); }
td.TdClassName
{
border-color: #E4C2E5;
}
.TagClassName
{
border-color: #E4C2E5;
}
</style>