Shades of Tea Rose #ED8DC2
Tints of Tea Rose #ED8DC2
RGB
CMYK
RGB Variations
Color information
#ED8DC2 (or 0xED8DC2) is known color: Tea Rose. HEX triplet: ED, 8D and C2. RGB value is (237,141,194). Sum of RGB (Red+Green+Blue) = 237+141+194=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8DC2 is #12723D. Grayscale: #AFAFAF. Windows color (decimal): -1208894 or 12750317. OLE color: 12750317.
HSL color Cylindrical-coordinate representation of color #ED8DC2: hue angle of 326.88º 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 #ED8DC2 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 194 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.07 |
| HSL | 326.88º | 0.73% | 0.74% | - |
| HSV(B) | 326.88º | 0.41% | 0.93% | - |
| XYZ | 54.19 | 40.95 | 56.09 | - |
| YUV | 175.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 194 | 0 | 0.41 | 0.18 | 0.07 | 326.88 | 0.73 | 0.74 |
| Hex | ED | 8D | C2 | 0 | 29 | 12 | 7 | 147 | 49 | 4A |
| Octal | 355 | 215 | 302 | 0 | 51 | 22 | 7 | 507 | 111 | 112 |
| Binary | 11101101 | 10001101 | 11000010 | 0 | 101001 | 10010 | 111 | 101000111 | 1001001 | 1001010 |
Color Harmonies of #ED8DC2
Complementary color
Monochromatic Colors of #ED8DC2
Black with #ED8DC2
Text Example
Text Example
White with #ED8DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8DC2; }
p { color: rgb(237,141,194); }
H1.HeaderClassName
{
color: #ED8DC2;
}
.AnyTagClassName
{
color: #ED8DC2;
}
</style>
background-color css
<style>
a { background-color: #ED8DC2; }
a { background-color: rgb(237,141,194); }
div.DivClassName
{
background-color: #ED8DC2;
}
.BgClassName
{
background-color: #ED8DC2;
}
</style>
border-color css
<style>
span { border-color: #ED8DC2; }
span { border-color: rgb(237,141,194); }
td.TdClassName
{
border-color: #ED8DC2;
}
.TagClassName
{
border-color: #ED8DC2;
}
</style>