Shades of Tea Rose #ED8ECF
Tints of Tea Rose #ED8ECF
RGB
CMYK
RGB Variations
Color information
#ED8ECF (or 0xED8ECF) is known color: Tea Rose. HEX triplet: ED, 8E and CF. RGB value is (237,142,207). Sum of RGB (Red+Green+Blue) = 237+142+207=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8ECF is #127130. Grayscale: #B1B1B1. Windows color (decimal): -1208625 or 13602541. OLE color: 13602541.
HSL color Cylindrical-coordinate representation of color #ED8ECF: hue angle of 318.95º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8ECF is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 207 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.07 |
| HSL | 318.95º | 0.73% | 0.74% | - |
| HSV(B) | 318.95º | 0.4% | 0.93% | - |
| XYZ | 55.86 | 41.86 | 64.17 | - |
| YUV | 177.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 207 | 0 | 0.40 | 0.13 | 0.07 | 318.95 | 0.73 | 0.74 |
| Hex | ED | 8E | CF | 0 | 28 | D | 7 | 13F | 49 | 4A |
| Octal | 355 | 216 | 317 | 0 | 50 | 15 | 7 | 477 | 111 | 112 |
| Binary | 11101101 | 10001110 | 11001111 | 0 | 101000 | 1101 | 111 | 100111111 | 1001001 | 1001010 |
Color Harmonies of #ED8ECF
Complementary color
Monochromatic Colors of #ED8ECF
Black with #ED8ECF
Text Example
Text Example
White with #ED8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8ECF; }
p { color: rgb(237,142,207); }
H1.HeaderClassName
{
color: #ED8ECF;
}
.AnyTagClassName
{
color: #ED8ECF;
}
</style>
background-color css
<style>
a { background-color: #ED8ECF; }
a { background-color: rgb(237,142,207); }
div.DivClassName
{
background-color: #ED8ECF;
}
.BgClassName
{
background-color: #ED8ECF;
}
</style>
border-color css
<style>
span { border-color: #ED8ECF; }
span { border-color: rgb(237,142,207); }
td.TdClassName
{
border-color: #ED8ECF;
}
.TagClassName
{
border-color: #ED8ECF;
}
</style>