Shades of Tea Rose #E98ACD
Tints of Tea Rose #E98ACD
RGB
CMYK
RGB Variations
Color information
#E98ACD (or 0xE98ACD) is known color: Tea Rose. HEX triplet: E9, 8A and CD. RGB value is (233,138,205). Sum of RGB (Red+Green+Blue) = 233+138+205=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E98ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98ACD is #167532. Grayscale: #ADADAD. Windows color (decimal): -1471795 or 13470441. OLE color: 13470441.
HSL color Cylindrical-coordinate representation of color #E98ACD: hue angle of 317.68º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E98ACD is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 138 | 205 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.09 |
| HSL | 317.68º | 0.68% | 0.73% | - |
| HSV(B) | 317.68º | 0.41% | 0.91% | - |
| XYZ | 53.71 | 39.91 | 62.63 | - |
| YUV | 174.04 | 145.47 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 138 | 205 | 0 | 0.41 | 0.12 | 0.09 | 317.68 | 0.68 | 0.73 |
| Hex | E9 | 8A | CD | 0 | 29 | C | 9 | 13E | 44 | 49 |
| Octal | 351 | 212 | 315 | 0 | 51 | 14 | 11 | 476 | 104 | 111 |
| Binary | 11101001 | 10001010 | 11001101 | 0 | 101001 | 1100 | 1001 | 100111110 | 1000100 | 1001001 |
Color Harmonies of #E98ACD
Complementary color
Monochromatic Colors of #E98ACD
Black with #E98ACD
Text Example
Text Example
White with #E98ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98ACD; }
p { color: rgb(233,138,205); }
H1.HeaderClassName
{
color: #E98ACD;
}
.AnyTagClassName
{
color: #E98ACD;
}
</style>
background-color css
<style>
a { background-color: #E98ACD; }
a { background-color: rgb(233,138,205); }
div.DivClassName
{
background-color: #E98ACD;
}
.BgClassName
{
background-color: #E98ACD;
}
</style>
border-color css
<style>
span { border-color: #E98ACD; }
span { border-color: rgb(233,138,205); }
td.TdClassName
{
border-color: #E98ACD;
}
.TagClassName
{
border-color: #E98ACD;
}
</style>