Shades of Tea Rose #E98FCD
Tints of Tea Rose #E98FCD
RGB
CMYK
RGB Variations
Color information
#E98FCD (or 0xE98FCD) is known color: Tea Rose. HEX triplet: E9, 8F and CD. RGB value is (233,143,205). Sum of RGB (Red+Green+Blue) = 233+143+205=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 233 - color contains mainly: red. Hex color #E98FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98FCD is #167032. Grayscale: #B0B0B0. Windows color (decimal): -1470515 or 13471721. OLE color: 13471721.
HSL color Cylindrical-coordinate representation of color #E98FCD: hue angle of 318.67º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E98FCD is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 143 | 205 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.09 |
| HSL | 318.67º | 0.67% | 0.74% | - |
| HSV(B) | 318.67º | 0.39% | 0.91% | - |
| XYZ | 54.45 | 41.38 | 62.87 | - |
| YUV | 176.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 143 | 205 | 0 | 0.39 | 0.12 | 0.09 | 318.67 | 0.67 | 0.74 |
| Hex | E9 | 8F | CD | 0 | 27 | C | 9 | 13F | 43 | 4A |
| Octal | 351 | 217 | 315 | 0 | 47 | 14 | 11 | 477 | 103 | 112 |
| Binary | 11101001 | 10001111 | 11001101 | 0 | 100111 | 1100 | 1001 | 100111111 | 1000011 | 1001010 |
Color Harmonies of #E98FCD
Complementary color
Monochromatic Colors of #E98FCD
Black with #E98FCD
Text Example
Text Example
White with #E98FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98FCD; }
p { color: rgb(233,143,205); }
H1.HeaderClassName
{
color: #E98FCD;
}
.AnyTagClassName
{
color: #E98FCD;
}
</style>
background-color css
<style>
a { background-color: #E98FCD; }
a { background-color: rgb(233,143,205); }
div.DivClassName
{
background-color: #E98FCD;
}
.BgClassName
{
background-color: #E98FCD;
}
</style>
border-color css
<style>
span { border-color: #E98FCD; }
span { border-color: rgb(233,143,205); }
td.TdClassName
{
border-color: #E98FCD;
}
.TagClassName
{
border-color: #E98FCD;
}
</style>