Shades of Tea Rose #ED8ECD
Tints of Tea Rose #ED8ECD
RGB
CMYK
RGB Variations
Color information
#ED8ECD (or 0xED8ECD) is known color: Tea Rose. HEX triplet: ED, 8E and CD. RGB value is (237,142,205). Sum of RGB (Red+Green+Blue) = 237+142+205=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8ECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8ECD is #127132. Grayscale: #B1B1B1. Windows color (decimal): -1208627 or 13471469. OLE color: 13471469.
HSL color Cylindrical-coordinate representation of color #ED8ECD: hue angle of 320.21º 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 #ED8ECD is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 205 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.07 |
| HSL | 320.21º | 0.73% | 0.74% | - |
| HSV(B) | 320.21º | 0.4% | 0.93% | - |
| XYZ | 55.62 | 41.76 | 62.89 | - |
| YUV | 177.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 205 | 0 | 0.40 | 0.14 | 0.07 | 320.21 | 0.73 | 0.74 |
| Hex | ED | 8E | CD | 0 | 28 | E | 7 | 140 | 49 | 4A |
| Octal | 355 | 216 | 315 | 0 | 50 | 16 | 7 | 500 | 111 | 112 |
| Binary | 11101101 | 10001110 | 11001101 | 0 | 101000 | 1110 | 111 | 101000000 | 1001001 | 1001010 |
Color Harmonies of #ED8ECD
Complementary color
Monochromatic Colors of #ED8ECD
Black with #ED8ECD
Text Example
Text Example
White with #ED8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8ECD; }
p { color: rgb(237,142,205); }
H1.HeaderClassName
{
color: #ED8ECD;
}
.AnyTagClassName
{
color: #ED8ECD;
}
</style>
background-color css
<style>
a { background-color: #ED8ECD; }
a { background-color: rgb(237,142,205); }
div.DivClassName
{
background-color: #ED8ECD;
}
.BgClassName
{
background-color: #ED8ECD;
}
</style>
border-color css
<style>
span { border-color: #ED8ECD; }
span { border-color: rgb(237,142,205); }
td.TdClassName
{
border-color: #ED8ECD;
}
.TagClassName
{
border-color: #ED8ECD;
}
</style>