Shades of Tea Rose #ED87C0
Tints of Tea Rose #ED87C0
RGB
CMYK
RGB Variations
Color information
#ED87C0 (or 0xED87C0) is known color: Tea Rose. HEX triplet: ED, 87 and C0. RGB value is (237,135,192). Sum of RGB (Red+Green+Blue) = 237+135+192=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED87C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED87C0 is #12783F. Grayscale: #ABABAB. Windows color (decimal): -1210432 or 12617709. OLE color: 12617709.
HSL color Cylindrical-coordinate representation of color #ED87C0: hue angle of 326.47º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED87C0 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 192 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.07 |
| HSL | 326.47º | 0.74% | 0.73% | - |
| HSV(B) | 326.47º | 0.43% | 0.93% | - |
| XYZ | 53.1 | 39.14 | 54.62 | - |
| YUV | 172 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 192 | 0 | 0.43 | 0.19 | 0.07 | 326.47 | 0.74 | 0.73 |
| Hex | ED | 87 | C0 | 0 | 2B | 13 | 7 | 146 | 4A | 49 |
| Octal | 355 | 207 | 300 | 0 | 53 | 23 | 7 | 506 | 112 | 111 |
| Binary | 11101101 | 10000111 | 11000000 | 0 | 101011 | 10011 | 111 | 101000110 | 1001010 | 1001001 |
Color Harmonies of #ED87C0
Complementary color
Monochromatic Colors of #ED87C0
Black with #ED87C0
Text Example
Text Example
White with #ED87C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED87C0; }
p { color: rgb(237,135,192); }
H1.HeaderClassName
{
color: #ED87C0;
}
.AnyTagClassName
{
color: #ED87C0;
}
</style>
background-color css
<style>
a { background-color: #ED87C0; }
a { background-color: rgb(237,135,192); }
div.DivClassName
{
background-color: #ED87C0;
}
.BgClassName
{
background-color: #ED87C0;
}
</style>
border-color css
<style>
span { border-color: #ED87C0; }
span { border-color: rgb(237,135,192); }
td.TdClassName
{
border-color: #ED87C0;
}
.TagClassName
{
border-color: #ED87C0;
}
</style>