Shades of Thistle #EAB9EE
Tints of Thistle #EAB9EE
RGB
CMYK
RGB Variations
Color information
#EAB9EE (or 0xEAB9EE) is known color: Thistle. HEX triplet: EA, B9 and EE. RGB value is (234,185,238). Sum of RGB (Red+Green+Blue) = 234+185+238=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAB9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB9EE is #154611. Grayscale: #CDCDCD. Windows color (decimal): -1394194 or 15645162. OLE color: 15645162.
HSL color Cylindrical-coordinate representation of color #EAB9EE: hue angle of 295.47º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB9EE is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 185 | 238 | - |
CMYK | 0.02 | 0.22 | 0 | 0.07 |
HSL | 295.47º | 0.61% | 0.83% | - |
HSV(B) | 295.47º | 0.22% | 0.93% | - |
XYZ | 66.71 | 58.36 | 88.64 | - |
YUV | 205.69 | 146.23 | 148.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 185 | 238 | 0.02 | 0.22 | 0 | 0.07 | 295.47 | 0.61 | 0.83 |
Hex | EA | B9 | EE | 2 | 16 | 0 | 7 | 127 | 3D | 53 |
Octal | 352 | 271 | 356 | 2 | 26 | 0 | 7 | 447 | 75 | 123 |
Binary | 11101010 | 10111001 | 11101110 | 10 | 10110 | 0 | 111 | 100100111 | 111101 | 1010011 |
Color Harmonies of #EAB9EE
Complementary color
Monochromatic Colors of #EAB9EE
Black with #EAB9EE
Text Example
Text Example
White with #EAB9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB9EE; }
p { color: rgb(234,185,238); }
H1.HeaderClassName
{
color: #EAB9EE;
}
.AnyTagClassName
{
color: #EAB9EE;
}
</style>
background-color css
<style>
a { background-color: #EAB9EE; }
a { background-color: rgb(234,185,238); }
div.DivClassName
{
background-color: #EAB9EE;
}
.BgClassName
{
background-color: #EAB9EE;
}
</style>
border-color css
<style>
span { border-color: #EAB9EE; }
span { border-color: rgb(234,185,238); }
td.TdClassName
{
border-color: #EAB9EE;
}
.TagClassName
{
border-color: #EAB9EE;
}
</style>