Shades of Tea Rose #ED8DCD
Tints of Tea Rose #ED8DCD
RGB
CMYK
RGB Variations
Color information
#ED8DCD (or 0xED8DCD) is known color: Tea Rose. HEX triplet: ED, 8D and CD. RGB value is (237,141,205). Sum of RGB (Red+Green+Blue) = 237+141+205=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8DCD is #127232. Grayscale: #B0B0B0. Windows color (decimal): -1208883 or 13471213. OLE color: 13471213.
HSL color Cylindrical-coordinate representation of color #ED8DCD: hue angle of 320º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8DCD is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 205 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.07 |
| HSL | 320º | 0.73% | 0.74% | - |
| HSV(B) | 320º | 0.41% | 0.93% | - |
| XYZ | 55.47 | 41.46 | 62.84 | - |
| YUV | 177 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 205 | 0 | 0.41 | 0.14 | 0.07 | 320 | 0.73 | 0.74 |
| Hex | ED | 8D | CD | 0 | 29 | E | 7 | 140 | 49 | 4A |
| Octal | 355 | 215 | 315 | 0 | 51 | 16 | 7 | 500 | 111 | 112 |
| Binary | 11101101 | 10001101 | 11001101 | 0 | 101001 | 1110 | 111 | 101000000 | 1001001 | 1001010 |
Color Harmonies of #ED8DCD
Complementary color
Monochromatic Colors of #ED8DCD
Black with #ED8DCD
Text Example
Text Example
White with #ED8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8DCD; }
p { color: rgb(237,141,205); }
H1.HeaderClassName
{
color: #ED8DCD;
}
.AnyTagClassName
{
color: #ED8DCD;
}
</style>
background-color css
<style>
a { background-color: #ED8DCD; }
a { background-color: rgb(237,141,205); }
div.DivClassName
{
background-color: #ED8DCD;
}
.BgClassName
{
background-color: #ED8DCD;
}
</style>
border-color css
<style>
span { border-color: #ED8DCD; }
span { border-color: rgb(237,141,205); }
td.TdClassName
{
border-color: #ED8DCD;
}
.TagClassName
{
border-color: #ED8DCD;
}
</style>