Shades of Tea Rose #ED86C4
Tints of Tea Rose #ED86C4
RGB
CMYK
RGB Variations
Color information
#ED86C4 (or 0xED86C4) is known color: Tea Rose. HEX triplet: ED, 86 and C4. RGB value is (237,134,196). Sum of RGB (Red+Green+Blue) = 237+134+196=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED86C4 is #12793B. Grayscale: #ABABAB. Windows color (decimal): -1210684 or 12879597. OLE color: 12879597.
HSL color Cylindrical-coordinate representation of color #ED86C4: hue angle of 323.88º 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 #ED86C4 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 196 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.07 |
| HSL | 323.88º | 0.74% | 0.73% | - |
| HSV(B) | 323.88º | 0.43% | 0.93% | - |
| XYZ | 53.41 | 39.04 | 56.94 | - |
| YUV | 171.87 | 141.62 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 196 | 0 | 0.43 | 0.17 | 0.07 | 323.88 | 0.74 | 0.73 |
| Hex | ED | 86 | C4 | 0 | 2B | 11 | 7 | 144 | 4A | 49 |
| Octal | 355 | 206 | 304 | 0 | 53 | 21 | 7 | 504 | 112 | 111 |
| Binary | 11101101 | 10000110 | 11000100 | 0 | 101011 | 10001 | 111 | 101000100 | 1001010 | 1001001 |
Color Harmonies of #ED86C4
Complementary color
Monochromatic Colors of #ED86C4
Black with #ED86C4
Text Example
Text Example
White with #ED86C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED86C4; }
p { color: rgb(237,134,196); }
H1.HeaderClassName
{
color: #ED86C4;
}
.AnyTagClassName
{
color: #ED86C4;
}
</style>
background-color css
<style>
a { background-color: #ED86C4; }
a { background-color: rgb(237,134,196); }
div.DivClassName
{
background-color: #ED86C4;
}
.BgClassName
{
background-color: #ED86C4;
}
</style>
border-color css
<style>
span { border-color: #ED86C4; }
span { border-color: rgb(237,134,196); }
td.TdClassName
{
border-color: #ED86C4;
}
.TagClassName
{
border-color: #ED86C4;
}
</style>