Shades of Tea Rose #E985CC
Tints of Tea Rose #E985CC
RGB
CMYK
RGB Variations
Color information
#E985CC (or 0xE985CC) is known color: Tea Rose. HEX triplet: E9, 85 and CC. RGB value is (233,133,204). Sum of RGB (Red+Green+Blue) = 233+133+204=570 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.88% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 233 - color contains mainly: red. Hex color #E985CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985CC is #167A33. Grayscale: #AAAAAA. Windows color (decimal): -1473076 or 13403625. OLE color: 13403625.
HSL color Cylindrical-coordinate representation of color #E985CC: hue angle of 317.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E985CC is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 133 | 204 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.09 |
| HSL | 317.4º | 0.69% | 0.72% | - |
| HSV(B) | 317.4º | 0.43% | 0.91% | - |
| XYZ | 52.89 | 38.46 | 61.76 | - |
| YUV | 170.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 133 | 204 | 0 | 0.43 | 0.12 | 0.09 | 317.4 | 0.69 | 0.72 |
| Hex | E9 | 85 | CC | 0 | 2B | C | 9 | 13D | 45 | 48 |
| Octal | 351 | 205 | 314 | 0 | 53 | 14 | 11 | 475 | 105 | 110 |
| Binary | 11101001 | 10000101 | 11001100 | 0 | 101011 | 1100 | 1001 | 100111101 | 1000101 | 1001000 |
Color Harmonies of #E985CC
Complementary color
Monochromatic Colors of #E985CC
Black with #E985CC
Text Example
Text Example
White with #E985CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E985CC; }
p { color: rgb(233,133,204); }
H1.HeaderClassName
{
color: #E985CC;
}
.AnyTagClassName
{
color: #E985CC;
}
</style>
background-color css
<style>
a { background-color: #E985CC; }
a { background-color: rgb(233,133,204); }
div.DivClassName
{
background-color: #E985CC;
}
.BgClassName
{
background-color: #E985CC;
}
</style>
border-color css
<style>
span { border-color: #E985CC; }
span { border-color: rgb(233,133,204); }
td.TdClassName
{
border-color: #E985CC;
}
.TagClassName
{
border-color: #E985CC;
}
</style>