Shades of Tea Rose #E987CC
Tints of Tea Rose #E987CC
RGB
CMYK
RGB Variations
Color information
#E987CC (or 0xE987CC) is known color: Tea Rose. HEX triplet: E9, 87 and CC. RGB value is (233,135,204). Sum of RGB (Red+Green+Blue) = 233+135+204=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E987CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E987CC is #167833. Grayscale: #ABABAB. Windows color (decimal): -1472564 or 13404137. OLE color: 13404137.
HSL color Cylindrical-coordinate representation of color #E987CC: hue angle of 317.76º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E987CC is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 135 | 204 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.09 |
| HSL | 317.76º | 0.69% | 0.72% | - |
| HSV(B) | 317.76º | 0.42% | 0.91% | - |
| XYZ | 53.17 | 39.01 | 61.85 | - |
| YUV | 172.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 135 | 204 | 0 | 0.42 | 0.12 | 0.09 | 317.76 | 0.69 | 0.72 |
| Hex | E9 | 87 | CC | 0 | 2A | C | 9 | 13E | 45 | 48 |
| Octal | 351 | 207 | 314 | 0 | 52 | 14 | 11 | 476 | 105 | 110 |
| Binary | 11101001 | 10000111 | 11001100 | 0 | 101010 | 1100 | 1001 | 100111110 | 1000101 | 1001000 |
Color Harmonies of #E987CC
Complementary color
Monochromatic Colors of #E987CC
Black with #E987CC
Text Example
Text Example
White with #E987CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E987CC; }
p { color: rgb(233,135,204); }
H1.HeaderClassName
{
color: #E987CC;
}
.AnyTagClassName
{
color: #E987CC;
}
</style>
background-color css
<style>
a { background-color: #E987CC; }
a { background-color: rgb(233,135,204); }
div.DivClassName
{
background-color: #E987CC;
}
.BgClassName
{
background-color: #E987CC;
}
</style>
border-color css
<style>
span { border-color: #E987CC; }
span { border-color: rgb(233,135,204); }
td.TdClassName
{
border-color: #E987CC;
}
.TagClassName
{
border-color: #E987CC;
}
</style>