Shades of Thistle #E2C4E5
Tints of Thistle #E2C4E5
RGB
CMYK
RGB Variations
Color information
#E2C4E5 (or 0xE2C4E5) is known color: Thistle. HEX triplet: E2, C4 and E5. RGB value is (226,196,229). Sum of RGB (Red+Green+Blue) = 226+196+229=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 196 (76.95% from 255 or 30.11% 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 #E2C4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C4E5 is #1D3B1A. Grayscale: #D0D0D0. Windows color (decimal): -1915675 or 15058146. OLE color: 15058146.
HSL color Cylindrical-coordinate representation of color #E2C4E5: hue angle of 294.55º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2C4E5 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 196 | 229 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.10 |
| HSL | 294.55º | 0.39% | 0.83% | - |
| HSV(B) | 294.55º | 0.14% | 0.9% | - |
| XYZ | 65.25 | 61.31 | 82.52 | - |
| YUV | 208.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 196 | 229 | 0.01 | 0.14 | 0 | 0.10 | 294.55 | 0.39 | 0.83 |
| Hex | E2 | C4 | E5 | 1 | E | 0 | A | 127 | 27 | 53 |
| Octal | 342 | 304 | 345 | 1 | 16 | 0 | 12 | 447 | 47 | 123 |
| Binary | 11100010 | 11000100 | 11100101 | 1 | 1110 | 0 | 1010 | 100100111 | 100111 | 1010011 |
Color Harmonies of #E2C4E5
Complementary color
Monochromatic Colors of #E2C4E5
Black with #E2C4E5
Text Example
Text Example
White with #E2C4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C4E5; }
p { color: rgb(226,196,229); }
H1.HeaderClassName
{
color: #E2C4E5;
}
.AnyTagClassName
{
color: #E2C4E5;
}
</style>
background-color css
<style>
a { background-color: #E2C4E5; }
a { background-color: rgb(226,196,229); }
div.DivClassName
{
background-color: #E2C4E5;
}
.BgClassName
{
background-color: #E2C4E5;
}
</style>
border-color css
<style>
span { border-color: #E2C4E5; }
span { border-color: rgb(226,196,229); }
td.TdClassName
{
border-color: #E2C4E5;
}
.TagClassName
{
border-color: #E2C4E5;
}
</style>