Shades of Thistle #E9BFEA
Tints of Thistle #E9BFEA
RGB
CMYK
RGB Variations
Color information
#E9BFEA (or 0xE9BFEA) is known color: Thistle. HEX triplet: E9, BF and EA. RGB value is (233,191,234). Sum of RGB (Red+Green+Blue) = 233+191+234=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9BFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BFEA is #164015. Grayscale: #D0D0D0. Windows color (decimal): -1458198 or 15384553. OLE color: 15384553.
HSL color Cylindrical-coordinate representation of color #E9BFEA: hue angle of 298.6º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9BFEA is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 191 | 234 | - |
| CMYK | 0.00 | 0.18 | 0 | 0.08 |
| HSL | 298.6º | 0.51% | 0.83% | - |
| HSV(B) | 298.6º | 0.18% | 0.92% | - |
| XYZ | 67.09 | 60.53 | 85.99 | - |
| YUV | 208.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 191 | 234 | 0.00 | 0.18 | 0 | 0.08 | 298.6 | 0.51 | 0.83 |
| Hex | E9 | BF | EA | 0 | 12 | 0 | 8 | 12B | 33 | 53 |
| Octal | 351 | 277 | 352 | 0 | 22 | 0 | 10 | 453 | 63 | 123 |
| Binary | 11101001 | 10111111 | 11101010 | 0 | 10010 | 0 | 1000 | 100101011 | 110011 | 1010011 |
Color Harmonies of #E9BFEA
Complementary color
Monochromatic Colors of #E9BFEA
Black with #E9BFEA
Text Example
Text Example
White with #E9BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BFEA; }
p { color: rgb(233,191,234); }
H1.HeaderClassName
{
color: #E9BFEA;
}
.AnyTagClassName
{
color: #E9BFEA;
}
</style>
background-color css
<style>
a { background-color: #E9BFEA; }
a { background-color: rgb(233,191,234); }
div.DivClassName
{
background-color: #E9BFEA;
}
.BgClassName
{
background-color: #E9BFEA;
}
</style>
border-color css
<style>
span { border-color: #E9BFEA; }
span { border-color: rgb(233,191,234); }
td.TdClassName
{
border-color: #E9BFEA;
}
.TagClassName
{
border-color: #E9BFEA;
}
</style>