Shades of Tea Rose #ED8FCD
Tints of Tea Rose #ED8FCD
RGB
CMYK
RGB Variations
Color information
#ED8FCD (or 0xED8FCD) is known color: Tea Rose. HEX triplet: ED, 8F and CD. RGB value is (237,143,205). Sum of RGB (Red+Green+Blue) = 237+143+205=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FCD is #127032. Grayscale: #B2B2B2. Windows color (decimal): -1208371 or 13471725. OLE color: 13471725.
HSL color Cylindrical-coordinate representation of color #ED8FCD: hue angle of 320.43º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FCD is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 205 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.07 |
| HSL | 320.43º | 0.72% | 0.75% | - |
| HSV(B) | 320.43º | 0.4% | 0.93% | - |
| XYZ | 55.77 | 42.06 | 62.94 | - |
| YUV | 178.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 205 | 0 | 0.40 | 0.14 | 0.07 | 320.43 | 0.72 | 0.75 |
| Hex | ED | 8F | CD | 0 | 28 | E | 7 | 140 | 48 | 4B |
| Octal | 355 | 217 | 315 | 0 | 50 | 16 | 7 | 500 | 110 | 113 |
| Binary | 11101101 | 10001111 | 11001101 | 0 | 101000 | 1110 | 111 | 101000000 | 1001000 | 1001011 |
Color Harmonies of #ED8FCD
Complementary color
Monochromatic Colors of #ED8FCD
Black with #ED8FCD
Text Example
Text Example
White with #ED8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FCD; }
p { color: rgb(237,143,205); }
H1.HeaderClassName
{
color: #ED8FCD;
}
.AnyTagClassName
{
color: #ED8FCD;
}
</style>
background-color css
<style>
a { background-color: #ED8FCD; }
a { background-color: rgb(237,143,205); }
div.DivClassName
{
background-color: #ED8FCD;
}
.BgClassName
{
background-color: #ED8FCD;
}
</style>
border-color css
<style>
span { border-color: #ED8FCD; }
span { border-color: rgb(237,143,205); }
td.TdClassName
{
border-color: #ED8FCD;
}
.TagClassName
{
border-color: #ED8FCD;
}
</style>