Shades of Tea Rose #ED8ECC
Tints of Tea Rose #ED8ECC
RGB
CMYK
RGB Variations
Color information
#ED8ECC (or 0xED8ECC) is known color: Tea Rose. HEX triplet: ED, 8E and CC. RGB value is (237,142,204). Sum of RGB (Red+Green+Blue) = 237+142+204=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8ECC is #127133. Grayscale: #B1B1B1. Windows color (decimal): -1208628 or 13405933. OLE color: 13405933.
HSL color Cylindrical-coordinate representation of color #ED8ECC: hue angle of 320.84º 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 #ED8ECC is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 204 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.07 |
| HSL | 320.84º | 0.73% | 0.74% | - |
| HSV(B) | 320.84º | 0.4% | 0.93% | - |
| XYZ | 55.5 | 41.71 | 62.25 | - |
| YUV | 177.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 204 | 0 | 0.40 | 0.14 | 0.07 | 320.84 | 0.73 | 0.74 |
| Hex | ED | 8E | CC | 0 | 28 | E | 7 | 141 | 49 | 4A |
| Octal | 355 | 216 | 314 | 0 | 50 | 16 | 7 | 501 | 111 | 112 |
| Binary | 11101101 | 10001110 | 11001100 | 0 | 101000 | 1110 | 111 | 101000001 | 1001001 | 1001010 |
Color Harmonies of #ED8ECC
Complementary color
Monochromatic Colors of #ED8ECC
Black with #ED8ECC
Text Example
Text Example
White with #ED8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8ECC; }
p { color: rgb(237,142,204); }
H1.HeaderClassName
{
color: #ED8ECC;
}
.AnyTagClassName
{
color: #ED8ECC;
}
</style>
background-color css
<style>
a { background-color: #ED8ECC; }
a { background-color: rgb(237,142,204); }
div.DivClassName
{
background-color: #ED8ECC;
}
.BgClassName
{
background-color: #ED8ECC;
}
</style>
border-color css
<style>
span { border-color: #ED8ECC; }
span { border-color: rgb(237,142,204); }
td.TdClassName
{
border-color: #ED8ECC;
}
.TagClassName
{
border-color: #ED8ECC;
}
</style>