Shades of Thistle #E2B7EA
Tints of Thistle #E2B7EA
RGB
CMYK
RGB Variations
Color information
#E2B7EA (or 0xE2B7EA) is known color: Thistle. HEX triplet: E2, B7 and EA. RGB value is (226,183,234). Sum of RGB (Red+Green+Blue) = 226+183+234=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2B7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B7EA is #1D4815. Grayscale: #C9C9C9. Windows color (decimal): -1918998 or 15382498. OLE color: 15382498.
HSL color Cylindrical-coordinate representation of color #E2B7EA: hue angle of 290.59º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2B7EA is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 183 | 234 | - |
CMYK | 0.03 | 0.22 | 0 | 0.08 |
HSL | 290.59º | 0.55% | 0.82% | - |
HSV(B) | 290.59º | 0.22% | 0.92% | - |
XYZ | 63.15 | 55.98 | 85.32 | - |
YUV | 201.67 | 146.25 | 145.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 183 | 234 | 0.03 | 0.22 | 0 | 0.08 | 290.59 | 0.55 | 0.82 |
Hex | E2 | B7 | EA | 3 | 16 | 0 | 8 | 123 | 37 | 52 |
Octal | 342 | 267 | 352 | 3 | 26 | 0 | 10 | 443 | 67 | 122 |
Binary | 11100010 | 10110111 | 11101010 | 11 | 10110 | 0 | 1000 | 100100011 | 110111 | 1010010 |
Color Harmonies of #E2B7EA
Complementary color
Monochromatic Colors of #E2B7EA
Black with #E2B7EA
Text Example
Text Example
White with #E2B7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B7EA; }
p { color: rgb(226,183,234); }
H1.HeaderClassName
{
color: #E2B7EA;
}
.AnyTagClassName
{
color: #E2B7EA;
}
</style>
background-color css
<style>
a { background-color: #E2B7EA; }
a { background-color: rgb(226,183,234); }
div.DivClassName
{
background-color: #E2B7EA;
}
.BgClassName
{
background-color: #E2B7EA;
}
</style>
border-color css
<style>
span { border-color: #E2B7EA; }
span { border-color: rgb(226,183,234); }
td.TdClassName
{
border-color: #E2B7EA;
}
.TagClassName
{
border-color: #E2B7EA;
}
</style>