Shades of Tea Rose #ED86C3
Tints of Tea Rose #ED86C3
RGB
CMYK
RGB Variations
Color information
#ED86C3 (or 0xED86C3) is known color: Tea Rose. HEX triplet: ED, 86 and C3. RGB value is (237,134,195). Sum of RGB (Red+Green+Blue) = 237+134+195=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED86C3 is #12793C. Grayscale: #ABABAB. Windows color (decimal): -1210685 or 12814061. OLE color: 12814061.
HSL color Cylindrical-coordinate representation of color #ED86C3: hue angle of 324.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 #ED86C3 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 195 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.07 |
| HSL | 324.47º | 0.74% | 0.73% | - |
| HSV(B) | 324.47º | 0.43% | 0.93% | - |
| XYZ | 53.3 | 38.99 | 56.35 | - |
| YUV | 171.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 195 | 0 | 0.43 | 0.18 | 0.07 | 324.47 | 0.74 | 0.73 |
| Hex | ED | 86 | C3 | 0 | 2B | 12 | 7 | 144 | 4A | 49 |
| Octal | 355 | 206 | 303 | 0 | 53 | 22 | 7 | 504 | 112 | 111 |
| Binary | 11101101 | 10000110 | 11000011 | 0 | 101011 | 10010 | 111 | 101000100 | 1001010 | 1001001 |
Color Harmonies of #ED86C3
Complementary color
Monochromatic Colors of #ED86C3
Black with #ED86C3
Text Example
Text Example
White with #ED86C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED86C3; }
p { color: rgb(237,134,195); }
H1.HeaderClassName
{
color: #ED86C3;
}
.AnyTagClassName
{
color: #ED86C3;
}
</style>
background-color css
<style>
a { background-color: #ED86C3; }
a { background-color: rgb(237,134,195); }
div.DivClassName
{
background-color: #ED86C3;
}
.BgClassName
{
background-color: #ED86C3;
}
</style>
border-color css
<style>
span { border-color: #ED86C3; }
span { border-color: rgb(237,134,195); }
td.TdClassName
{
border-color: #ED86C3;
}
.TagClassName
{
border-color: #ED86C3;
}
</style>