Shades of Tea Rose #ED8FCF
Tints of Tea Rose #ED8FCF
RGB
CMYK
RGB Variations
Color information
#ED8FCF (or 0xED8FCF) is known color: Tea Rose. HEX triplet: ED, 8F and CF. RGB value is (237,143,207). Sum of RGB (Red+Green+Blue) = 237+143+207=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FCF is #127030. Grayscale: #B2B2B2. Windows color (decimal): -1208369 or 13602797. OLE color: 13602797.
HSL color Cylindrical-coordinate representation of color #ED8FCF: hue angle of 319.15º 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 #ED8FCF is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 207 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.07 |
| HSL | 319.15º | 0.72% | 0.75% | - |
| HSV(B) | 319.15º | 0.4% | 0.93% | - |
| XYZ | 56.01 | 42.15 | 64.22 | - |
| YUV | 178.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 207 | 0 | 0.40 | 0.13 | 0.07 | 319.15 | 0.72 | 0.75 |
| Hex | ED | 8F | CF | 0 | 28 | D | 7 | 13F | 48 | 4B |
| Octal | 355 | 217 | 317 | 0 | 50 | 15 | 7 | 477 | 110 | 113 |
| Binary | 11101101 | 10001111 | 11001111 | 0 | 101000 | 1101 | 111 | 100111111 | 1001000 | 1001011 |
Color Harmonies of #ED8FCF
Complementary color
Monochromatic Colors of #ED8FCF
Black with #ED8FCF
Text Example
Text Example
White with #ED8FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FCF; }
p { color: rgb(237,143,207); }
H1.HeaderClassName
{
color: #ED8FCF;
}
.AnyTagClassName
{
color: #ED8FCF;
}
</style>
background-color css
<style>
a { background-color: #ED8FCF; }
a { background-color: rgb(237,143,207); }
div.DivClassName
{
background-color: #ED8FCF;
}
.BgClassName
{
background-color: #ED8FCF;
}
</style>
border-color css
<style>
span { border-color: #ED8FCF; }
span { border-color: rgb(237,143,207); }
td.TdClassName
{
border-color: #ED8FCF;
}
.TagClassName
{
border-color: #ED8FCF;
}
</style>